diff --git a/bun.lockb b/bun.lockb index 86eac33..39a6dc7 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/jsr.json b/jsr.json index eed20e7..f8c16e5 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@kunkun/kunkun-ext-browser-bookmark", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "exports": "./mod.ts", "publish": { diff --git a/package.json b/package.json index cba8697..00a39eb 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "name": "Huakun", "url": "https://huakunshen.com" }, - "version": "0.0.6", + "version": "0.0.7", "repository": "https://github.com/kunkunsh/kunkun-ext-browser-bookmark", "type": "module", "kunkun": { @@ -98,7 +98,7 @@ "build": "bun build.ts" }, "dependencies": { - "@kksh/api": "^0.1.1", + "@kksh/api": "^0.1.7", "i18next": "^23.15.1", "valibot": "^0.40.0" },