更新依赖项和上传接口,添加描述字段

This commit is contained in:
2025-12-17 11:22:46 +08:00
parent fa6db79cec
commit 1f11013ae0
4 changed files with 84 additions and 163 deletions

View File

@@ -43,12 +43,12 @@
],
"license": "UNLICENSED",
"dependencies": {
"@kevisual/ai": "^0.0.16",
"@kevisual/query": "^0.0.31",
"@kevisual/ai": "^0.0.19",
"@kevisual/query": "^0.0.32",
"@types/busboy": "^1.5.4",
"@types/send": "^1.2.1",
"@types/ws": "^8.18.1",
"bullmq": "^5.65.1",
"bullmq": "^5.66.0",
"busboy": "^1.6.0",
"commander": "^14.0.2",
"cookie": "^1.1.1",
@@ -57,7 +57,7 @@
"minio": "^8.0.6",
"pg": "^8.16.3",
"pm2": "^6.0.14",
"send": "^1.2.0",
"send": "^1.2.1",
"sequelize": "^6.37.7"
},
"devDependencies": {
@@ -68,7 +68,7 @@
"@kevisual/logger": "^0.0.4",
"@kevisual/oss": "0.0.13",
"@kevisual/permission": "^0.0.3",
"@kevisual/router": "0.0.35",
"@kevisual/router": "0.0.37",
"@kevisual/types": "^0.0.10",
"@kevisual/use-config": "^1.0.21",
"@types/archiver": "^7.0.0",
@@ -76,7 +76,7 @@
"@types/formidable": "^3.4.6",
"@types/jsonwebtoken": "^9.0.10",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.10.1",
"@types/node": "^25.0.3",
"@types/semver": "^7.7.1",
"archiver": "^7.0.1",
"crypto-js": "^4.2.0",
@@ -85,7 +85,7 @@
"formidable": "3.5.4",
"ioredis": "^5.8.2",
"jsonwebtoken": "^9.0.3",
"lodash-es": "^4.17.21",
"lodash-es": "^4.17.22",
"minio": "^8.0.6",
"nanoid": "^5.1.6",
"nodemon": "^3.1.11",
@@ -98,7 +98,7 @@
"strip-ansi": "^7.1.2",
"tar": "^7.5.2",
"ws": "npm:@kevisual/ws",
"zod": "^4.1.13"
"zod": "^4.2.1"
},
"resolutions": {
"inflight": "latest",
@@ -113,5 +113,5 @@
"msgpackr-extract"
]
},
"packageManager": "pnpm@10.24.0"
"packageManager": "pnpm@10.26.0"
}