@almadar/runtime 5.9.1 → 5.9.2

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.
@@ -1,4 +1,4 @@
1
- export { InMemoryPersistence, OrbitalServerRuntime, collectDeclaredConfigDefaults, createOrbitalServerRuntime } from './chunk-RONUCODN.js';
1
+ export { InMemoryPersistence, OrbitalServerRuntime, collectDeclaredConfigDefaults, createOrbitalServerRuntime } from './chunk-LZYY2JJR.js';
2
2
  import './chunk-PZ5AY32C.js';
3
3
  //# sourceMappingURL=OrbitalServerRuntime.js.map
4
4
  //# sourceMappingURL=OrbitalServerRuntime.js.map
@@ -3400,7 +3400,15 @@ async function preprocessSchema(schema, options) {
3400
3400
  // Preserve other fields
3401
3401
  exposes: resolvedOrbital.original.exposes,
3402
3402
  domainContext: resolvedOrbital.original.domainContext,
3403
- design: resolvedOrbital.original.design
3403
+ design: resolvedOrbital.original.design,
3404
+ // Gap #22: pass through auxiliary entities so OrbitalServerRuntime's
3405
+ // mock-seed branch registers SearchResult / FilterTarget / PagedItem
3406
+ // alongside the molecule's primary entity. Without this, an inlined
3407
+ // .orb that has `auxiliaryEntities` populated by the Rust inline
3408
+ // phase still loses them here, and `(set @entity.searchTerm ...)` /
3409
+ // `(fetch SearchResult ...)` from no-rebind imports hit unregistered
3410
+ // persistence and silently no-op.
3411
+ auxiliaryEntities: resolvedOrbital.original.auxiliaryEntities
3404
3412
  };
3405
3413
  preprocessedOrbitals.push(preprocessedOrbital);
3406
3414
  }
@@ -5336,5 +5344,5 @@ function buildMatcher(src, listenerOrbital) {
5336
5344
  }
5337
5345
 
5338
5346
  export { EffectExecutor, EventBus, HANDLER_MANIFEST, InMemoryPersistence, MockPersistenceAdapter, OrbitalServerRuntime, StateMachineManager, buildEmitsFromTraits, collectDeclaredConfigDefaults, containsBindings, createContextFromBindings, createInitialTraitState, createLogger, createMockPersistence, createOrbitalServerRuntime, createTestExecutor, createUnifiedLoader, extractBindings, findInitialState, findTransition, formatPayloadValidationError, getIsolatedCollectionName, getNamespacedEvent, interpolateProps, interpolateValue, isBrowser, isElectron, isNamespacedEvent, isNode, normalizeEventKey, parseNamespacedEvent, preprocessSchema, processEvent, validateEventPayload, validatePayloadShapes };
5339
- //# sourceMappingURL=chunk-RONUCODN.js.map
5340
- //# sourceMappingURL=chunk-RONUCODN.js.map
5347
+ //# sourceMappingURL=chunk-LZYY2JJR.js.map
5348
+ //# sourceMappingURL=chunk-LZYY2JJR.js.map