@sentio/runtime 2.62.0-rc.7 → 2.62.0-rc.9
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-YBKSM3GO.js → chunk-AHIIUVQL.js} +2 -2
- package/lib/{chunk-YBKSM3GO.js.map → chunk-AHIIUVQL.js.map} +1 -1
- package/lib/index.d.ts +22 -1
- package/lib/index.js +1 -1
- package/lib/processor-runner.js +7456 -7447
- package/lib/processor-runner.js.map +1 -1
- package/lib/service-worker.js +1 -1
- package/lib/service-worker.js.map +1 -1
- package/package.json +3 -2
- package/src/processor-runner-program.ts +57 -0
- package/src/processor-runner.ts +142 -205
- package/src/service-manager.ts +3 -2
- package/src/service-v3.ts +3 -2
- package/src/service-worker.ts +3 -2
- package/src/service.ts +3 -2
@@ -59301,7 +59301,7 @@ var ProcessorServiceImpl = class {
|
|
59301
59301
|
this.loader = loader;
|
59302
59302
|
this.shutdownHandler = shutdownHandler;
|
59303
59303
|
this.enablePreprocess = process.env["ENABLE_PREPROCESS"] ? process.env["ENABLE_PREPROCESS"].toLowerCase() == "true" : false;
|
59304
|
-
this.enablePartition = options?.
|
59304
|
+
this.enablePartition = options?.enablePartition == true;
|
59305
59305
|
}
|
59306
59306
|
async getConfig(request, context) {
|
59307
59307
|
if (!this.started) {
|
@@ -59780,4 +59780,4 @@ long/umd/index.js:
|
|
59780
59780
|
@noble/curves/esm/secp256k1.js:
|
59781
59781
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
59782
59782
|
*/
|
59783
|
-
//# sourceMappingURL=chunk-
|
59783
|
+
//# sourceMappingURL=chunk-AHIIUVQL.js.map
|