@workglow/task-graph 0.2.12 → 0.2.13

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/node.js CHANGED
@@ -2736,7 +2736,7 @@ class TaskGraphRunner {
2736
2736
  const runAsync = async () => {
2737
2737
  let errorRouted = false;
2738
2738
  try {
2739
- const taskInput = isRootTask ? input : this.filterInputForTask(task, input);
2739
+ const taskInput = isRootTask ? input : config?.matchAllEmptyInputs ? this.filterInputForTask(task, input) : {};
2740
2740
  const taskPromise = this.runTask(task, taskInput);
2741
2741
  this.inProgressTasks.set(task.id, taskPromise);
2742
2742
  const taskResult = await taskPromise;
@@ -7633,4 +7633,4 @@ export {
7633
7633
  BROWSER_GRANTS
7634
7634
  };
7635
7635
 
7636
- //# debugId=C7977019EA997AF664756E2164756E21
7636
+ //# debugId=FBC8B01A514B464864756E2164756E21