diff --git a/bun.lockb b/bun.lockb index cfc91a2..3c1f9eb 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/jsr.json b/jsr.json index 734cc3d..202f795 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@kunkun/kunkun-ext-jwt", - "version": "0.1.5", + "version": "0.1.6", "license": "MIT", "exports": "./mod.ts", "publish": { diff --git a/package.json b/package.json index 126ca55..07f9c3f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh/", "name": "kunkun-ext-jwt", - "version": "0.1.5", + "version": "0.1.6", "license": "MIT", "repository": "https://github.com/kunkunsh/kunkun-ext-jwt", "kunkun": { @@ -72,7 +72,7 @@ "format": "prettier --write ." }, "dependencies": { - "@kksh/api": "^0.0.53", + "@kksh/api": "^0.1.1", "@kksh/svelte5": "0.1.14", "clsx": "^2.1.1", "dayjs": "^1.11.13", diff --git a/src/lib/components/ThemeCustomizer.svelte b/src/lib/components/ThemeCustomizer.svelte index d7b86b2..f36ebbf 100644 --- a/src/lib/components/ThemeCustomizer.svelte +++ b/src/lib/components/ThemeCustomizer.svelte @@ -1,6 +1,6 @@