@workflow/world-testing 4.1.0-beta.57 → 4.1.0-beta.58

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.
@@ -49254,7 +49254,7 @@ function getWritable(options = {}) {
49254
49254
  __name(getWritable, "getWritable");
49255
49255
 
49256
49256
  // ../workflow/dist/stdlib.js
49257
- var fetch = globalThis[Symbol.for("WORKFLOW_USE_STEP")]("step//workflow@4.1.0-beta.56//fetch");
49257
+ var fetch = globalThis[Symbol.for("WORKFLOW_USE_STEP")]("step//workflow@4.1.0-beta.57//fetch");
49258
49258
 
49259
49259
  // ../../node_modules/.pnpm/zod@4.1.11/node_modules/zod/v4/core/core.js
49260
49260
  var NEVER = Object.freeze({
@@ -1,20 +1,19 @@
1
1
  {
2
2
  "version": "1.0.0",
3
3
  "steps": {
4
- "workflow/dist/stdlib.js": {
5
- "fetch": {
6
- "stepId": "step//workflow@4.1.0-beta.56//fetch"
4
+ "workflows/hooks.ts": {
5
+ "writeEvent": {
6
+ "stepId": "step//./workflows/hooks//writeEvent"
7
7
  }
8
8
  },
9
- "workflow/dist/internal/builtins.js": {
10
- "__builtin_response_array_buffer": {
11
- "stepId": "__builtin_response_array_buffer"
12
- },
13
- "__builtin_response_json": {
14
- "stepId": "__builtin_response_json"
15
- },
16
- "__builtin_response_text": {
17
- "stepId": "__builtin_response_text"
9
+ "workflows/noop.ts": {
10
+ "noop": {
11
+ "stepId": "step//./workflows/noop//noop"
12
+ }
13
+ },
14
+ "workflows/addition.ts": {
15
+ "add": {
16
+ "stepId": "step//./workflows/addition//add"
18
17
  }
19
18
  },
20
19
  "workflows/null-byte.ts": {
@@ -22,11 +21,6 @@
22
21
  "stepId": "step//./workflows/null-byte//nullByteStep"
23
22
  }
24
23
  },
25
- "workflows/hooks.ts": {
26
- "writeEvent": {
27
- "stepId": "step//./workflows/hooks//writeEvent"
28
- }
29
- },
30
24
  "workflows/retriable-and-fatal.ts": {
31
25
  "stepThatFails": {
32
26
  "stepId": "step//./workflows/retriable-and-fatal//stepThatFails"
@@ -35,27 +29,24 @@
35
29
  "stepId": "step//./workflows/retriable-and-fatal//stepThatThrowsRetryableError"
36
30
  }
37
31
  },
38
- "workflows/addition.ts": {
39
- "add": {
40
- "stepId": "step//./workflows/addition//add"
32
+ "workflow/dist/internal/builtins.js": {
33
+ "__builtin_response_array_buffer": {
34
+ "stepId": "__builtin_response_array_buffer"
35
+ },
36
+ "__builtin_response_json": {
37
+ "stepId": "__builtin_response_json"
38
+ },
39
+ "__builtin_response_text": {
40
+ "stepId": "__builtin_response_text"
41
41
  }
42
42
  },
43
- "workflows/noop.ts": {
44
- "noop": {
45
- "stepId": "step//./workflows/noop//noop"
43
+ "workflow/dist/stdlib.js": {
44
+ "fetch": {
45
+ "stepId": "step//workflow@4.1.0-beta.57//fetch"
46
46
  }
47
47
  }
48
48
  },
49
49
  "workflows": {
50
- "workflows/null-byte.ts": {
51
- "nullByteWorkflow": {
52
- "workflowId": "workflow//./workflows/null-byte//nullByteWorkflow",
53
- "graph": {
54
- "nodes": [],
55
- "edges": []
56
- }
57
- }
58
- },
59
50
  "workflows/hooks.ts": {
60
51
  "collectWithHook": {
61
52
  "workflowId": "workflow//./workflows/hooks//collectWithHook",
@@ -65,9 +56,9 @@
65
56
  }
66
57
  }
67
58
  },
68
- "workflows/retriable-and-fatal.ts": {
69
- "retryableAndFatalErrorWorkflow": {
70
- "workflowId": "workflow//./workflows/retriable-and-fatal//retryableAndFatalErrorWorkflow",
59
+ "workflows/noop.ts": {
60
+ "brokenWf": {
61
+ "workflowId": "workflow//./workflows/noop//brokenWf",
71
62
  "graph": {
72
63
  "nodes": [],
73
64
  "edges": []
@@ -83,9 +74,18 @@
83
74
  }
84
75
  }
85
76
  },
86
- "workflows/noop.ts": {
87
- "brokenWf": {
88
- "workflowId": "workflow//./workflows/noop//brokenWf",
77
+ "workflows/null-byte.ts": {
78
+ "nullByteWorkflow": {
79
+ "workflowId": "workflow//./workflows/null-byte//nullByteWorkflow",
80
+ "graph": {
81
+ "nodes": [],
82
+ "edges": []
83
+ }
84
+ }
85
+ },
86
+ "workflows/retriable-and-fatal.ts": {
87
+ "retryableAndFatalErrorWorkflow": {
88
+ "workflowId": "workflow//./workflows/retriable-and-fatal//retryableAndFatalErrorWorkflow",
89
89
  "graph": {
90
90
  "nodes": [],
91
91
  "edges": []
@@ -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.56//fetch", fetch2);
25194
+ registerStepFunction("step//workflow@4.1.0-beta.57//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.57",
3
+ "version": "4.1.0-beta.58",
4
4
  "description": "Testing utilities and World implementation for Workflow DevKit",
5
5
  "main": "dist/src/index.mjs",
6
6
  "files": [
@@ -21,8 +21,8 @@
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.56",
25
- "workflow": "4.1.0-beta.56",
24
+ "@workflow/cli": "4.1.0-beta.57",
25
+ "workflow": "4.1.0-beta.57",
26
26
  "@workflow/world": "4.1.0-beta.4"
27
27
  },
28
28
  "devDependencies": {