mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
chore(sdk): record flushLogger in the deprecated surface budgets (#114827)
This commit is contained in:
committed by
GitHub
parent
ac830cef0b
commit
1e2f918c29
@@ -115,7 +115,8 @@ const defaultPublicDeprecatedExportsByEntrypointBudget = Object.freeze({
|
||||
"agent-media-payload": 3,
|
||||
// +2: deprecated media projection type and builder.
|
||||
"reply-payload": 2,
|
||||
"text-runtime": 191,
|
||||
// +1: flushLogger projected through the deprecated text-runtime barrel.
|
||||
"text-runtime": 192,
|
||||
"agent-runtime": 2,
|
||||
"channel-secret-runtime": 23,
|
||||
"agent-harness-runtime": 4,
|
||||
@@ -225,7 +226,8 @@ export function readPluginSdkSurfaceBudgets(env = process.env) {
|
||||
// +2: shipped Slack and Discord setup compatibility helpers.
|
||||
// +10: named media legacy projection deprecations across public compatibility barrels.
|
||||
// +2: channel prompt-context type and metadata builder compatibility aliases.
|
||||
1700,
|
||||
// +1: flushLogger projected through the deprecated text-runtime barrel.
|
||||
1701,
|
||||
env,
|
||||
),
|
||||
publicWildcardReexports: readPluginSdkSurfaceBudgetEnv(
|
||||
|
||||
Reference in New Issue
Block a user