@almadar/runtime 6.6.0 → 6.7.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,4 +1,4 @@
|
|
|
1
|
-
export { InMemoryPersistence, OrbitalServerRuntime, collectDeclaredConfigDefaults, createOrbitalServerRuntime } from './chunk-
|
|
1
|
+
export { InMemoryPersistence, OrbitalServerRuntime, collectDeclaredConfigDefaults, createOrbitalServerRuntime } from './chunk-QE4EUBYW.js';
|
|
2
2
|
import './chunk-PZ5AY32C.js';
|
|
3
3
|
//# sourceMappingURL=OrbitalServerRuntime.js.map
|
|
4
4
|
//# sourceMappingURL=OrbitalServerRuntime.js.map
|
|
@@ -218,10 +218,10 @@ function interpolateString(value, ctx) {
|
|
|
218
218
|
return value;
|
|
219
219
|
}
|
|
220
220
|
function isPureBinding(value) {
|
|
221
|
-
return /^@[\w]+(?:\.[\w]+)*$/.test(value);
|
|
221
|
+
return /^@[\w]+(?:\[\d+\])*(?:\.[\w]+(?:\[\d+\])*)*$/.test(value);
|
|
222
222
|
}
|
|
223
223
|
function interpolateEmbeddedBindings(value, ctx) {
|
|
224
|
-
return value.replace(/@[\w]+(?:\.[\w]+)*/g, (match) => {
|
|
224
|
+
return value.replace(/@[\w]+(?:\[\d+\])*(?:\.[\w]+(?:\[\d+\])*)*/g, (match) => {
|
|
225
225
|
if (isClientOnlyBinding(match)) {
|
|
226
226
|
return match;
|
|
227
227
|
}
|
|
@@ -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-QE4EUBYW.js.map
|
|
5402
|
+
//# sourceMappingURL=chunk-QE4EUBYW.js.map
|