diff --git a/bun.lockb b/bun.lockb index 3c1f9eb..9cd1187 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/jsr.json b/jsr.json index 202f795..05378cc 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@kunkun/kunkun-ext-jwt", - "version": "0.1.6", + "version": "0.1.7", "license": "MIT", "exports": "./mod.ts", "publish": { diff --git a/package.json b/package.json index 07f9c3f..9cfc949 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh/", "name": "kunkun-ext-jwt", - "version": "0.1.6", + "version": "0.1.7", "license": "MIT", "repository": "https://github.com/kunkunsh/kunkun-ext-jwt", "kunkun": { @@ -72,7 +72,7 @@ "format": "prettier --write ." }, "dependencies": { - "@kksh/api": "^0.1.1", + "@kksh/api": "^0.1.7", "@kksh/svelte5": "0.1.14", "clsx": "^2.1.1", "dayjs": "^1.11.13",