refactor: route session-binding contract tests through public seams

This commit is contained in:
Peter Steinberger
2026-03-27 04:30:46 +00:00
parent 8d39fe5a76
commit 04bde8c2b1
2 changed files with 4 additions and 3 deletions

View File

@@ -2,3 +2,4 @@ export * from "./src/conversation-id.js";
export * from "./src/setup-core.js";
export * from "./src/setup-surface.js";
export * from "./src/thread-bindings.js";
export { __testing as feishuThreadBindingTesting } from "./src/thread-bindings.js";