@workflow/web 4.1.0-beta.46 → 4.1.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 (24) hide show
  1. package/build/client/assets/{entry.client-BjpmGyLC.js → entry.client-BiVEcoV8.js} +1 -1
  2. package/build/client/assets/{highlighted-body-B3W2YXNL-CCnn-bn-.js → highlighted-body-B3W2YXNL-uFZFLPnf.js} +1 -1
  3. package/build/client/assets/{home-ClC-EMyL.js → home-uJObYcer.js} +1 -1
  4. package/build/client/assets/{index-DklpUtP3.js → index-BmZS3y7B.js} +13 -13
  5. package/build/client/assets/manifest-f539c63d.js +1 -0
  6. package/build/client/assets/{mermaid-3ZIDBTTL-D95wSBpg.js → mermaid-3ZIDBTTL-CsKo7Yup.js} +24 -24
  7. package/build/client/assets/root-CfvTqR04.js +26 -0
  8. package/build/client/assets/root-aMfmV5uh.css +1 -0
  9. package/build/client/assets/{run-detail-Brs1Rm25.js → run-detail-DzPk1eyg.js} +1 -1
  10. package/build/client/assets/server-build-CiTtikBY.css +1 -0
  11. package/build/client/assets/{workflow-graph-viewer-BZlGoIt2.js → workflow-graph-viewer-BmYB4k6X.js} +1 -1
  12. package/build/server/assets/{app-oogZ8ZwV.js → app-Czg8_lQt.js} +33 -8
  13. package/build/server/assets/{highlighted-body-B3W2YXNL-z6TbPMtP.js → highlighted-body-B3W2YXNL-CkjItV-_.js} +5 -5
  14. package/build/server/assets/{index-BL4Kw0eA.js → index-DH6v_ut2.js} +17 -13
  15. package/build/server/assets/{mermaid-3ZIDBTTL-XSKOerl0.js → mermaid-3ZIDBTTL-DeXo6unt.js} +5 -5
  16. package/build/server/assets/{server-build-BnrnOzxz.js → server-build-D_RLM6Vr.js} +29307 -26945
  17. package/build/server/assets/{token-Ct_osLcf.js → token-B_OGugLw.js} +2 -2
  18. package/build/server/assets/{token-util-DQ6afx9q.js → token-util-DwCA_kiW.js} +2 -2
  19. package/build/server/index.js +2 -2
  20. package/package.json +7 -7
  21. package/build/client/assets/manifest-7a6ad03e.js +0 -1
  22. package/build/client/assets/root-Dae_xV-y.js +0 -26
  23. package/build/client/assets/root-DtrAdcW8.css +0 -1
  24. package/build/client/assets/server-build-8B6V768r.css +0 -1
@@ -1,5 +1,5 @@
1
- import { B, D, E, a, b, c, H, L, M, P, Q, d, k, l, h, S, m, n, i, V, o, p, W, e, f, g, j, r, s, u, v } from "./server-build-BnrnOzxz.js";
2
- import "./app-oogZ8ZwV.js";
1
+ import { B, D, q, E, a, b, c, H, L, M, P, Q, d, R, l, m, n, h, S, o, p, i, V, t, w, W, e, f, g, j, r, k, s, u, v } from "./server-build-D_RLM6Vr.js";
2
+ import "./app-Czg8_lQt.js";
3
3
  import "stream";
4
4
  import "express";
5
5
  import "node:stream";
@@ -19,9 +19,6 @@ import "node:fs";
19
19
  import "node:child_process";
20
20
  import "node:util";
21
21
  import "node:timers/promises";
22
- import "fs";
23
- import "net";
24
- import "path";
25
22
  import "events";
26
23
  import "node:assert";
27
24
  import "node:net";
@@ -40,10 +37,14 @@ import "node:async_hooks";
40
37
  import "node:console";
41
38
  import "node:timers";
42
39
  import "node:dns";
40
+ import "path";
41
+ import "fs";
42
+ import "net";
43
43
  import "node:os";
44
44
  export {
45
45
  B as BaseEventSchema,
46
- D as DEFAULT_TIMESTAMP_THRESHOLD_MS,
46
+ D as DEFAULT_TIMESTAMP_THRESHOLD_FUTURE_MS,
47
+ q as DEFAULT_TIMESTAMP_THRESHOLD_PAST_MS,
47
48
  E as EVENT_DATA_REF_FIELDS,
48
49
  a as EventSchema,
49
50
  b as EventTypeSchema,
@@ -54,22 +55,25 @@ export {
54
55
  P as PaginatedResponseSchema,
55
56
  Q as QueuePayloadSchema,
56
57
  d as QueuePrefix,
57
- k as SPEC_VERSION_CURRENT,
58
- l as SPEC_VERSION_LEGACY,
58
+ R as RunInputSchema,
59
+ l as SPEC_VERSION_CURRENT,
60
+ m as SPEC_VERSION_LEGACY,
61
+ n as SPEC_VERSION_SUPPORTS_CBOR_QUEUE_TRANSPORT,
59
62
  h as SerializedDataSchema,
60
63
  S as StepInvokePayloadSchema,
61
- m as StepSchema,
62
- n as StepStatusSchema,
64
+ o as StepSchema,
65
+ p as StepStatusSchema,
63
66
  i as StructuredErrorSchema,
64
67
  V as ValidQueueName,
65
- o as WaitSchema,
66
- p as WaitStatusSchema,
68
+ t as WaitSchema,
69
+ w as WaitStatusSchema,
67
70
  W as WorkflowInvokePayloadSchema,
68
71
  e as WorkflowRunBaseSchema,
69
72
  f as WorkflowRunSchema,
70
73
  g as WorkflowRunStatusSchema,
71
74
  j as isLegacySpecVersion,
72
- r as requiresNewerWorld,
75
+ r as reenqueueActiveRuns,
76
+ k as requiresNewerWorld,
73
77
  s as stripEventDataRefs,
74
78
  u as ulidToDate,
75
79
  v as validateUlidTimestamp
@@ -1,5 +1,5 @@
1
- import { N } from "./server-build-BnrnOzxz.js";
2
- import "./app-oogZ8ZwV.js";
1
+ import { N } from "./server-build-D_RLM6Vr.js";
2
+ import "./app-Czg8_lQt.js";
3
3
  import "stream";
4
4
  import "express";
5
5
  import "node:stream";
@@ -19,9 +19,6 @@ import "node:fs";
19
19
  import "node:child_process";
20
20
  import "node:util";
21
21
  import "node:timers/promises";
22
- import "fs";
23
- import "net";
24
- import "path";
25
22
  import "events";
26
23
  import "node:assert";
27
24
  import "node:net";
@@ -40,6 +37,9 @@ import "node:async_hooks";
40
37
  import "node:console";
41
38
  import "node:timers";
42
39
  import "node:dns";
40
+ import "path";
41
+ import "fs";
42
+ import "net";
43
43
  import "node:os";
44
44
  export {
45
45
  N as Mermaid