@teamkeel/testing-runtime 0.441.0 → 0.443.0

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamkeel/testing-runtime",
3
- "version": "0.441.0",
3
+ "version": "0.443.0",
4
4
  "description": "Internal package used by the generated @teamkeel/testing package",
5
5
  "exports": "./src/index.mjs",
6
6
  "typings": "src/index.d.ts",
package/src/index.d.ts CHANGED
@@ -185,6 +185,7 @@ export interface FlowRun<Input = {}> {
185
185
  traceId: string;
186
186
  status: FlowStatus;
187
187
  name: string;
188
+ taskName: string | null;
188
189
  startedBy: Date;
189
190
  input: Input | {};
190
191
  data: any;