@sentio/runtime 2.59.0-rc.19 → 2.59.0-rc.20
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-YKYFIG5E.js → chunk-45FF2A6M.js} +288 -5
- package/lib/chunk-45FF2A6M.js.map +1 -0
- package/lib/{chunk-QLUHWTGU.js → chunk-EPAMG3V5.js} +3 -2
- package/lib/{chunk-QLUHWTGU.js.map → chunk-EPAMG3V5.js.map} +1 -1
- package/lib/{chunk-NIAALZHZ.js → chunk-GWKJGG55.js} +2 -2
- package/lib/index.d.ts +65 -0
- package/lib/index.js +2 -2
- package/lib/processor-runner.js +3 -3
- package/lib/service-worker.js +3 -3
- package/package.json +1 -1
- package/src/gen/processor/protos/processor.ts +175 -1
- package/src/utils.ts +1 -0
- package/lib/chunk-YKYFIG5E.js.map +0 -1
- /package/lib/{chunk-NIAALZHZ.js.map → chunk-GWKJGG55.js.map} +0 -0
@@ -21,7 +21,7 @@ import {
|
|
21
21
|
require_roots,
|
22
22
|
require_rpc,
|
23
23
|
require_writer
|
24
|
-
} from "./chunk-
|
24
|
+
} from "./chunk-45FF2A6M.js";
|
25
25
|
|
26
26
|
// ../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js
|
27
27
|
var require_universalify = __commonJS({
|
@@ -37942,6 +37942,7 @@ function mergeProcessResults(results) {
|
|
37942
37942
|
res.gauges = res.gauges.concat(r.gauges);
|
37943
37943
|
res.events = res.events.concat(r.events);
|
37944
37944
|
res.exports = res.exports.concat(r.exports);
|
37945
|
+
res.timeseriesResult = res.timeseriesResult.concat(r.timeseriesResult);
|
37945
37946
|
res.states = {
|
37946
37947
|
configUpdated: res.states?.configUpdated || r.states?.configUpdated || false
|
37947
37948
|
};
|
@@ -59834,4 +59835,4 @@ long/umd/index.js:
|
|
59834
59835
|
@noble/curves/esm/secp256k1.js:
|
59835
59836
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
59836
59837
|
*/
|
59837
|
-
//# sourceMappingURL=chunk-
|
59838
|
+
//# sourceMappingURL=chunk-EPAMG3V5.js.map
|