chore(plugin-sdk): refresh v6 surface budget

This commit is contained in:
Dallin Romney
2026-07-14 03:56:25 -07:00
parent 7a7ed7a805
commit f70f268bc5
+3 -3
View File
@@ -158,8 +158,8 @@ const defaultPublicDeprecatedExportsByEntrypointBudget = Object.freeze({
"channel-mention-gating": 7,
"channel-lifecycle": 23,
"channel-ingress": 8,
"channel-message": 228,
"channel-message-runtime": 225,
"channel-message": 229,
"channel-message-runtime": 226,
"channel-pairing-paths": 1,
"channel-policy": 8,
"channel-route": 5,
@@ -206,7 +206,7 @@ try {
publicFunctionExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_FUNCTION_EXPORTS", 5206),
publicDeprecatedExports: readBudgetEnv(
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_DEPRECATED_EXPORTS",
3247,
3249,
),
publicWildcardReexports: readBudgetEnv(
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_WILDCARD_REEXPORTS",