@pogodisco/zephyr 1.2.3 → 1.2.4

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.
@@ -50,7 +50,7 @@ export declare class WorkflowBuilder<Reg extends ActionRegistry, Input = unknown
50
50
  input: Input;
51
51
  results: Results;
52
52
  }) => Parameters<Reg[ActionName]>[0]): WorkflowBuilder<Reg, Input, Context, [...Steps, StepDef<Reg, ID, ActionName>], Results & { [K in ID]: Awaited<ReturnType<Reg[ActionName]>>; }>;
53
- subflow<Prefix extends string, SubInput, SubResults, SubSteps extends StepDef<Reg, any, any>[]>(prefix: Prefix, workflow: WorkflowDef<Reg, SubInput, SubResults, SubSteps>, resolveInput: (ctx: {
53
+ subflow<Prefix extends string, SubInput, SubResults, SubSteps extends StepDef<any, any, any>[]>(prefix: Prefix, workflow: WorkflowDef<any, SubInput, SubResults, SubSteps>, resolveInput: (ctx: {
54
54
  input: Input;
55
55
  results: Results;
56
56
  context: Context;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pogodisco/zephyr",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },