chore: 更新版本号至0.0.24,添加keep模块的外部依赖并更新相关依赖版本
This commit is contained in:
15
package.json
15
package.json
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "@kevisual/cnb",
|
||||
"version": "0.0.22",
|
||||
"version": "0.0.24",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "bun bun.config.ts",
|
||||
"flow":"ev npm patch && pnpm build && ev npm publish npm -p"
|
||||
"flow": "ev npm patch && pnpm build && ev npm publish npm -p"
|
||||
},
|
||||
"keywords": [],
|
||||
"files": [
|
||||
@@ -16,7 +16,7 @@
|
||||
],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.29.1",
|
||||
"packageManager": "pnpm@10.29.3",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@kevisual/ai": "^0.0.24",
|
||||
@@ -24,12 +24,12 @@
|
||||
"@kevisual/dts": "^0.0.3",
|
||||
"@kevisual/context": "^0.0.4",
|
||||
"@kevisual/types": "^0.0.12",
|
||||
"@opencode-ai/plugin": "^1.1.53",
|
||||
"@types/bun": "^1.3.8",
|
||||
"@types/node": "^25.2.2",
|
||||
"@opencode-ai/plugin": "^1.2.1",
|
||||
"@types/bun": "^1.3.9",
|
||||
"@types/node": "^25.2.3",
|
||||
"@types/ws": "^8.18.1",
|
||||
"dayjs": "^1.11.19",
|
||||
"dotenv": "^17.2.4"
|
||||
"dotenv": "^17.3.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -51,6 +51,7 @@
|
||||
".": "./mod.ts",
|
||||
"./opencode": "./dist/opencode.js",
|
||||
"./keep": "./dist/keep.js",
|
||||
"./keep.ts": "./src/keep.ts",
|
||||
"./routes": "./dist/routes.js",
|
||||
"./src/*": "./src/*",
|
||||
"./agent/*": "./agent/*"
|
||||
|
||||
Reference in New Issue
Block a user