Skip to content

Commit 9fa7d20

Browse files
committed
chore(plugin-sdk): update surface budgets
1 parent 5b8a3e8 commit 9fa7d20

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/plugin-sdk-surface-report.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const defaultPublicDeprecatedExportsByEntrypointBudget = Object.freeze({
174174
"memory-core-engine-runtime": 15,
175175
"memory-core-host-multimodal": 3,
176176
"memory-core-host-query": 2,
177-
"memory-core-host-events": 11,
177+
"memory-core-host-events": 12,
178178
"memory-core-host-status": 1,
179179
"memory-core-host-runtime-core": 1,
180180
"memory-host-core": 1,
@@ -202,11 +202,11 @@ let publicDeprecatedExportsByEntrypointBudget;
202202
try {
203203
budgets = {
204204
publicEntrypoints: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_ENTRYPOINTS", 322),
205-
publicExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_EXPORTS", 10398),
205+
publicExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_EXPORTS", 10400),
206206
publicFunctionExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_FUNCTION_EXPORTS", 5219),
207207
publicDeprecatedExports: readBudgetEnv(
208208
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_DEPRECATED_EXPORTS",
209-
3255,
209+
3256,
210210
),
211211
publicWildcardReexports: readBudgetEnv(
212212
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_WILDCARD_REEXPORTS",

0 commit comments

Comments
 (0)