diff --git a/bun.lockb b/bun.lockb index 2e9e31a..71ea4c1 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/jsr.json b/jsr.json index 2d97553..831591c 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@kunkun/kunkun-ext-system-info", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "exports": "./mod.ts", "publish": { diff --git a/package.json b/package.json index af7608e..ea9c231 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "$schema": "https://schema.kunkun.sh", "name": "kunkun-ext-system-info", "license": "MIT", - "version": "0.1.3", + "version": "0.1.4", "repository": "https://github.com/kunkunsh/kunkun-ext-system-info", "kunkun": { "name": "System Info", @@ -64,7 +64,7 @@ "format": "prettier --write ." }, "dependencies": { - "@kksh/api": "^0.1.1", + "@kksh/api": "^0.1.7", "@kksh/svelte5": "0.1.10", "clsx": "^2.1.1", "lucide-svelte": "^0.462.0",