@io-orkes/conductor-javascript 1.2.0 → 1.2.1-rc.2

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.
@@ -1736,9 +1736,9 @@ declare class TaskRunner {
1736
1736
  stopPolling: () => Promise<void>;
1737
1737
  updateOptions(options: Partial<TaskRunnerOptions>): void;
1738
1738
  get getOptions(): TaskRunnerOptions;
1739
- private pollAndExecute;
1739
+ private batchPoll;
1740
1740
  updateTaskWithRetry: (task: Task, taskResult: TaskResult) => Promise<void>;
1741
- executeTask: (task: Task) => Promise<void>;
1741
+ private executeTask;
1742
1742
  handleUnknownError: (unknownError: unknown) => void;
1743
1743
  }
1744
1744
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@io-orkes/conductor-javascript",
3
3
  "description": "Typescript Client for Netflix Conductor",
4
- "version": "v1.2.0",
4
+ "version": "1.2.1-rc.2",
5
5
  "exports": {
6
6
  ".": {
7
7
  "require": "./dist/index.js",