@almadar/runtime 6.21.0 → 6.23.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
1
  import { parseCron, cronMinuteKey, cronMatches } from './chunk-U4PL237A.js';
2
- import { createLogger } from '@almadar/logger';
2
+ import { createLogger, setNamespaceLevel } from '@almadar/logger';
3
3
  import { resolveBinding, evaluate, createMinimalContext, evaluateGuard } from '@almadar/evaluator';
4
4
  export { createMinimalContext } from '@almadar/evaluator';
5
5
  import { isKnownStdOperator } from '@almadar/std/registry';
@@ -286,6 +286,7 @@ function isValidDurationString(interval) {
286
286
  return /^(\d+)(ms|s|m|h)?$/.test(interval);
287
287
  }
288
288
  var bindLog = createLogger("almadar:runtime:bindings");
289
+ setNamespaceLevel("almadar:runtime:bindings", "WARN");
289
290
  var renderLog = createLogger("almadar:runtime:render-ui");
290
291
  var CLIENT_ONLY_BINDING_ROOTS = /* @__PURE__ */ new Set(["trait"]);
291
292
  function isClientOnlyBinding(value) {
@@ -1006,6 +1007,7 @@ var HANDLER_MANIFEST = {
1006
1007
  ssr: ["render-ui", "render", "fetch", "emit", "set", "log", "ref", "deref"]
1007
1008
  };
1008
1009
  var effectLog = createLogger("almadar:runtime:effects");
1010
+ setNamespaceLevel("almadar:runtime:effects", "WARN");
1009
1011
  function parseEffect(effect) {
1010
1012
  if (!Array.isArray(effect) || effect.length === 0) {
1011
1013
  return null;
@@ -3886,5 +3888,5 @@ var InMemoryPersistence = class {
3886
3888
  };
3887
3889
 
3888
3890
  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, normalizeEventKey, parseDurationString, parseNamespacedEvent, preprocessSchema, processEvent, validateEventPayload, validatePayloadShapes };
3889
- //# sourceMappingURL=chunk-53VRCHPK.js.map
3890
- //# sourceMappingURL=chunk-53VRCHPK.js.map
3891
+ //# sourceMappingURL=chunk-4SX6WJKY.js.map
3892
+ //# sourceMappingURL=chunk-4SX6WJKY.js.map