feat: export messaging-ui public API and enforce transport boundary

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-18 01:28:42 +05:30
parent 99f9ac84fb
commit 778e98134c
4 changed files with 70 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export default defineConfig({
// entry, never reachable from `index`, because it imports vitest, and bundling
// that into the main barrel would drag a test runner into every consumer's
// production build.
entry: ['src/index.ts'],
entry: ['src/index.ts', 'src/adapters/mock.ts', 'src/conformance.ts'],
format: ['esm'],
dts: true,
clean: true,