fix(build): repair stale plugin sdk surfaces

This commit is contained in:
Vincent Koc
2026-03-22 20:31:02 -07:00
parent 50bc625203
commit 8b667cbe44
5 changed files with 68 additions and 29 deletions

View File

@@ -10,6 +10,7 @@ export * from "../markdown/render.js";
export * from "../markdown/tables.js";
export * from "../markdown/whatsapp.js";
export * from "../shared/global-singleton.js";
export * from "../shared/scoped-expiring-id-cache.js";
export * from "../shared/string-normalization.js";
export * from "../shared/string-sample.js";
export * from "../shared/text/assistant-visible-text.js";