diff --git a/bun.lockb b/bun.lockb index e04d661..06aad16 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/jsr.json b/jsr.json index 8e2770e..33a8639 100644 --- a/jsr.json +++ b/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"] + } } diff --git a/package.json b/package.json index fb317e0..8c3d411 100644 --- a/package.json +++ b/package.json @@ -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",