fix(ci): refresh deprecated plugin sdk budgets

This commit is contained in:
Vincent Koc 2026-07-07 04:46:49 +02:00
parent 4fa8af486f
commit 084cf2a43d
No known key found for this signature in database

View file

@ -116,7 +116,7 @@ export const defaultPublicDeprecatedExportsByEntrypointBudget = Object.freeze({
"outbound-send-deps": 4,
"outbound-runtime": 16,
"file-access-runtime": 2,
"infra-runtime": 588,
"infra-runtime": 590,
"ssrf-policy": 1,
"ssrf-runtime": 1,
"media-runtime": 2,
@ -205,7 +205,7 @@ export function readPluginSdkSurfaceBudgets(env = process.env) {
),
publicDeprecatedExports: readPluginSdkSurfaceBudgetEnv(
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_DEPRECATED_EXPORTS",
3261,
3263,
env,
),
publicWildcardReexports: readPluginSdkSurfaceBudgetEnv(