fix(sdk): refresh plugin surface baselines · openclaw/openclaw@1c0b38f
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -87,7 +87,7 @@ const defaultPublicDeprecatedExportsByEntrypointBudget = Object.freeze({
|
87 | 87 | "outbound-send-deps": 4, |
88 | 88 | "outbound-runtime": 16, |
89 | 89 | "file-access-runtime": 2, |
90 | | -"infra-runtime": 570, |
| 90 | +"infra-runtime": 577, |
91 | 91 | "ssrf-policy": 1, |
92 | 92 | "ssrf-runtime": 1, |
93 | 93 | "media-runtime": 2, |
@@ -161,11 +161,11 @@ let publicDeprecatedExportsByEntrypointBudget;
|
161 | 161 | try { |
162 | 162 | budgets = { |
163 | 163 | publicEntrypoints: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_ENTRYPOINTS", 319), |
164 | | -publicExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_EXPORTS", 10277), |
| 164 | +publicExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_EXPORTS", 10284), |
165 | 165 | publicFunctionExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_FUNCTION_EXPORTS", 5163), |
166 | 166 | publicDeprecatedExports: readBudgetEnv( |
167 | 167 | "OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_DEPRECATED_EXPORTS", |
168 | | -3230, |
| 168 | +3237, |
169 | 169 | ), |
170 | 170 | publicWildcardReexports: readBudgetEnv( |
171 | 171 | "OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_WILDCARD_REEXPORTS", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。