@overmap-ai/core 1.0.53-fix-outbox.2 → 1.0.53-fix-outbox.3
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.
|
@@ -4994,11 +4994,7 @@ var __publicField = (obj, key, value) => {
|
|
|
4994
4994
|
return false;
|
|
4995
4995
|
}
|
|
4996
4996
|
function peek(_array, _item, _context) {
|
|
4997
|
-
|
|
4998
|
-
if (!ret) {
|
|
4999
|
-
throw new Error(`Peek returned ${ret}`);
|
|
5000
|
-
}
|
|
5001
|
-
return ret;
|
|
4997
|
+
return getOutboxCoordinator().peek();
|
|
5002
4998
|
}
|
|
5003
4999
|
function retry(_action, _retries) {
|
|
5004
5000
|
getClientStore().dispatch(_setLatestRetryTime((/* @__PURE__ */ new Date()).getTime()));
|