@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.
package/dist/overmap-core.js
CHANGED
|
@@ -5029,7 +5029,7 @@ function discard(reason, action, retries = 0) {
|
|
|
5029
5029
|
return false;
|
|
5030
5030
|
}
|
|
5031
5031
|
function peek(_array, _item, _context) {
|
|
5032
|
-
return __outboxCoordinator.peek();
|
|
5032
|
+
return __outboxCoordinator == null ? void 0 : __outboxCoordinator.peek();
|
|
5033
5033
|
}
|
|
5034
5034
|
function retry(_action, _retries) {
|
|
5035
5035
|
getClientStore().dispatch(_setLatestRetryTime((/* @__PURE__ */ new Date()).getTime()));
|