chore: bump version to 0.1.4 and update @kksh/api dependency

This commit is contained in:
Huakun Shen 2025-03-24 10:11:15 -04:00
parent 511d1767c9
commit fb102c1bf8
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -1,6 +1,6 @@
{ {
"name": "@kunkun/kunkun-ext-system-info", "name": "@kunkun/kunkun-ext-system-info",
"version": "0.1.3", "version": "0.1.4",
"license": "MIT", "license": "MIT",
"exports": "./mod.ts", "exports": "./mod.ts",
"publish": { "publish": {

View File

@ -2,7 +2,7 @@
"$schema": "https://schema.kunkun.sh", "$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-system-info", "name": "kunkun-ext-system-info",
"license": "MIT", "license": "MIT",
"version": "0.1.3", "version": "0.1.4",
"repository": "https://github.com/kunkunsh/kunkun-ext-system-info", "repository": "https://github.com/kunkunsh/kunkun-ext-system-info",
"kunkun": { "kunkun": {
"name": "System Info", "name": "System Info",
@ -64,7 +64,7 @@
"format": "prettier --write ." "format": "prettier --write ."
}, },
"dependencies": { "dependencies": {
"@kksh/api": "^0.1.1", "@kksh/api": "^0.1.7",
"@kksh/svelte5": "0.1.10", "@kksh/svelte5": "0.1.10",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"lucide-svelte": "^0.462.0", "lucide-svelte": "^0.462.0",