diff --git a/scripts/plugin-sdk-surface-report.mjs b/scripts/plugin-sdk-surface-report.mjs index 8f5477d335c..3a70d0e8bda 100644 --- a/scripts/plugin-sdk-surface-report.mjs +++ b/scripts/plugin-sdk-surface-report.mjs @@ -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(