mirror of
https://github.com/kunkunsh/kunkun-ext-qrcode.git
synced 2025-05-24 03:05:02 +00:00
chore: bump version to 0.1.6 and update dependency version for QRCode extension
This commit is contained in:
parent
7b3eb7725e
commit
a1943b3e71
14
jsr.json
14
jsr.json
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "@kunkun/kunkun-ext-qrcode",
|
"name": "@kunkun/kunkun-ext-qrcode",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": "./mod.ts",
|
"exports": "./mod.ts",
|
||||||
"publish": {
|
"publish": {
|
||||||
"include": ["build", "README.md", "package.json", "mod.ts"]
|
"include": ["build", "README.md", "package.json", "mod.ts"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://schema.kunkun.sh/",
|
"$schema": "https://schema.kunkun.sh/",
|
||||||
"name": "kunkun-ext-qrcode",
|
"name": "kunkun-ext-qrcode",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"description": "QRCode Extension",
|
"description": "QRCode Extension",
|
||||||
"repository": "https://github.com/kunkunsh/kunkun-ext-qrcode",
|
"repository": "https://github.com/kunkunsh/kunkun-ext-qrcode",
|
||||||
"kunkun": {
|
"kunkun": {
|
||||||
@ -14,7 +14,9 @@
|
|||||||
"type": "iconify",
|
"type": "iconify",
|
||||||
"value": "mingcute:qrcode-line"
|
"value": "mingcute:qrcode-line"
|
||||||
},
|
},
|
||||||
"demoImages": ["https://i.imgur.com/1tEbTjJ.png"],
|
"demoImages": [
|
||||||
|
"https://i.imgur.com/1tEbTjJ.png"
|
||||||
|
],
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"clipboard:read-text",
|
"clipboard:read-text",
|
||||||
"clipboard:read-image",
|
"clipboard:read-image",
|
||||||
@ -63,7 +65,7 @@
|
|||||||
"format": "prettier --write ."
|
"format": "prettier --write ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@kksh/api": "^0.1.1",
|
"@kksh/api": "^0.1.7",
|
||||||
"@kksh/svelte": "0.1.4",
|
"@kksh/svelte": "0.1.4",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"easyqrcodejs": "^4.6.1",
|
"easyqrcodejs": "^4.6.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user