@overmap-ai/core 1.0.53-fix-outbox.5 → 1.0.53-fix-outbox.6

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.
@@ -5019,7 +5019,7 @@ var __publicField = (obj, key, value) => {
5019
5019
  return false;
5020
5020
  }
5021
5021
  function peek(_array, _item, _context) {
5022
- return __outboxCoordinator.peek();
5022
+ return __outboxCoordinator == null ? void 0 : __outboxCoordinator.peek();
5023
5023
  }
5024
5024
  function retry(_action, _retries) {
5025
5025
  getClientStore().dispatch(_setLatestRetryTime((/* @__PURE__ */ new Date()).getTime()));