@almadar/runtime 6.9.1 → 6.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-
|
|
1
|
+
export { InMemoryPersistence, OrbitalServerRuntime, collectDeclaredConfigDefaults, createOrbitalServerRuntime } from './chunk-VUXJJPIQ.js';
|
|
2
2
|
import './chunk-PZ5AY32C.js';
|
|
3
3
|
//# sourceMappingURL=OrbitalServerRuntime.js.map
|
|
4
4
|
//# sourceMappingURL=OrbitalServerRuntime.js.map
|
|
@@ -2316,11 +2316,9 @@ var ReferenceResolver = class {
|
|
|
2316
2316
|
}, clone() {
|
|
2317
2317
|
return this;
|
|
2318
2318
|
} };
|
|
2319
|
-
const
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
importChain
|
|
2323
|
-
);
|
|
2319
|
+
const traitsList = orbital.traits ?? [];
|
|
2320
|
+
const alreadyResolved = traitsList.length > 0 && traitsList.every((t) => isInlineTrait(t));
|
|
2321
|
+
const importsResult = alreadyResolved ? { success: true, data: { orbitals: /* @__PURE__ */ new Map() }} : await this.resolveImports(orbital.uses ?? [], sourcePath, importChain);
|
|
2324
2322
|
if (!importsResult.success) {
|
|
2325
2323
|
return { success: false, errors: importsResult.errors };
|
|
2326
2324
|
}
|
|
@@ -5483,5 +5481,5 @@ function buildMatcher(src, listenerOrbital) {
|
|
|
5483
5481
|
}
|
|
5484
5482
|
|
|
5485
5483
|
export { EffectExecutor, EventBus, HANDLER_MANIFEST, InMemoryPersistence, MockPersistenceAdapter, OrbitalServerRuntime, StateMachineManager, buildEmitsFromTraits, collectDeclaredConfigDefaults, containsBindings, createContextFromBindings, createInitialTraitState, createMockPersistence, createOrbitalServerRuntime, createTestExecutor, createUnifiedLoader, extractBindings, findInitialState, findTransition, formatPayloadValidationError, getIsolatedCollectionName, getNamespacedEvent, interpolateProps, interpolateValue, isBrowser, isElectron, isNamespacedEvent, isNode, normalizeEventKey, parseNamespacedEvent, preprocessSchema, processEvent, validateEventPayload, validatePayloadShapes };
|
|
5486
|
-
//# sourceMappingURL=chunk-
|
|
5487
|
-
//# sourceMappingURL=chunk-
|
|
5484
|
+
//# sourceMappingURL=chunk-VUXJJPIQ.js.map
|
|
5485
|
+
//# sourceMappingURL=chunk-VUXJJPIQ.js.map
|