@sentio/runtime 2.60.0-rc.11 → 2.60.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-CYS2DAE4.js → chunk-26X74ASV.js} +2 -2
- package/lib/{chunk-BOHR42T4.js → chunk-2JZQGMEZ.js} +3 -2
- package/lib/{chunk-BOHR42T4.js.map → chunk-2JZQGMEZ.js.map} +1 -1
- package/lib/{chunk-TC6OWLVA.js → chunk-ZTW66EYL.js} +2 -1
- package/lib/chunk-ZTW66EYL.js.map +1 -0
- package/lib/index.d.ts +10 -147
- package/lib/index.js +2 -2
- package/lib/processor-BDXlufg5.d.ts +900 -0
- package/lib/processor-runner.js +10 -3
- package/lib/processor-runner.js.map +1 -1
- package/lib/service-worker.js +3 -3
- package/lib/test-processor.test.d.ts +14 -1
- package/lib/test-processor.test.js.map +1 -1
- package/package.json +1 -1
- package/src/db-context.ts +1 -0
- package/src/gen/service/common/protos/common.ts +134 -1
- package/src/service-v3.ts +7 -1
- package/lib/chunk-TC6OWLVA.js.map +0 -1
- /package/lib/{chunk-CYS2DAE4.js.map → chunk-26X74ASV.js.map} +0 -0
@@ -6,7 +6,7 @@ import {
|
|
6
6
|
__require,
|
7
7
|
__toCommonJS,
|
8
8
|
__toESM
|
9
|
-
} from "./chunk-
|
9
|
+
} from "./chunk-ZTW66EYL.js";
|
10
10
|
|
11
11
|
// ../../node_modules/.pnpm/logform@2.6.0/node_modules/logform/format.js
|
12
12
|
var require_format = __commonJS({
|
@@ -10972,4 +10972,4 @@ export {
|
|
10972
10972
|
safe-buffer/index.js:
|
10973
10973
|
(*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
10974
10974
|
*/
|
10975
|
-
//# sourceMappingURL=chunk-
|
10975
|
+
//# sourceMappingURL=chunk-26X74ASV.js.map
|
@@ -21,7 +21,7 @@ import {
|
|
21
21
|
require_roots,
|
22
22
|
require_rpc,
|
23
23
|
require_writer
|
24
|
-
} from "./chunk-
|
24
|
+
} from "./chunk-ZTW66EYL.js";
|
25
25
|
|
26
26
|
// ../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js
|
27
27
|
var require_universalify = __commonJS({
|
@@ -38512,6 +38512,7 @@ var DataBindingContext = class extends AbstractStoreContext {
|
|
38512
38512
|
});
|
38513
38513
|
}
|
38514
38514
|
doSend(resp) {
|
38515
|
+
console.debug("sending db request, processId ", this.processId, "opId", resp.dbRequest?.opId);
|
38515
38516
|
this.subject.next({
|
38516
38517
|
...resp,
|
38517
38518
|
processId: this.processId
|
@@ -59957,4 +59958,4 @@ long/umd/index.js:
|
|
59957
59958
|
@noble/curves/esm/secp256k1.js:
|
59958
59959
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
59959
59960
|
*/
|
59960
|
-
//# sourceMappingURL=chunk-
|
59961
|
+
//# sourceMappingURL=chunk-2JZQGMEZ.js.map
|