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",
|
||||
"version": "0.1.5",
|
||||
"license": "MIT",
|
||||
"exports": "./mod.ts",
|
||||
"publish": {
|
||||
"include": ["build", "README.md", "package.json", "mod.ts"]
|
||||
}
|
||||
"name": "@kunkun/kunkun-ext-qrcode",
|
||||
"version": "0.1.6",
|
||||
"license": "MIT",
|
||||
"exports": "./mod.ts",
|
||||
"publish": {
|
||||
"include": ["build", "README.md", "package.json", "mod.ts"]
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"$schema": "https://schema.kunkun.sh/",
|
||||
"name": "kunkun-ext-qrcode",
|
||||
"license": "MIT",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"description": "QRCode Extension",
|
||||
"repository": "https://github.com/kunkunsh/kunkun-ext-qrcode",
|
||||
"kunkun": {
|
||||
@ -14,7 +14,9 @@
|
||||
"type": "iconify",
|
||||
"value": "mingcute:qrcode-line"
|
||||
},
|
||||
"demoImages": ["https://i.imgur.com/1tEbTjJ.png"],
|
||||
"demoImages": [
|
||||
"https://i.imgur.com/1tEbTjJ.png"
|
||||
],
|
||||
"permissions": [
|
||||
"clipboard:read-text",
|
||||
"clipboard:read-image",
|
||||
@ -63,7 +65,7 @@
|
||||
"format": "prettier --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@kksh/api": "^0.1.1",
|
||||
"@kksh/api": "^0.1.7",
|
||||
"@kksh/svelte": "0.1.4",
|
||||
"clsx": "^2.1.1",
|
||||
"easyqrcodejs": "^4.6.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user