@semiont/jobs 0.5.21 → 0.5.22
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/dist/index.js.map +1 -1
- package/dist/worker-main.js +1 -1
- package/dist/worker-main.js.map +1 -1
- package/package.json +8 -8
package/dist/worker-main.js
CHANGED
|
@@ -11087,7 +11087,7 @@ var envConfig = createTomlConfigLoader(
|
|
|
11087
11087
|
tomlReader,
|
|
11088
11088
|
configPath,
|
|
11089
11089
|
process.env
|
|
11090
|
-
)(null
|
|
11090
|
+
)(null);
|
|
11091
11091
|
var workerInferenceMap = envConfig._metadata?.workers;
|
|
11092
11092
|
if (!workerInferenceMap || Object.keys(workerInferenceMap).length === 0) {
|
|
11093
11093
|
throw new Error(
|