Skip to content

Commit 084cf2a

Browse files
committed
fix(ci): refresh deprecated plugin sdk budgets
1 parent 4fa8af4 commit 084cf2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/plugin-sdk-surface-report.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const defaultPublicDeprecatedExportsByEntrypointBudget = Object.freeze({
116116
"outbound-send-deps": 4,
117117
"outbound-runtime": 16,
118118
"file-access-runtime": 2,
119-
"infra-runtime": 588,
119+
"infra-runtime": 590,
120120
"ssrf-policy": 1,
121121
"ssrf-runtime": 1,
122122
"media-runtime": 2,
@@ -205,7 +205,7 @@ export function readPluginSdkSurfaceBudgets(env = process.env) {
205205
),
206206
publicDeprecatedExports: readPluginSdkSurfaceBudgetEnv(
207207
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_DEPRECATED_EXPORTS",
208-
3261,
208+
3263,
209209
env,
210210
),
211211
publicWildcardReexports: readPluginSdkSurfaceBudgetEnv(

0 commit comments

Comments
 (0)