@@ -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;
202202try {
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