























@@ -45,6 +45,30 @@ const bundledPluginIgnoredRuntimeDependencies = [
4545"pdfjs-dist",
4646] as const;
474748+const rootBundledPluginRuntimeDependencies = [
49+"@anthropic-ai/sdk",
50+"@anthropic-ai/vertex-sdk",
51+"@aws-sdk/client-bedrock",
52+"@aws-sdk/client-bedrock-runtime",
53+"@aws-sdk/credential-provider-node",
54+"@aws/bedrock-token-generator",
55+"@google/genai",
56+"@grammyjs/runner",
57+"@grammyjs/transformer-throttler",
58+"@homebridge/ciao",
59+"@mozilla/readability",
60+"@slack/bolt",
61+"@slack/types",
62+"@slack/web-api",
63+"grammy",
64+"linkedom",
65+"minimatch",
66+"node-edge-tts",
67+"openshell",
68+"pdfjs-dist",
69+"tokenjuice",
70+] as const;
71+4872const config = {
4973ignoreFiles: [
5074"scripts/**",
@@ -111,7 +135,12 @@ const config = {
111135workspaces: {
112136".": {
113137entry: rootEntries,
114-ignoreDependencies: ["@openclaw/*", "playwright-core", "sqlite-vec"],
138+ignoreDependencies: [
139+"@openclaw/*",
140+"playwright-core",
141+"sqlite-vec",
142+ ...rootBundledPluginRuntimeDependencies,
143+],
115144project: [
116145"src/**/*.ts!",
117146"scripts/**/*.{js,mjs,cjs,ts,mts,cts}!",
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。