@sentio/runtime 2.57.12-rc.d → 2.57.12-rc.e
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-CPC37CZL.js → chunk-YVOMEKB4.js} +3 -3
- package/lib/{chunk-CPC37CZL.js.map → chunk-YVOMEKB4.js.map} +1 -1
- package/lib/index.js +1 -1
- package/lib/processor-runner.js +2 -2
- package/lib/processor-runner.js.map +1 -1
- package/lib/service-worker.js +15 -10
- package/lib/service-worker.js.map +1 -1
- package/package.json +1 -1
- package/src/service-manager.ts +1 -1
- package/src/service-worker.ts +14 -9
package/lib/index.js
CHANGED
package/lib/processor-runner.js
CHANGED
@@ -43,7 +43,7 @@ import {
|
|
43
43
|
require_src,
|
44
44
|
trace,
|
45
45
|
withAbort
|
46
|
-
} from "./chunk-
|
46
|
+
} from "./chunk-YVOMEKB4.js";
|
47
47
|
import {
|
48
48
|
ExecutionConfig,
|
49
49
|
HandlerType,
|
@@ -39836,7 +39836,7 @@ var ServiceManager = class {
|
|
39836
39836
|
]
|
39837
39837
|
);
|
39838
39838
|
}
|
39839
|
-
return
|
39839
|
+
return this.pool.run({ request: request3 });
|
39840
39840
|
}
|
39841
39841
|
async *processBindingsStream(requests, context2) {
|
39842
39842
|
if (!this.started) {
|