@almadar/runtime 6.25.0 → 6.26.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.
- package/dist/OrbitalServerRuntime.js +2 -2
- package/dist/{chunk-NTKEAKYI.js → chunk-YNRDYK3N.js} +4 -4
- package/dist/{chunk-NTKEAKYI.js.map → chunk-YNRDYK3N.js.map} +1 -1
- package/dist/{external-loader-IN246DQM.js → external-loader-YF6A3256.js} +11 -2
- package/dist/external-loader-YF6A3256.js.map +1 -0
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/external-loader-IN246DQM.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createTickScheduler, EventBus, createUnifiedLoader, MockPersistenceAdapter, InMemoryPersistence, preprocessSchema, normalizeCallSiteConfigToValues, StateMachineManager, parseDurationString, createContextFromBindings, validateEventPayload, formatPayloadValidationError, collectDeclaredConfigDefaults, collectDeclaredEntityDefaults, EffectExecutor } from './chunk-
|
|
2
|
-
export { InMemoryPersistence, collectDeclaredConfigDefaults } from './chunk-
|
|
1
|
+
import { createTickScheduler, EventBus, createUnifiedLoader, MockPersistenceAdapter, InMemoryPersistence, preprocessSchema, normalizeCallSiteConfigToValues, StateMachineManager, parseDurationString, createContextFromBindings, validateEventPayload, formatPayloadValidationError, collectDeclaredConfigDefaults, collectDeclaredEntityDefaults, EffectExecutor } from './chunk-YNRDYK3N.js';
|
|
2
|
+
export { InMemoryPersistence, collectDeclaredConfigDefaults } from './chunk-YNRDYK3N.js';
|
|
3
3
|
import { isValidCronExpression } from './chunk-U4PL237A.js';
|
|
4
4
|
import './chunk-PZ5AY32C.js';
|
|
5
5
|
import { createLogger } from '@almadar/logger';
|
|
@@ -2750,7 +2750,7 @@ async function getExternalLoaderModule() {
|
|
|
2750
2750
|
return null;
|
|
2751
2751
|
}
|
|
2752
2752
|
try {
|
|
2753
|
-
externalLoaderModule = await import('./external-loader-
|
|
2753
|
+
externalLoaderModule = await import('./external-loader-YF6A3256.js');
|
|
2754
2754
|
return externalLoaderModule;
|
|
2755
2755
|
} catch {
|
|
2756
2756
|
return null;
|
|
@@ -3191,7 +3191,7 @@ var ReferenceResolver = class {
|
|
|
3191
3191
|
if (this.loader || this.loaderInitialized) return;
|
|
3192
3192
|
this.loaderInitialized = true;
|
|
3193
3193
|
try {
|
|
3194
|
-
const { ExternalOrbitalLoader } = await import('./external-loader-
|
|
3194
|
+
const { ExternalOrbitalLoader } = await import('./external-loader-YF6A3256.js');
|
|
3195
3195
|
this.loader = new ExternalOrbitalLoader(this.options);
|
|
3196
3196
|
} catch {
|
|
3197
3197
|
}
|
|
@@ -3901,5 +3901,5 @@ var InMemoryPersistence = class {
|
|
|
3901
3901
|
};
|
|
3902
3902
|
|
|
3903
3903
|
export { EffectExecutor, EventBus, HANDLER_MANIFEST, InMemoryPersistence, MockPersistenceAdapter, StateMachineManager, TickScheduler, buildEmitsFromTraits, collectDeclaredConfigDefaults, collectDeclaredEntityDefaults, containsBindings, createContextFromBindings, createInitialTraitState, createMockPersistence, createTestExecutor, createTickScheduler, createUnifiedLoader, extractBindings, findInitialState, findTransition, formatPayloadValidationError, getIsolatedCollectionName, getNamespacedEvent, interpolateProps, interpolateValue, isBrowser, isElectron, isNamespacedEvent, isNode, isValidDurationString, normalizeCallSiteConfigToValues, normalizeEventKey, parseDurationString, parseNamespacedEvent, preprocessSchema, processEvent, validateEventPayload, validatePayloadShapes };
|
|
3904
|
-
//# sourceMappingURL=chunk-
|
|
3905
|
-
//# sourceMappingURL=chunk-
|
|
3904
|
+
//# sourceMappingURL=chunk-YNRDYK3N.js.map
|
|
3905
|
+
//# sourceMappingURL=chunk-YNRDYK3N.js.map
|