@almadar/runtime 6.5.0 → 6.5.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { InMemoryPersistence, OrbitalServerRuntime, collectDeclaredConfigDefaults, createOrbitalServerRuntime } from './chunk-
|
|
1
|
+
export { InMemoryPersistence, OrbitalServerRuntime, collectDeclaredConfigDefaults, createOrbitalServerRuntime } from './chunk-2XCEYEDH.js';
|
|
2
2
|
import './chunk-PZ5AY32C.js';
|
|
3
3
|
//# sourceMappingURL=OrbitalServerRuntime.js.map
|
|
4
4
|
//# sourceMappingURL=OrbitalServerRuntime.js.map
|
|
@@ -1902,13 +1902,13 @@ var MockPersistenceAdapter = class {
|
|
|
1902
1902
|
return picsumUrl(entityName, field.name);
|
|
1903
1903
|
}
|
|
1904
1904
|
const value = faker.lorem.words(2);
|
|
1905
|
-
mockLog.
|
|
1905
|
+
mockLog.debug("field:fallback-lorem", () => ({
|
|
1906
1906
|
entityName,
|
|
1907
1907
|
fieldName: field.name,
|
|
1908
1908
|
hasValues: false,
|
|
1909
1909
|
format: field.format ?? null,
|
|
1910
1910
|
generated: value
|
|
1911
|
-
});
|
|
1911
|
+
}));
|
|
1912
1912
|
return value;
|
|
1913
1913
|
}
|
|
1914
1914
|
/**
|
|
@@ -5398,5 +5398,5 @@ function buildMatcher(src, listenerOrbital) {
|
|
|
5398
5398
|
}
|
|
5399
5399
|
|
|
5400
5400
|
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 };
|
|
5401
|
-
//# sourceMappingURL=chunk-
|
|
5402
|
-
//# sourceMappingURL=chunk-
|
|
5401
|
+
//# sourceMappingURL=chunk-2XCEYEDH.js.map
|
|
5402
|
+
//# sourceMappingURL=chunk-2XCEYEDH.js.map
|