chore: bump version to 0.1.6 and update dependency version for QRCode extension

This commit is contained in:
Huakun Shen 2025-03-24 09:39:17 -04:00
parent 7b3eb7725e
commit a1943b3e71
No known key found for this signature in database
3 changed files with 12 additions and 10 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "@kunkun/kunkun-ext-qrcode",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"exports": "./mod.ts",
"publish": {

View File

@ -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",