@almadar/runtime 6.0.2 → 6.0.3
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-BA4E5MG4.js';
|
|
2
2
|
import './chunk-PZ5AY32C.js';
|
|
3
3
|
//# sourceMappingURL=OrbitalServerRuntime.js.map
|
|
4
4
|
//# sourceMappingURL=OrbitalServerRuntime.js.map
|
|
@@ -294,7 +294,7 @@ function interpolateArray(value, ctx) {
|
|
|
294
294
|
argCount: value.length - 1,
|
|
295
295
|
inputJson: JSON.stringify(value).slice(0, 300),
|
|
296
296
|
resultType: typeof result,
|
|
297
|
-
resultJson: typeof result === "object" && result !== null ? JSON.stringify(result).slice(0,
|
|
297
|
+
resultJson: typeof result === "object" && result !== null ? JSON.stringify(result).slice(0, 2e3) : String(result)
|
|
298
298
|
});
|
|
299
299
|
return result;
|
|
300
300
|
}
|
|
@@ -5342,5 +5342,5 @@ function buildMatcher(src, listenerOrbital) {
|
|
|
5342
5342
|
}
|
|
5343
5343
|
|
|
5344
5344
|
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 };
|
|
5345
|
-
//# sourceMappingURL=chunk-
|
|
5346
|
-
//# sourceMappingURL=chunk-
|
|
5345
|
+
//# sourceMappingURL=chunk-BA4E5MG4.js.map
|
|
5346
|
+
//# sourceMappingURL=chunk-BA4E5MG4.js.map
|