From c473fef8d842af4ec56b609b4010916e864b70bc Mon Sep 17 00:00:00 2001 From: IronRookieCoder Date: Tue, 12 May 2026 15:58:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=B0=86=20undici=20=E7=A7=BB?= =?UTF-8?q?=E8=87=B3=E8=BF=90=E8=A1=8C=E6=97=B6=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit undici 仍被代理和 mTLS 逻辑按需 require,因此需要保留为运行时依赖。 --- bun.lock | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 63a28a6b2..475d39282 100644 --- a/bun.lock +++ b/bun.lock @@ -8,6 +8,7 @@ "@agentclientprotocol/sdk": "^0.19.0", "@claude-code-best/mcp-chrome-bridge": "^2.0.8", "gray-matter": "^4.0.3", + "undici": "^7.24.6", "ws": "^8.20.0", }, "devDependencies": { @@ -133,7 +134,6 @@ "turndown": "^7.2.2", "type-fest": "^5.5.0", "typescript": "^6.0.2", - "undici": "^7.24.6", "url-handler-napi": "workspace:*", "usehooks-ts": "^3.1.1", "vite": "^8.0.8", diff --git a/package.json b/package.json index e5d1ec370..9d5f00fbd 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,6 @@ "turndown": "^7.2.2", "type-fest": "^5.5.0", "typescript": "^6.0.2", - "undici": "^7.24.6", "url-handler-napi": "workspace:*", "usehooks-ts": "^3.1.1", "vite": "^8.0.8", @@ -237,4 +236,4 @@ "biome format --write --no-errors-on-unmatched" ] } -} \ No newline at end of file +}