Update package version to 0.1.0 and dependencies in package.json

This commit is contained in:
Huakun Shen 2025-03-24 10:06:45 -04:00
parent 5ff8e45b58
commit bd01784369
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"$schema": "https://schema.kunkun.sh/",
"version": "0.0.11",
"version": "0.1.0",
"name": "kunkun-ext-hacker-news",
"repository": "https://github.com/kunkunsh/kunkun-ext-hacker-news",
"type": "module",
@ -45,7 +45,7 @@
"build": "bun build.ts"
},
"dependencies": {
"@kksh/api": "^0.1.1",
"@kksh/api": "^0.1.7",
"valibot": "^0.40.0"
},
"devDependencies": {