fix: 修复 node 下 ws 没打包问题

This commit is contained in:
claude-code-best
2026-04-14 21:19:25 +08:00
parent 8442aaadd2
commit b80483c23e
2 changed files with 31 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "claude-code-best",
"version": "1.3.5",
"version": "1.3.6",
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
"type": "module",
"author": "claude-code-best <claude-code-best@proton.me>",
@@ -55,6 +55,7 @@
"rcs": "bun run scripts/rcs.ts"
},
"dependencies": {
"ws": "^8.20.0",
"@claude-code-best/mcp-chrome-bridge": "^2.0.7"
},
"devDependencies": {
@@ -184,7 +185,6 @@
"vscode-languageserver-protocol": "^3.17.5",
"vscode-languageserver-types": "^3.17.5",
"wrap-ansi": "^10.0.0",
"ws": "^8.20.0",
"xss": "^1.0.15",
"yaml": "^2.8.3",
"zod": "^4.3.6"