Refactor code structure for improved readability and maintainability

This commit is contained in:
xiongxiao
2026-03-17 20:52:31 +08:00
committed by cnb
parent 10874917f2
commit 2332f05cef
3 changed files with 1468 additions and 1191 deletions

1367
bun.lock

File diff suppressed because it is too large Load Diff

View File

@@ -41,16 +41,16 @@
],
"license": "UNLICENSED",
"dependencies": {
"@kevisual/ai": "^0.0.27",
"@kevisual/ai": "^0.0.28",
"@kevisual/auth": "^2.0.3",
"@kevisual/js-filter": "^0.0.6",
"@kevisual/query": "^0.0.53",
"@types/busboy": "^1.5.4",
"@types/send": "^1.2.1",
"@types/ws": "^8.18.1",
"bullmq": "^5.70.4",
"bullmq": "^5.71.0",
"busboy": "^1.6.0",
"drizzle-kit": "^0.31.9",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.1",
"eventemitter3": "^5.0.4",
"send": "^1.2.1",
@@ -59,38 +59,38 @@
},
"devDependencies": {
"@ai-sdk/openai-compatible": "^2.0.35",
"@aws-sdk/client-s3": "^3.1005.0",
"@kevisual/api": "^0.0.62",
"@kevisual/cnb": "^0.0.42",
"@aws-sdk/client-s3": "^3.1010.0",
"@kevisual/api": "^0.0.64",
"@kevisual/cnb": "^0.0.52",
"@kevisual/context": "^0.0.8",
"@kevisual/convex": "^0.0.6",
"@kevisual/local-app-manager": "0.1.32",
"@kevisual/logger": "^0.0.4",
"@kevisual/oss": "0.0.20",
"@kevisual/permission": "^0.0.4",
"@kevisual/router": "0.1.0",
"@kevisual/router": "0.1.3",
"@kevisual/types": "^0.0.12",
"@kevisual/use-config": "^1.0.30",
"@types/archiver": "^7.0.0",
"@types/bun": "^1.3.10",
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^25.4.0",
"@types/node": "^25.5.0",
"@types/pg": "^8.18.0",
"@types/semver": "^7.7.1",
"@types/xml2js": "^0.4.14",
"ai": "^6.0.116",
"archiver": "^7.0.1",
"convex": "^1.32.0",
"convex": "^1.33.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.19",
"dayjs": "^1.11.20",
"dotenv": "^17.3.1",
"drizzle-zod": "^0.8.3",
"es-toolkit": "^1.45.1",
"ioredis": "^5.10.0",
"jsonwebtoken": "^9.0.3",
"lunar": "^2.0.0",
"nanoid": "^5.1.6",
"nanoid": "^5.1.7",
"p-queue": "^9.1.0",
"pg": "^8.20.0",
"pm2": "^6.0.14",
@@ -102,7 +102,7 @@
"picomatch": "^4.0.2",
"ioredis": "^5.9.3"
},
"packageManager": "pnpm@10.32.0",
"packageManager": "pnpm@10.32.1",
"workspaces": [
"wxmsg"
]

1268
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff