Skip to content

Commit 047c743

Browse files
committed
Improve doc
1 parent 3228f45 commit 047c743

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img width="1000" alt="image" src="https://github.com/user-attachments/assets/2d437a6b-d162-4a21-b6d0-dcccd36c0e7f">
2+
<img width="1000" alt="image" src="https://github.com/caido-community/.github/blob/main/content/banner.png?raw=true">
33

44
<br />
55
<br />
@@ -16,6 +16,10 @@
1616

1717
Unofficial repository for Caido plugin utilities.
1818

19+
## Packages
20+
21+
- `@caido-community/frontend-utils`: Frontend utilities
22+
1923
## 🏅 Goal
2024

2125
- Share useful work-arounds for limitations of the APIs

packages/frontend-utils/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img width="1000" alt="image" src="https://github.com/user-attachments/assets/2d437a6b-d162-4a21-b6d0-dcccd36c0e7f">
2+
<img width="1000" alt="image" src="https://github.com/caido-community/.github/blob/main/content/banner.png?raw=true">
33

44
<br />
55
<br />
@@ -14,6 +14,8 @@
1414

1515
# 🔥 Frontend Utils
1616

17+
[![NPM Version](https://img.shields.io/npm/v/@caido-community/frontend-utils?style=for-the-badge)](https://www.npmjs.com/package/@caido-community/frontend-utils)
18+
1719
This package supplements the [Official SDK](https://www.npmjs.com/package/@caido/sdk-frontend) with Community Contributions. The goals are:
1820

1921
- Experiment with new Frontend APIs

packages/frontend-utils/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@caido-community/frontend-utils",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Caido Frontend utilities",
55
"author": "Caido Community",
6+
"homepage": "https://github.com/caido-community/utilities",
67
"license": "MIT",
78
"main": "dist/primevue.mjs",
89
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)