@sentio/runtime 2.59.0-rc.31 → 2.59.0-rc.33
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/lib/{chunk-X2VTMTYL.js → chunk-QWKQ7U4H.js} +1 -4
- package/lib/{chunk-X2VTMTYL.js.map → chunk-QWKQ7U4H.js.map} +1 -1
- package/lib/index.js +1 -1
- package/lib/processor-runner.js +38 -13
- package/lib/processor-runner.js.map +1 -1
- package/lib/service-worker.d.ts +3 -3
- package/lib/service-worker.js +64 -11
- package/lib/service-worker.js.map +1 -1
- package/package.json +1 -1
- package/src/db-context.ts +0 -3
- package/src/processor-runner.ts +2 -1
- package/src/service-manager.ts +48 -16
- package/src/service-worker.ts +68 -10
@@ -38310,9 +38310,6 @@ var AbstractStoreContext = class {
|
|
38310
38310
|
});
|
38311
38311
|
}
|
38312
38312
|
return Promise.race(promises).then((result) => {
|
38313
|
-
if (timeoutSecs) {
|
38314
|
-
console.debug("db request", requestType, "op", opId, " took", Date.now() - start, "ms");
|
38315
|
-
}
|
38316
38313
|
request_times[requestType]?.add(Date.now() - start);
|
38317
38314
|
return result;
|
38318
38315
|
}).catch((e) => {
|
@@ -59858,4 +59855,4 @@ long/umd/index.js:
|
|
59858
59855
|
@noble/curves/esm/secp256k1.js:
|
59859
59856
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
59860
59857
|
*/
|
59861
|
-
//# sourceMappingURL=chunk-
|
59858
|
+
//# sourceMappingURL=chunk-QWKQ7U4H.js.map
|