@almadar/runtime 6.14.0 → 6.15.0
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,5 +1,5 @@
|
|
|
1
|
-
import { EventBus, createUnifiedLoader, MockPersistenceAdapter, InMemoryPersistence, preprocessSchema, StateMachineManager, createContextFromBindings, validateEventPayload, formatPayloadValidationError, collectDeclaredConfigDefaults, EffectExecutor } from './chunk-
|
|
2
|
-
export { InMemoryPersistence, collectDeclaredConfigDefaults } from './chunk-
|
|
1
|
+
import { EventBus, createUnifiedLoader, MockPersistenceAdapter, InMemoryPersistence, preprocessSchema, StateMachineManager, createContextFromBindings, validateEventPayload, formatPayloadValidationError, collectDeclaredConfigDefaults, EffectExecutor } from './chunk-TV6XXEB7.js';
|
|
2
|
+
export { InMemoryPersistence, collectDeclaredConfigDefaults } from './chunk-TV6XXEB7.js';
|
|
3
3
|
import './chunk-PZ5AY32C.js';
|
|
4
4
|
import { createLogger } from '@almadar/logger';
|
|
5
5
|
import * as nodeModule from 'module';
|
|
@@ -1984,8 +1984,7 @@ var MockPersistenceAdapter = class _MockPersistenceAdapter {
|
|
|
1984
1984
|
format: field.format ?? null,
|
|
1985
1985
|
hasDefault: field.default !== void 0
|
|
1986
1986
|
});
|
|
1987
|
-
|
|
1988
|
-
if (isNumeric && field.default !== void 0) {
|
|
1987
|
+
if (field.default !== void 0) {
|
|
1989
1988
|
return field.default;
|
|
1990
1989
|
}
|
|
1991
1990
|
switch (field.type) {
|
|
@@ -3712,5 +3711,5 @@ var InMemoryPersistence = class {
|
|
|
3712
3711
|
};
|
|
3713
3712
|
|
|
3714
3713
|
export { EffectExecutor, EventBus, HANDLER_MANIFEST, InMemoryPersistence, MockPersistenceAdapter, StateMachineManager, buildEmitsFromTraits, collectDeclaredConfigDefaults, containsBindings, createContextFromBindings, createInitialTraitState, createMockPersistence, createTestExecutor, createUnifiedLoader, extractBindings, findInitialState, findTransition, formatPayloadValidationError, getIsolatedCollectionName, getNamespacedEvent, interpolateProps, interpolateValue, isBrowser, isElectron, isNamespacedEvent, isNode, normalizeEventKey, parseNamespacedEvent, preprocessSchema, processEvent, validateEventPayload, validatePayloadShapes };
|
|
3715
|
-
//# sourceMappingURL=chunk-
|
|
3716
|
-
//# sourceMappingURL=chunk-
|
|
3714
|
+
//# sourceMappingURL=chunk-TV6XXEB7.js.map
|
|
3715
|
+
//# sourceMappingURL=chunk-TV6XXEB7.js.map
|