mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 15:59:30 +00:00
fix(ci): refresh deprecated plugin sdk budgets
This commit is contained in:
parent
4fa8af486f
commit
084cf2a43d
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue