更新 check.ts 中的参数验证库为 zod,升级 package.json 版本并添加 zod 依赖
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kevisual/cnb",
|
||||
"version": "0.0.50",
|
||||
"version": "0.0.51",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"basename": "/root/cnb",
|
||||
@@ -46,7 +46,8 @@
|
||||
"ai": "^6.0.116",
|
||||
"commander": "^14.0.3",
|
||||
"dayjs": "^1.11.20",
|
||||
"dotenv": "^17.3.1"
|
||||
"dotenv": "^17.3.1",
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -62,8 +63,7 @@
|
||||
"es-toolkit": "^1.45.1",
|
||||
"nanoid": "^5.1.7",
|
||||
"unstorage": "^1.17.4",
|
||||
"ws": "npm:@kevisual/ws",
|
||||
"zod": "^4.3.6"
|
||||
"ws": "npm:@kevisual/ws"
|
||||
},
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
|
||||
Reference in New Issue
Block a user