@workflow/web 5.0.0-beta.31 → 5.0.0-beta.33

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 (20) hide show
  1. package/build/client/assets/{arrow-up-right-UTJqZa58.js → arrow-up-right-B1QFlETT.js} +1 -1
  2. package/build/client/assets/{highlighted-body-B3W2YXNL-BJU4jA-M.js → highlighted-body-B3W2YXNL-Br23zjGQ.js} +1 -1
  3. package/build/client/assets/{home-1xisMAzt.js → home-rmBMtWNr.js} +2 -2
  4. package/build/client/assets/{manifest-37d4814f.js → manifest-9dd3e2d8.js} +1 -1
  5. package/build/client/assets/{mermaid-3ZIDBTTL-BxUZpfmG.js → mermaid-3ZIDBTTL-CQtb_4FN.js} +30 -14
  6. package/build/client/assets/{root-mjlqO83r.js → root-CraFPjyT.js} +2 -2
  7. package/build/client/assets/{run-detail-ysogMwZA.js → run-detail-BGHjSgVx.js} +3 -3
  8. package/build/client/assets/{workflow-graph-viewer-DpvUticH.js → workflow-graph-viewer-Cn2fThMy.js} +1 -1
  9. package/build/client/assets/{zstd-browser-decoder-BFS0fmpR.js → zstd-browser-decoder-BjHfY5Rj.js} +1 -1
  10. package/build/server/assets/{app-BgN_e9S7.js → app-YT2nFLf8.js} +1 -1
  11. package/build/server/assets/{highlighted-body-B3W2YXNL-CsR2wqX2.js → highlighted-body-B3W2YXNL-6aglRJd5.js} +2 -2
  12. package/build/server/assets/index-DtD2dyVs.js +133 -0
  13. package/build/server/assets/{mermaid-3ZIDBTTL-B-ddv9lk.js → mermaid-3ZIDBTTL-C_fIZXpA.js} +2 -2
  14. package/build/server/assets/{server-build-CQLvkWL5.js → server-build-riD1HycA.js} +545 -162
  15. package/build/server/assets/{token-Batv2rdg.js → token-ep3Bro6L.js} +2 -2
  16. package/build/server/assets/{token-util-C03rrkmJ.js → token-util-BjIqTaA8.js} +2 -2
  17. package/build/server/assets/{zstd-browser-decoder-vLGtEQW6.js → zstd-browser-decoder-CX-ryJFu.js} +2 -2
  18. package/build/server/index.js +1 -1
  19. package/package.json +6 -6
  20. package/build/server/assets/index-BbpsBsGO.js +0 -132
@@ -2,8 +2,8 @@ import { createRequire as __wkfCreateRequire } from "node:module";
2
2
  if (typeof require === "undefined") {
3
3
  globalThis.require = __wkfCreateRequire(import.meta.url);
4
4
  }
5
- import { g as getDefaultExportFromCjs } from "./app-BgN_e9S7.js";
6
- import { aA as requireTokenError, az as requireTokenUtil } from "./server-build-CQLvkWL5.js";
5
+ import { g as getDefaultExportFromCjs } from "./app-YT2nFLf8.js";
6
+ import { aB as requireTokenError, aA as requireTokenUtil } from "./server-build-riD1HycA.js";
7
7
  function _mergeNamespaces(n, m) {
8
8
  for (var i = 0; i < m.length; i++) {
9
9
  const e = m[i];
@@ -2,8 +2,8 @@ import { createRequire as __wkfCreateRequire } from "node:module";
2
2
  if (typeof require === "undefined") {
3
3
  globalThis.require = __wkfCreateRequire(import.meta.url);
4
4
  }
5
- import { g as getDefaultExportFromCjs } from "./app-BgN_e9S7.js";
6
- import { az as requireTokenUtil } from "./server-build-CQLvkWL5.js";
5
+ import { g as getDefaultExportFromCjs } from "./app-YT2nFLf8.js";
6
+ import { aA as requireTokenUtil } from "./server-build-riD1HycA.js";
7
7
  function _mergeNamespaces(n, m) {
8
8
  for (var i = 0; i < m.length; i++) {
9
9
  const e = m[i];
@@ -2,8 +2,8 @@ import { createRequire as __wkfCreateRequire } from "node:module";
2
2
  if (typeof require === "undefined") {
3
3
  globalThis.require = __wkfCreateRequire(import.meta.url);
4
4
  }
5
- import { ay as registerZstdDecoder } from "./server-build-CQLvkWL5.js";
6
- import "./app-BgN_e9S7.js";
5
+ import { az as registerZstdDecoder } from "./server-build-riD1HycA.js";
6
+ import "./app-YT2nFLf8.js";
7
7
  import "stream";
8
8
  import "express";
9
9
  import "node:stream";
@@ -2,7 +2,7 @@ import { createRequire as __wkfCreateRequire } from "node:module";
2
2
  if (typeof require === "undefined") {
3
3
  globalThis.require = __wkfCreateRequire(import.meta.url);
4
4
  }
5
- import { n } from "./assets/app-BgN_e9S7.js";
5
+ import { n } from "./assets/app-YT2nFLf8.js";
6
6
  import "express";
7
7
  import "stream";
8
8
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@workflow/web",
3
3
  "description": "Workflow Observability UI",
4
- "version": "5.0.0-beta.31",
4
+ "version": "5.0.0-beta.33",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "files": [
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "express": "^5.2.1",
31
31
  "swr": "^2.3.6",
32
- "@workflow/world-local": "5.0.0-beta.27"
32
+ "@workflow/world-local": "5.0.0-beta.28"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@biomejs/biome": "^2.4.4",
@@ -74,12 +74,12 @@
74
74
  "typescript": "^6.0.3",
75
75
  "vite": "^6",
76
76
  "vitest": "^3",
77
- "@workflow/core": "5.0.0-beta.31",
77
+ "@workflow/core": "5.0.0-beta.33",
78
78
  "@workflow/errors": "5.0.0-beta.10",
79
79
  "@workflow/utils": "5.0.0-beta.6",
80
- "@workflow/web-shared": "5.0.0-beta.31",
81
- "@workflow/world": "5.0.0-beta.19",
82
- "@workflow/world-vercel": "5.0.0-beta.27"
80
+ "@workflow/web-shared": "5.0.0-beta.33",
81
+ "@workflow/world": "5.0.0-beta.20",
82
+ "@workflow/world-vercel": "5.0.0-beta.29"
83
83
  },
84
84
  "scripts": {
85
85
  "dev": "react-router dev",
@@ -1,132 +0,0 @@
1
- import { createRequire as __wkfCreateRequire } from "node:module";
2
- if (typeof require === "undefined") {
3
- globalThis.require = __wkfCreateRequire(import.meta.url);
4
- }
5
- import { H as HookSchema } from "./server-build-CQLvkWL5.js";
6
- import { A, a, b, c, d, e, f, g, h, i, j, B, C, D, k, E, l, m, n, o, p, q, r, L, M, P, Q, s, R, t, S, u, v, w, x, y, z, F, G, I, T, J, K, O, U, V, W, X, Y, Z, _, $, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, aa, ab, ac, ad, ae, af, ag, ah, ai, aj, ak, al, am, an, ao, ap, aq, ar, as, at } from "./server-build-CQLvkWL5.js";
7
- import "./app-BgN_e9S7.js";
8
- import "stream";
9
- import "express";
10
- import "node:stream";
11
- import "util";
12
- import "crypto";
13
- import "async_hooks";
14
- import "node:crypto";
15
- import "node:process";
16
- import "node:path";
17
- import "node:url";
18
- import "module";
19
- import "node:fs/promises";
20
- import "node:module";
21
- import "node:util";
22
- import "node:async_hooks";
23
- import "node:os";
24
- import "node:fs";
25
- import "node:child_process";
26
- import "node:timers/promises";
27
- import "events";
28
- import "node:assert";
29
- import "node:net";
30
- import "node:http";
31
- import "node:querystring";
32
- import "node:events";
33
- import "node:diagnostics_channel";
34
- import "node:tls";
35
- import "node:buffer";
36
- import "node:zlib";
37
- import "node:perf_hooks";
38
- import "node:util/types";
39
- import "node:sqlite";
40
- import "node:worker_threads";
41
- import "node:console";
42
- import "node:timers";
43
- import "node:dns";
44
- import "path";
45
- import "fs";
46
- import "os";
47
- import "net";
48
- export {
49
- A as ATTRIBUTE_KEY_MAX_LENGTH,
50
- a as ATTRIBUTE_MAX_PER_RUN,
51
- b as ATTRIBUTE_VALUE_MAX_BYTES,
52
- c as AnalyticsEventSchema,
53
- d as AnalyticsHookSchema,
54
- e as AnalyticsRunSchema,
55
- f as AnalyticsStepSchema,
56
- g as AnalyticsWaitSchema,
57
- h as AttributeChangeSchema,
58
- i as AttributeChangesSchema,
59
- j as AttributeValidationError,
60
- B as BaseEventSchema,
61
- C as CHILD_ENTITY_CREATION_EVENT_TYPES,
62
- D as DEFAULT_TIMESTAMP_THRESHOLD_FUTURE_MS,
63
- k as DEFAULT_TIMESTAMP_THRESHOLD_PAST_MS,
64
- E as EVENT_DATA_PAYLOAD_FIELD_BY_EVENT_TYPE,
65
- l as EVENT_DATA_REF_FIELDS,
66
- m as EventSchema,
67
- n as EventTypeSchema,
68
- o as HOOK_EVENTS_REQUIRING_EXISTENCE,
69
- p as HOOK_LIFECYCLE_EVENT_TYPES,
70
- q as HealthCheckPayloadSchema,
71
- r as HookCreatedEventSchema,
72
- HookSchema,
73
- L as LegacySerializedDataSchemaV1,
74
- M as MessageId,
75
- P as PaginatedResponseSchema,
76
- Q as QueuePayloadSchema,
77
- s as QueuePrefix,
78
- R as RESERVED_ATTRIBUTE_KEY_PREFIX,
79
- t as RunInputSchema,
80
- S as SPEC_VERSION_CURRENT,
81
- u as SPEC_VERSION_LEGACY,
82
- v as SPEC_VERSION_SUPPORTS_ATTRIBUTES,
83
- w as SPEC_VERSION_SUPPORTS_CBOR_QUEUE_TRANSPORT,
84
- x as SPEC_VERSION_SUPPORTS_COMPRESSION,
85
- y as STEP_EVENT_TYPES,
86
- z as SerializedDataSchema,
87
- F as StepInvokePayloadSchema,
88
- G as StepSchema,
89
- I as StepStatusSchema,
90
- T as TERMINAL_RUN_EVENT_TYPES,
91
- J as TERMINAL_STEP_EVENT_TYPES,
92
- K as TERMINAL_STEP_STATUSES,
93
- O as TERMINAL_WORKFLOW_RUN_STATUSES,
94
- U as TerminalRunEventTypeSchema,
95
- V as TerminalStepStatusSchema,
96
- W as TerminalWorkflowRunStatusSchema,
97
- X as ValidQueueName,
98
- Y as WAIT_EVENT_TYPES,
99
- Z as WaitSchema,
100
- _ as WaitStatusSchema,
101
- $ as WorkflowInvokePayloadSchema,
102
- a0 as WorkflowRunBaseSchema,
103
- a1 as WorkflowRunSchema,
104
- a2 as WorkflowRunStatusSchema,
105
- a3 as applyAttributeChanges,
106
- a4 as envNumber,
107
- a5 as getEventDataPayloadField,
108
- a6 as getEventDataRefFields,
109
- a7 as getQueueTopicPrefix,
110
- a8 as isChildEntityCreationEvent,
111
- a9 as isChildEntityCreationEventType,
112
- aa as isHookEventRequiringExistence,
113
- ab as isHookLifecycleEventType,
114
- ac as isLegacySpecVersion,
115
- ad as isStepEventType,
116
- ae as isTerminalRunEventType,
117
- af as isTerminalStepEventType,
118
- ag as isTerminalStepStatus,
119
- ah as isTerminalWorkflowRunStatus,
120
- ai as isWaitEventType,
121
- aj as parseQueueName,
122
- ak as reenqueueActiveRuns,
123
- al as requiresNewerWorld,
124
- am as resolveQueueNamespace,
125
- an as stripEventDataRefs,
126
- ao as ulidToDate,
127
- ap as validateAttributeChanges,
128
- aq as validateAttributeKey,
129
- ar as validateAttributeValue,
130
- as as validateUlidTimestamp,
131
- at as workflowRunIdSchema
132
- };