@mandujs/core 0.37.0 → 0.39.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -304,6 +304,37 @@ export {
304
304
  type SnapshotResult,
305
305
  } from "./snapshot";
306
306
 
307
+ // ========== Phase C.1 — Semantic assertion primitives ==========
308
+
309
+ export {
310
+ expectContract,
311
+ expectNavigation,
312
+ waitForIsland,
313
+ assertStreamBoundary,
314
+ expectSemantic,
315
+ ContractAssertionError,
316
+ NavigationAssertionError,
317
+ HydrationTimeoutError,
318
+ StreamBoundaryError,
319
+ SemanticDivergenceError,
320
+ type ZodLikeSchema,
321
+ type ContractMode,
322
+ type ContractViolation,
323
+ type ExpectContractOptions,
324
+ type ExpectContractResult,
325
+ type PlaywrightLikePage,
326
+ type ExpectNavigationInput,
327
+ type ExpectNavigationResult,
328
+ type WaitForIslandOptions,
329
+ type PlaywrightIslandPage,
330
+ type AssertStreamBoundaryInput,
331
+ type AssertStreamBoundaryResult,
332
+ type ExpectSemanticOptions,
333
+ type ExpectSemanticPage,
334
+ type OracleQueueEntry,
335
+ type ExpectSemanticResult,
336
+ } from "./assertions";
337
+
307
338
  // ========== Phase 18.σ — Unified reporter ==========
308
339
 
309
340
  export {