feat: 更新版本号和依赖项,重构keepAliveFilePath路径以支持新的目录结构

This commit is contained in:
2026-02-28 04:15:06 +08:00
parent 8a6bb9bbe9
commit 5043392939
3 changed files with 23 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/cnb",
"version": "0.0.32",
"version": "0.0.33",
"description": "",
"main": "index.js",
"scripts": {
@@ -16,7 +16,7 @@
],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.30.2",
"packageManager": "pnpm@10.30.3",
"type": "module",
"devDependencies": {
"@kevisual/ai": "^0.0.24",
@@ -24,9 +24,9 @@
"@kevisual/dts": "^0.0.4",
"@kevisual/context": "^0.0.8",
"@kevisual/types": "^0.0.12",
"@opencode-ai/plugin": "^1.2.12",
"@opencode-ai/plugin": "^1.2.15",
"@types/bun": "^1.3.9",
"@types/node": "^25.3.0",
"@types/node": "^25.3.2",
"@types/ws": "^8.18.1",
"dayjs": "^1.11.19",
"dotenv": "^17.3.1"