update
This commit is contained in:
16
package.json
16
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kevisual/ai",
|
||||
"version": "0.0.19",
|
||||
"version": "0.0.20",
|
||||
"description": "AI Center Services",
|
||||
"main": "index.js",
|
||||
"basename": "/root/ai-center-services",
|
||||
@@ -27,7 +27,7 @@
|
||||
],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.24.0",
|
||||
"packageManager": "pnpm@10.28.0",
|
||||
"type": "module",
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/",
|
||||
@@ -53,27 +53,27 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kevisual/router": "0.0.36",
|
||||
"@kevisual/router": "0.0.52",
|
||||
"@kevisual/types": "^0.0.10",
|
||||
"@kevisual/use-config": "^1.0.21",
|
||||
"@types/bun": "^1.3.4",
|
||||
"@types/bun": "^1.3.5",
|
||||
"@types/crypto-js": "^4.2.2",
|
||||
"@types/formidable": "^3.4.6",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/node": "^25.0.5",
|
||||
"cross-env": "^10.1.0",
|
||||
"crypto-js": "^4.2.0",
|
||||
"dayjs": "^1.11.19",
|
||||
"dotenv": "^17.2.3",
|
||||
"formidable": "^3.5.4",
|
||||
"openai": "6.10.0",
|
||||
"openai": "6.16.0",
|
||||
"pm2": "^6.0.14",
|
||||
"rimraf": "^6.1.2",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.2.6"
|
||||
"vite": "^7.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@kevisual/logger": "^0.0.4",
|
||||
"@kevisual/permission": "^0.0.3",
|
||||
"@kevisual/query": "^0.0.31"
|
||||
"@kevisual/query": "^0.0.35"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user