@io-orkes/conductor-javascript 0.0.8 → 0.0.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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12116,7 +12116,7 @@ var TaskManager = class {
|
|
|
12116
12116
|
this.logger = config.logger ?? new DefaultLogger();
|
|
12117
12117
|
this.workers = workers;
|
|
12118
12118
|
const providedOptions = config.options ?? {};
|
|
12119
|
-
this.taskManageOptions = __spreadProps(__spreadValues({}, defaultManagerOptions), {
|
|
12119
|
+
this.taskManageOptions = __spreadProps(__spreadValues(__spreadValues({}, defaultManagerOptions), providedOptions), {
|
|
12120
12120
|
workerID: workerId(providedOptions)
|
|
12121
12121
|
});
|
|
12122
12122
|
}
|