@sentio/runtime 3.0.0-rc.12 → 3.0.0-rc.13
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-AFB5F2CR.js → chunk-33ACY4F2.js} +1 -2
- package/lib/{chunk-AFB5F2CR.js.map → chunk-33ACY4F2.js.map} +1 -1
- package/lib/index.js +1 -1
- package/lib/processor-runner.js +1 -6
- package/lib/processor-runner.js.map +1 -1
- package/lib/service-worker.js +1 -1
- package/package.json +1 -1
- package/src/db-context.ts +0 -1
- package/src/service-v3.ts +0 -5
|
@@ -38455,7 +38455,6 @@ var DataBindingContext = class extends AbstractStoreContext {
|
|
|
38455
38455
|
});
|
|
38456
38456
|
}
|
|
38457
38457
|
doSend(resp) {
|
|
38458
|
-
console.debug("sending db request, processId ", this.processId, "opId", resp.dbRequest?.opId);
|
|
38459
38458
|
this.subject.next({
|
|
38460
38459
|
...resp,
|
|
38461
38460
|
processId: this.processId
|
|
@@ -60175,4 +60174,4 @@ long/umd/index.js:
|
|
|
60175
60174
|
@noble/curves/esm/secp256k1.js:
|
|
60176
60175
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
60177
60176
|
*/
|
|
60178
|
-
//# sourceMappingURL=chunk-
|
|
60177
|
+
//# sourceMappingURL=chunk-33ACY4F2.js.map
|