chore: bump version to 0.1.4, add demo images, and update README with links

This commit is contained in:
Huakun Shen 2025-01-18 23:05:43 -05:00
parent 25ed8878f8
commit c54b3d42bd
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View File

@ -1,2 +1,6 @@
# Kunkun Extension JWT Inspector
- NPM: https://www.npmjs.com/package/kunkun-ext-jwt
- Store: https://kunkun.sh/store/jwt-inspector
![](https://i.imgur.com/NHvsUvG.png)

View File

@ -1,6 +1,6 @@
{
"name": "@kunkun/kunkun-ext-jwt",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"exports": "./mod.ts",
"publish": {

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.kunkun.sh/",
"name": "kunkun-ext-jwt",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"repository": "https://github.com/kunkunsh/kunkun-ext-jwt",
"kunkun": {
@ -13,7 +13,7 @@
"type": "iconify",
"value": "logos:jwt-icon"
},
"demoImages": [],
"demoImages": ["https://i.imgur.com/NHvsUvG.png"],
"permissions": [
"clipboard:read-text",
"clipboard:write-text",