From 956e98a445c94936ccbf6aacfabf32ec23e0a55d Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Tue, 21 Apr 2026 16:16:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bun.lock | 7 ++++++- package.json | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index c45e0972b..07c4c1afe 100644 --- a/bun.lock +++ b/bun.lock @@ -102,7 +102,6 @@ "get-east-asian-width": "^1.5.0", "google-auth-library": "^10.6.2", "he": "^1.2.0", - "highlight.js": "^11.11.1", "https-proxy-agent": "^8.0.0", "ignore": "^7.0.5", "image-processor-napi": "workspace:*", @@ -265,6 +264,10 @@ "name": "modifiers-napi", "version": "1.0.0", }, + "packages/pokemon": { + "name": "@claude-code-best/pokemon", + "version": "1.0.0", + }, "packages/remote-control-server": { "name": "@anthropic/remote-control-server", "version": "0.1.0", @@ -574,6 +577,8 @@ "@claude-code-best/mcp-client": ["@claude-code-best/mcp-client@workspace:packages/mcp-client"], + "@claude-code-best/pokemon": ["@claude-code-best/pokemon@workspace:packages/pokemon"], + "@claude-code-best/weixin": ["@claude-code-best/weixin@workspace:packages/weixin"], "@commander-js/extra-typings": ["@commander-js/extra-typings@14.0.0", "https://registry.npmmirror.com/@commander-js/extra-typings/-/extra-typings-14.0.0.tgz", { "peerDependencies": { "commander": "~14.0.0" } }, "sha512-hIn0ncNaJRLkZrxBIp5AsW/eXEHNKYQBh0aPdoUqNgD+Io3NIykQqpKFyKcuasZhicGaEZJX/JBSIkZ4e5x8Dg=="], diff --git a/package.json b/package.json index 16d8c8026..756a940c3 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,6 @@ "get-east-asian-width": "^1.5.0", "google-auth-library": "^10.6.2", "he": "^1.2.0", - "highlight.js": "^11.11.1", "https-proxy-agent": "^8.0.0", "ignore": "^7.0.5", "image-processor-napi": "workspace:*",