@workflow/web 5.0.0-beta.48 → 5.0.0-beta.49

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.
@@ -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 { b0 as reactExports, b1 as R, b2 as Ks, b3 as jsxRuntimeExports, b4 as Qe } from "./app-CeZRs20L.js";
5
+ import { b4 as reactExports, b5 as R, b6 as Ks, b7 as jsxRuntimeExports, b8 as Qe } from "./app-BktG_kyr.js";
6
6
  import "node:stream";
7
7
  import "stream";
8
8
  import "util";
@@ -1137,7 +1137,7 @@ function requireWebsocket() {
1137
1137
  const DEFAULT_MAX_PAYLOAD = 256 * 1024;
1138
1138
  async function loadWebSocketServer() {
1139
1139
  try {
1140
- const ws = await import("./wrapper-Bw3PP1up.js");
1140
+ const ws = await import("./wrapper-BPjS6joc.js");
1141
1141
  return ws.WebSocketServer;
1142
1142
  } catch {
1143
1143
  throw new Error(
@@ -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 { H as HookSchema } from "./app-CeZRs20L.js";
6
- import { A, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, B, r, s, t, u, C, D, v, E, w, x, y, F, z, G, I, J, K, L, M, O, P, Q, R, S, T, 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, au, av, aw, ax, ay, az, aA, aB, aC, aD, aE, aF, aG, aH, aI, aJ, aK, aL, aM, aN, aO, aP, aQ, aR, aS, aT, aU, aV, aW, aX, aY, aZ, a_, a$ } from "./app-CeZRs20L.js";
5
+ import { H as HookSchema } from "./app-BktG_kyr.js";
6
+ import { A, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, B, r, s, t, u, C, D, v, E, w, x, y, F, z, G, I, J, K, L, M, O, P, Q, R, S, T, 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, au, av, aw, ax, ay, az, aA, aB, aC, aD, aE, aF, aG, aH, aI, aJ, aK, aL, aM, aN, aO, aP, aQ, aR, aS, aT, aU, aV, aW, aX, aY, aZ, a_, a$, b0, b1, b2, b3 } from "./app-BktG_kyr.js";
7
7
  import "node:stream";
8
8
  import "stream";
9
9
  import "util";
@@ -97,73 +97,77 @@ export {
97
97
  U as QueuePayloadSchema,
98
98
  V as QueuePrefix,
99
99
  W as RESERVED_ATTRIBUTE_KEY_PREFIX,
100
- X as ROOT_RUN_ID_ATTRIBUTE,
101
- Y as RUN_ENTITY_KEY,
102
- Z as RunInputSchema,
103
- _ as SEALED_LOG_ENV_VAR,
104
- $ as SPEC_VERSION_CURRENT,
105
- a0 as SPEC_VERSION_LEGACY,
106
- a1 as SPEC_VERSION_MAX_SUPPORTED,
107
- a2 as SPEC_VERSION_SUPPORTS_ATTRIBUTES,
108
- a3 as SPEC_VERSION_SUPPORTS_CBOR_QUEUE_TRANSPORT,
109
- a4 as SPEC_VERSION_SUPPORTS_COMPRESSION,
110
- a5 as SPEC_VERSION_SUPPORTS_SEALED_LOG,
111
- a6 as SPEC_VERSION_SUPPORTS_SLOT_IDENTITY,
112
- a7 as STEP_EVENT_TYPES,
113
- a8 as SerializedDataSchema,
114
- a9 as StepSchema,
115
- aa as StepStatusSchema,
116
- ab as StructuredErrorSchema,
117
- ac as TERMINAL_EVENT_CLASSES,
118
- ad as TERMINAL_RUN_EVENT_TYPES,
119
- ae as TERMINAL_STEP_EVENT_TYPES,
120
- af as TERMINAL_STEP_STATUSES,
121
- ag as TERMINAL_WORKFLOW_RUN_STATUSES,
122
- ah as TerminalRunEventTypeSchema,
123
- ai as TerminalStepStatusSchema,
124
- aj as TerminalWorkflowRunStatusSchema,
125
- ak as ValidQueueName,
126
- al as WAIT_EVENT_TYPES,
127
- am as WaitSchema,
128
- an as WaitStatusSchema,
129
- ao as WorkflowInvokePayloadSchema,
130
- ap as WorkflowRunBaseSchema,
131
- aq as WorkflowRunSchema,
132
- ar as WorkflowRunStatusSchema,
133
- as as applyAttributeChanges,
134
- at as classifyEntityEvent,
135
- au as entityEventClass,
136
- av as envFlag,
137
- aw as envNumber,
138
- ax as eventIdToSlot,
139
- ay as getEventDataPayloadField,
140
- az as getEventDataRefFields,
141
- aA as getMaxEventsPerRun,
142
- aB as getQueueTopicPrefix,
143
- aC as isChildEntityCreationEvent,
144
- aD as isChildEntityCreationEventType,
145
- aE as isHookEventRequiringExistence,
146
- aF as isHookLifecycleEventType,
147
- aG as isLegacySpecVersion,
148
- aH as isNodeHttpEnabled,
149
- aI as isSealedNoopEvent,
150
- aJ as isSlotBody,
151
- aK as isSlotEventId,
152
- aL as isStepEventType,
153
- aM as isTerminalRunEventType,
154
- aN as isTerminalStepEventType,
155
- aO as isTerminalStepStatus,
156
- aP as isTerminalWorkflowRunStatus,
157
- aQ as isWaitEventType,
158
- aR as mintedSpecVersion,
159
- aS as parseQueueName,
160
- aT as reenqueueActiveRuns,
161
- aU as requiresNewerWorld,
162
- aV as resolveQueueNamespace,
163
- aW as slotToEventId,
164
- aX as stripEventDataRefs,
165
- aY as ulidToDate,
166
- aZ as validateAttributeChanges,
167
- a_ as validateUlidTimestamp,
168
- a$ as workflowRunIdSchema
100
+ X as RETENTION_ATTRIBUTE,
101
+ Y as RETENTION_DEFAULT,
102
+ Z as RETENTION_ZERO,
103
+ _ as ROOT_RUN_ID_ATTRIBUTE,
104
+ $ as RUN_ENTITY_KEY,
105
+ a0 as RunInputSchema,
106
+ a1 as SEALED_LOG_ENV_VAR,
107
+ a2 as SPEC_VERSION_CURRENT,
108
+ a3 as SPEC_VERSION_LEGACY,
109
+ a4 as SPEC_VERSION_MAX_SUPPORTED,
110
+ a5 as SPEC_VERSION_SUPPORTS_ATTRIBUTES,
111
+ a6 as SPEC_VERSION_SUPPORTS_CBOR_QUEUE_TRANSPORT,
112
+ a7 as SPEC_VERSION_SUPPORTS_COMPRESSION,
113
+ a8 as SPEC_VERSION_SUPPORTS_SEALED_LOG,
114
+ a9 as SPEC_VERSION_SUPPORTS_SLOT_IDENTITY,
115
+ aa as STEP_EVENT_TYPES,
116
+ ab as SerializedDataSchema,
117
+ ac as StepSchema,
118
+ ad as StepStatusSchema,
119
+ ae as StructuredErrorSchema,
120
+ af as TERMINAL_EVENT_CLASSES,
121
+ ag as TERMINAL_RUN_EVENT_TYPES,
122
+ ah as TERMINAL_STEP_EVENT_TYPES,
123
+ ai as TERMINAL_STEP_STATUSES,
124
+ aj as TERMINAL_WORKFLOW_RUN_STATUSES,
125
+ ak as TerminalRunEventTypeSchema,
126
+ al as TerminalStepStatusSchema,
127
+ am as TerminalWorkflowRunStatusSchema,
128
+ an as ValidQueueName,
129
+ ao as WAIT_EVENT_TYPES,
130
+ ap as WaitSchema,
131
+ aq as WaitStatusSchema,
132
+ ar as WorkflowInvokePayloadSchema,
133
+ as as WorkflowRunBaseSchema,
134
+ at as WorkflowRunSchema,
135
+ au as WorkflowRunStatusSchema,
136
+ av as applyAttributeChanges,
137
+ aw as classifyEntityEvent,
138
+ ax as entityEventClass,
139
+ ay as envFlag,
140
+ az as envNumber,
141
+ aA as eventIdToSlot,
142
+ aB as getEventDataPayloadField,
143
+ aC as getEventDataRefFields,
144
+ aD as getMaxEventsPerRun,
145
+ aE as getQueueTopicPrefix,
146
+ aF as isChildEntityCreationEvent,
147
+ aG as isChildEntityCreationEventType,
148
+ aH as isHookEventRequiringExistence,
149
+ aI as isHookLifecycleEventType,
150
+ aJ as isLegacySpecVersion,
151
+ aK as isNodeHttpEnabled,
152
+ aL as isSealedNoopEvent,
153
+ aM as isSlotBody,
154
+ aN as isSlotEventId,
155
+ aO as isStepEventType,
156
+ aP as isTerminalRunEventType,
157
+ aQ as isTerminalStepEventType,
158
+ aR as isTerminalStepStatus,
159
+ aS as isTerminalWorkflowRunStatus,
160
+ aT as isWaitEventType,
161
+ aU as mintedSpecVersion,
162
+ aV as parseQueueName,
163
+ aW as readRunRetention,
164
+ aX as reenqueueActiveRuns,
165
+ aY as requiresNewerWorld,
166
+ aZ as resolveQueueNamespace,
167
+ a_ as slotToEventId,
168
+ a$ as stripEventDataRefs,
169
+ b0 as ulidToDate,
170
+ b1 as validateAttributeChanges,
171
+ b2 as validateUlidTimestamp,
172
+ b3 as workflowRunIdSchema
169
173
  };
@@ -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 as Nt } from "./app-CeZRs20L.js";
5
+ import { N as Nt } from "./app-BktG_kyr.js";
6
6
  import "node:stream";
7
7
  import "stream";
8
8
  import "util";
@@ -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 { bo as requireTokenError, bn as requireTokenUtil, bm as getDefaultExportFromCjs } from "./app-CeZRs20L.js";
5
+ import { bs as requireTokenError, br as requireTokenUtil, bq as getDefaultExportFromCjs } from "./app-BktG_kyr.js";
6
6
  function _mergeNamespaces(n, m) {
7
7
  for (var i = 0; i < m.length; i++) {
8
8
  const e = m[i];
@@ -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 { bm as getDefaultExportFromCjs, bn as requireTokenUtil } from "./app-CeZRs20L.js";
5
+ import { bq as getDefaultExportFromCjs, br as requireTokenUtil } from "./app-BktG_kyr.js";
6
6
  function _mergeNamespaces(n, m) {
7
7
  for (var i = 0; i < m.length; i++) {
8
8
  const e = m[i];
@@ -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 { bp as getAugmentedNamespace, bm as getDefaultExportFromCjs } from "./app-CeZRs20L.js";
5
+ import { bt as getAugmentedNamespace, bq as getDefaultExportFromCjs } from "./app-BktG_kyr.js";
6
6
  import require$$0$2 from "stream";
7
7
  import require$$0$3 from "events";
8
8
  import require$$2$1 from "http";
@@ -2,9 +2,9 @@ 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 { W as WebSocket } from "./websocket-server-DXnHomzQ.js";
6
- import { p, r, s, w, a, e, b } from "./websocket-server-DXnHomzQ.js";
7
- import "./app-CeZRs20L.js";
5
+ import { W as WebSocket } from "./websocket-server-Czz0Pxs-.js";
6
+ import { p, r, s, w, a, e, b } from "./websocket-server-Czz0Pxs-.js";
7
+ import "./app-BktG_kyr.js";
8
8
  import "node:stream";
9
9
  import "stream";
10
10
  import "util";
@@ -5,8 +5,8 @@ import { createRequire as __wkfCreateRequire } from "node:module";
5
5
  if (typeof require === "undefined") {
6
6
  globalThis.require = __wkfCreateRequire(import.meta.url);
7
7
  }
8
- import { b6 as isWsEventsTransportEnabled, b7 as debugLog, b8 as getHttpUrl, b9 as globalSingleton, ba as version, bb as getHttpConfig, bc as headersToRecord, bd as getRequestTimeoutMs, be as injectTraceContextIntoHeaders, bf as withHttpClientSpan, bg as ErrorType, bh as WorkflowWsReconnectAttempt, bi as NetworkProtocolName, bj as WorkflowEventsTransport, bk as distExports, bl as decodeFrames } from "./app-CeZRs20L.js";
9
- import { W as WebSocket } from "./websocket-server-DXnHomzQ.js";
8
+ import { ba as isWsEventsTransportEnabled, bb as debugLog, bc as getHttpUrl, bd as globalSingleton, be as version, bf as getHttpConfig, bg as headersToRecord, bh as getRequestTimeoutMs, bi as injectTraceContextIntoHeaders, bj as withHttpClientSpan, bk as ErrorType, bl as WorkflowWsReconnectAttempt, bm as NetworkProtocolName, bn as WorkflowEventsTransport, bo as distExports, bp as decodeFrames } from "./app-BktG_kyr.js";
9
+ import { W as WebSocket } from "./websocket-server-Czz0Pxs-.js";
10
10
  import "node:stream";
11
11
  import "stream";
12
12
  import "util";
@@ -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 { b5 as registerZstdDecoder } from "./app-CeZRs20L.js";
5
+ import { b9 as registerZstdDecoder } from "./app-BktG_kyr.js";
6
6
  import "node:stream";
7
7
  import "stream";
8
8
  import "util";
@@ -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 { bq, br } from "./assets/app-CeZRs20L.js";
5
+ import { bu, bv } from "./assets/app-BktG_kyr.js";
6
6
  import "express";
7
7
  import "node:stream";
8
8
  import "stream";
@@ -48,6 +48,6 @@ import "os";
48
48
  import "net";
49
49
  import "node:assert/strict";
50
50
  export {
51
- bq as app,
52
- br as createFetchHandler
51
+ bu as app,
52
+ bv as createFetchHandler
53
53
  };
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.48",
4
+ "version": "5.0.0-beta.49",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "files": [
@@ -39,7 +39,7 @@
39
39
  "directory": "packages/web"
40
40
  },
41
41
  "dependencies": {
42
- "@workflow/world-local": "5.0.0-beta.42",
42
+ "@workflow/world-local": "5.0.0-beta.43",
43
43
  "express": "^5.2.1",
44
44
  "swr": "^2.3.6"
45
45
  },
@@ -65,12 +65,12 @@
65
65
  "@types/react": "19",
66
66
  "@types/react-dom": "19",
67
67
  "@vercel/react-router": "1.2.6",
68
- "@workflow/core": "5.0.0-beta.48",
69
- "@workflow/errors": "5.0.0-beta.20",
68
+ "@workflow/core": "5.0.0-beta.49",
69
+ "@workflow/errors": "5.0.0-beta.21",
70
70
  "@workflow/utils": "5.0.0-beta.10",
71
- "@workflow/web-shared": "5.0.0-beta.48",
72
- "@workflow/world": "5.0.0-beta.33",
73
- "@workflow/world-vercel": "5.0.0-beta.44",
71
+ "@workflow/web-shared": "5.0.0-beta.49",
72
+ "@workflow/world": "5.0.0-beta.34",
73
+ "@workflow/world-vercel": "5.0.0-beta.45",
74
74
  "@xyflow/react": "12.10.1",
75
75
  "cbor-x": "^1",
76
76
  "class-variance-authority": "0.7.1",