remove mark

This commit is contained in:
2025-12-04 10:31:37 +08:00
parent 46aa293cce
commit 2a55f2d3ef
35 changed files with 1837 additions and 726 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/code-center",
"version": "0.0.10",
"version": "0.0.11",
"description": "code center",
"type": "module",
"main": "index.js",
@@ -47,6 +47,7 @@
"@types/busboy": "^1.5.4",
"@types/send": "^1.2.1",
"@types/ws": "^8.18.1",
"bullmq": "^5.65.1",
"busboy": "^1.6.0",
"commander": "^14.0.2",
"cookie": "^1.1.1",
@@ -94,7 +95,6 @@
"socket.io": "^4.8.1",
"strip-ansi": "^7.1.2",
"tar": "^7.5.2",
"typescript": "^5.9.3",
"ws": "npm:@kevisual/ws",
"zod": "^4.1.13"
},
@@ -106,6 +106,9 @@
"onlyBuiltDependencies": [
"esbuild",
"sqlite3"
],
"ignoredBuiltDependencies": [
"msgpackr-extract"
]
},
"packageManager": "pnpm@10.24.0"