@workflow/world-testing 4.0.1-beta.26 → 4.0.1-beta.27

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.
@@ -38783,7 +38783,7 @@ __name(createLocalWorld, "createLocalWorld");
38783
38783
  var import_node_os = __toESM(require("node:os"), 1);
38784
38784
  var import_oidc2 = __toESM(require_dist(), 1);
38785
38785
  // ../world-vercel/dist/version.js
38786
- var version2 = "4.0.1-beta.15";
38786
+ var version2 = "4.0.1-beta.16";
38787
38787
  // ../world-vercel/dist/utils.js
38788
38788
  var DEFAULT_RESOLVE_DATA_OPTION2 = "all";
38789
38789
  function dateToStringReplacer(_key, value) {
@@ -38904,7 +38904,7 @@ var MessageWrapper = object({
38904
38904
  payload: QueuePayloadSchema,
38905
38905
  queueName: ValidQueueName
38906
38906
  });
38907
- var VERCEL_QUEUE_MAX_VISIBILITY = 82800;
38907
+ var VERCEL_QUEUE_MAX_VISIBILITY = 39600;
38908
38908
  function createQueue2(config3) {
38909
38909
  const { baseUrl, usingProxy } = getHttpUrl(config3);
38910
38910
  const headers = getHeaders(config3);
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "steps": {
3
+ "workflows/noop.ts": {
4
+ "noop": {
5
+ "stepId": "step//workflows/noop.ts//noop"
6
+ }
7
+ },
3
8
  "workflow/dist/internal/builtins.js": {
4
9
  "__builtin_response_array_buffer": {
5
10
  "stepId": "__builtin_response_array_buffer"
@@ -11,21 +16,6 @@
11
16
  "stepId": "__builtin_response_text"
12
17
  }
13
18
  },
14
- "workflows/hooks.ts": {
15
- "writeEvent": {
16
- "stepId": "step//workflows/hooks.ts//writeEvent"
17
- }
18
- },
19
- "workflows/noop.ts": {
20
- "noop": {
21
- "stepId": "step//workflows/noop.ts//noop"
22
- }
23
- },
24
- "workflows/addition.ts": {
25
- "add": {
26
- "stepId": "step//workflows/addition.ts//add"
27
- }
28
- },
29
19
  "workflows/null-byte.ts": {
30
20
  "nullByteStep": {
31
21
  "stepId": "step//workflows/null-byte.ts//nullByteStep"
@@ -39,16 +29,26 @@
39
29
  "stepId": "step//workflows/retriable-and-fatal.ts//stepThatThrowsRetryableError"
40
30
  }
41
31
  },
32
+ "workflows/addition.ts": {
33
+ "add": {
34
+ "stepId": "step//workflows/addition.ts//add"
35
+ }
36
+ },
42
37
  "workflow/dist/stdlib.js": {
43
38
  "fetch": {
44
39
  "stepId": "step//workflow/dist/stdlib.js//fetch"
45
40
  }
41
+ },
42
+ "workflows/hooks.ts": {
43
+ "writeEvent": {
44
+ "stepId": "step//workflows/hooks.ts//writeEvent"
45
+ }
46
46
  }
47
47
  },
48
48
  "workflows": {
49
- "workflows/null-byte.ts": {
50
- "nullByteWorkflow": {
51
- "workflowId": "workflow//workflows/null-byte.ts//nullByteWorkflow"
49
+ "workflows/addition.ts": {
50
+ "addition": {
51
+ "workflowId": "workflow//workflows/addition.ts//addition"
52
52
  }
53
53
  },
54
54
  "workflows/noop.ts": {
@@ -56,20 +56,20 @@
56
56
  "workflowId": "workflow//workflows/noop.ts//brokenWf"
57
57
  }
58
58
  },
59
- "workflows/addition.ts": {
60
- "addition": {
61
- "workflowId": "workflow//workflows/addition.ts//addition"
59
+ "workflows/hooks.ts": {
60
+ "collectWithHook": {
61
+ "workflowId": "workflow//workflows/hooks.ts//collectWithHook"
62
+ }
63
+ },
64
+ "workflows/null-byte.ts": {
65
+ "nullByteWorkflow": {
66
+ "workflowId": "workflow//workflows/null-byte.ts//nullByteWorkflow"
62
67
  }
63
68
  },
64
69
  "workflows/retriable-and-fatal.ts": {
65
70
  "retryableAndFatalErrorWorkflow": {
66
71
  "workflowId": "workflow//workflows/retriable-and-fatal.ts//retryableAndFatalErrorWorkflow"
67
72
  }
68
- },
69
- "workflows/hooks.ts": {
70
- "collectWithHook": {
71
- "workflowId": "workflow//workflows/hooks.ts//collectWithHook"
72
- }
73
73
  }
74
74
  }
75
75
  }
@@ -41386,7 +41386,7 @@ __name(createLocalWorld, "createLocalWorld");
41386
41386
  var import_node_os = __toESM(require("node:os"), 1);
41387
41387
  var import_oidc2 = __toESM(require_dist(), 1);
41388
41388
  // ../world-vercel/dist/version.js
41389
- var version2 = "4.0.1-beta.15";
41389
+ var version2 = "4.0.1-beta.16";
41390
41390
  // ../world-vercel/dist/utils.js
41391
41391
  var DEFAULT_RESOLVE_DATA_OPTION2 = "all";
41392
41392
  function dateToStringReplacer(_key, value) {
@@ -41524,7 +41524,7 @@ var MessageWrapper = object({
41524
41524
  payload: QueuePayloadSchema,
41525
41525
  queueName: ValidQueueName
41526
41526
  });
41527
- var VERCEL_QUEUE_MAX_VISIBILITY = 82800;
41527
+ var VERCEL_QUEUE_MAX_VISIBILITY = 39600;
41528
41528
  function createQueue2(config3) {
41529
41529
  const { baseUrl, usingProxy } = getHttpUrl(config3);
41530
41530
  const headers = getHeaders(config3);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workflow/world-testing",
3
- "version": "4.0.1-beta.26",
3
+ "version": "4.0.1-beta.27",
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.0.1-beta.25",
25
- "@workflow/world": "4.0.1-beta.8",
26
- "workflow": "4.0.1-beta.25"
24
+ "@workflow/cli": "4.0.1-beta.26",
25
+ "workflow": "4.0.1-beta.26",
26
+ "@workflow/world": "4.0.1-beta.8"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "22.19.0",