@workflow/world-testing 4.1.0-beta.60 → 4.1.0-beta.61

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.
@@ -1,6 +1,17 @@
1
1
  {
2
2
  "version": "1.0.0",
3
3
  "steps": {
4
+ "workflow/dist/internal/builtins.js": {
5
+ "__builtin_response_array_buffer": {
6
+ "stepId": "__builtin_response_array_buffer"
7
+ },
8
+ "__builtin_response_json": {
9
+ "stepId": "__builtin_response_json"
10
+ },
11
+ "__builtin_response_text": {
12
+ "stepId": "__builtin_response_text"
13
+ }
14
+ },
4
15
  "workflows/hooks.ts": {
5
16
  "writeEvent": {
6
17
  "stepId": "step//./workflows/hooks//writeEvent"
@@ -16,12 +27,9 @@
16
27
  "stepId": "step//./workflows/null-byte//nullByteStep"
17
28
  }
18
29
  },
19
- "workflows/retriable-and-fatal.ts": {
20
- "stepThatFails": {
21
- "stepId": "step//./workflows/retriable-and-fatal//stepThatFails"
22
- },
23
- "stepThatThrowsRetryableError": {
24
- "stepId": "step//./workflows/retriable-and-fatal//stepThatThrowsRetryableError"
30
+ "workflow/dist/stdlib.js": {
31
+ "fetch": {
32
+ "stepId": "step//workflow@4.1.0-beta.60//fetch"
25
33
  }
26
34
  },
27
35
  "workflows/addition.ts": {
@@ -29,20 +37,12 @@
29
37
  "stepId": "step//./workflows/addition//add"
30
38
  }
31
39
  },
32
- "workflow/dist/stdlib.js": {
33
- "fetch": {
34
- "stepId": "step//workflow@4.1.0-beta.59//fetch"
35
- }
36
- },
37
- "workflow/dist/internal/builtins.js": {
38
- "__builtin_response_array_buffer": {
39
- "stepId": "__builtin_response_array_buffer"
40
- },
41
- "__builtin_response_json": {
42
- "stepId": "__builtin_response_json"
40
+ "workflows/retriable-and-fatal.ts": {
41
+ "stepThatFails": {
42
+ "stepId": "step//./workflows/retriable-and-fatal//stepThatFails"
43
43
  },
44
- "__builtin_response_text": {
45
- "stepId": "__builtin_response_text"
44
+ "stepThatThrowsRetryableError": {
45
+ "stepId": "step//./workflows/retriable-and-fatal//stepThatThrowsRetryableError"
46
46
  }
47
47
  }
48
48
  },
@@ -231,16 +231,16 @@
231
231
  }
232
232
  }
233
233
  },
234
- "workflows/retriable-and-fatal.ts": {
235
- "retryableAndFatalErrorWorkflow": {
236
- "workflowId": "workflow//./workflows/retriable-and-fatal//retryableAndFatalErrorWorkflow",
234
+ "workflows/addition.ts": {
235
+ "addition": {
236
+ "workflowId": "workflow//./workflows/addition//addition",
237
237
  "graph": {
238
238
  "nodes": [
239
239
  {
240
240
  "id": "start",
241
241
  "type": "workflowStart",
242
242
  "data": {
243
- "label": "Start: retryableAndFatalErrorWorkflow",
243
+ "label": "Start: addition",
244
244
  "nodeKind": "workflow_start"
245
245
  }
246
246
  },
@@ -248,9 +248,9 @@
248
248
  "id": "node_0",
249
249
  "type": "step",
250
250
  "data": {
251
- "label": "stepThatThrowsRetryableError",
251
+ "label": "add",
252
252
  "nodeKind": "step",
253
- "stepId": "step//./workflows/retriable-and-fatal//stepThatThrowsRetryableError"
253
+ "stepId": "step//./workflows/addition//add"
254
254
  }
255
255
  },
256
256
  {
@@ -279,16 +279,16 @@
279
279
  }
280
280
  }
281
281
  },
282
- "workflows/addition.ts": {
283
- "addition": {
284
- "workflowId": "workflow//./workflows/addition//addition",
282
+ "workflows/retriable-and-fatal.ts": {
283
+ "retryableAndFatalErrorWorkflow": {
284
+ "workflowId": "workflow//./workflows/retriable-and-fatal//retryableAndFatalErrorWorkflow",
285
285
  "graph": {
286
286
  "nodes": [
287
287
  {
288
288
  "id": "start",
289
289
  "type": "workflowStart",
290
290
  "data": {
291
- "label": "Start: addition",
291
+ "label": "Start: retryableAndFatalErrorWorkflow",
292
292
  "nodeKind": "workflow_start"
293
293
  }
294
294
  },
@@ -296,9 +296,9 @@
296
296
  "id": "node_0",
297
297
  "type": "step",
298
298
  "data": {
299
- "label": "add",
299
+ "label": "stepThatThrowsRetryableError",
300
300
  "nodeKind": "step",
301
- "stepId": "step//./workflows/addition//add"
301
+ "stepId": "step//./workflows/retriable-and-fatal//stepThatThrowsRetryableError"
302
302
  }
303
303
  },
304
304
  {
@@ -25191,7 +25191,7 @@ async function fetch2(...args) {
25191
25191
  return globalThis.fetch(...args);
25192
25192
  }
25193
25193
  __name(fetch2, "fetch");
25194
- registerStepFunction("step//workflow@4.1.0-beta.59//fetch", fetch2);
25194
+ registerStepFunction("step//workflow@4.1.0-beta.60//fetch", fetch2);
25195
25195
  // workflows/addition.ts
25196
25196
  async function add(num, num2) {
25197
25197
  return num + num2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workflow/world-testing",
3
- "version": "4.1.0-beta.60",
3
+ "version": "4.1.0-beta.61",
4
4
  "description": "Testing utilities and World implementation for Workflow DevKit",
5
5
  "main": "dist/src/index.mjs",
6
6
  "files": [
@@ -21,9 +21,9 @@
21
21
  "hono": "4.9.10",
22
22
  "jsonlines": "0.1.1",
23
23
  "zod": "4.1.11",
24
- "@workflow/cli": "4.1.0-beta.59",
25
- "@workflow/core": "4.1.0-beta.59",
26
- "workflow": "4.1.0-beta.59",
24
+ "@workflow/cli": "4.1.0-beta.60",
25
+ "@workflow/core": "4.1.0-beta.60",
26
+ "workflow": "4.1.0-beta.60",
27
27
  "@workflow/world": "4.1.0-beta.6"
28
28
  },
29
29
  "devDependencies": {