@workflow/web 5.0.0-beta.32 → 5.0.0-beta.34
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.
- package/build/client/assets/{arrow-up-right-UTJqZa58.js → arrow-up-right-B1QFlETT.js} +1 -1
- package/build/client/assets/{highlighted-body-B3W2YXNL-BJU4jA-M.js → highlighted-body-B3W2YXNL-Br23zjGQ.js} +1 -1
- package/build/client/assets/{home-1xisMAzt.js → home-rmBMtWNr.js} +2 -2
- package/build/client/assets/{manifest-37d4814f.js → manifest-9dd3e2d8.js} +1 -1
- package/build/client/assets/{mermaid-3ZIDBTTL-BxUZpfmG.js → mermaid-3ZIDBTTL-CQtb_4FN.js} +30 -14
- package/build/client/assets/{root-mjlqO83r.js → root-CraFPjyT.js} +2 -2
- package/build/client/assets/{run-detail-ysogMwZA.js → run-detail-BGHjSgVx.js} +3 -3
- package/build/client/assets/{workflow-graph-viewer-DpvUticH.js → workflow-graph-viewer-Cn2fThMy.js} +1 -1
- package/build/client/assets/{zstd-browser-decoder-BFS0fmpR.js → zstd-browser-decoder-BjHfY5Rj.js} +1 -1
- package/build/server/assets/{app-TShfJF1A.js → app-i2AZJqU9.js} +1 -1
- package/build/server/assets/{highlighted-body-B3W2YXNL-Cn3Ldhfl.js → highlighted-body-B3W2YXNL-CLwuqern.js} +2 -2
- package/build/server/assets/index-CDZXmART.js +133 -0
- package/build/server/assets/index-CETb4fkq.js +1164 -0
- package/build/server/assets/{mermaid-3ZIDBTTL-Conbg-cC.js → mermaid-3ZIDBTTL-D9aZdQJZ.js} +2 -2
- package/build/server/assets/{server-build-GYVyEwoy.js → server-build-DIxG6FRI.js} +649 -167
- package/build/server/assets/{token-B0_1Gw9R.js → token-Ni6JMJBG.js} +2 -2
- package/build/server/assets/{token-util-B_XNC39V.js → token-util-DXRPWBKh.js} +2 -2
- package/build/server/assets/{zstd-browser-decoder-DmzLFSRd.js → zstd-browser-decoder-Do5u42Eg.js} +2 -2
- package/build/server/index.js +1 -1
- package/package.json +6 -6
- package/build/server/assets/index-BuK37-uW.js +0 -132
- package/build/server/assets/index-Dq5jTBN4.js +0 -1286
|
@@ -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-
|
|
6
|
-
import {
|
|
5
|
+
import { g as getDefaultExportFromCjs } from "./app-i2AZJqU9.js";
|
|
6
|
+
import { aB as requireTokenError, aA as requireTokenUtil } from "./server-build-DIxG6FRI.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-
|
|
6
|
-
import {
|
|
5
|
+
import { g as getDefaultExportFromCjs } from "./app-i2AZJqU9.js";
|
|
6
|
+
import { aA as requireTokenUtil } from "./server-build-DIxG6FRI.js";
|
|
7
7
|
function _mergeNamespaces(n, m) {
|
|
8
8
|
for (var i = 0; i < m.length; i++) {
|
|
9
9
|
const e = m[i];
|
package/build/server/assets/{zstd-browser-decoder-DmzLFSRd.js → zstd-browser-decoder-Do5u42Eg.js}
RENAMED
|
@@ -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 {
|
|
6
|
-
import "./app-
|
|
5
|
+
import { az as registerZstdDecoder } from "./server-build-DIxG6FRI.js";
|
|
6
|
+
import "./app-i2AZJqU9.js";
|
|
7
7
|
import "stream";
|
|
8
8
|
import "express";
|
|
9
9
|
import "node:stream";
|
package/build/server/index.js
CHANGED
|
@@ -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-
|
|
5
|
+
import { n } from "./assets/app-i2AZJqU9.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.
|
|
4
|
+
"version": "5.0.0-beta.34",
|
|
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.
|
|
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.
|
|
77
|
+
"@workflow/core": "5.0.0-beta.34",
|
|
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.
|
|
81
|
-
"@workflow/world": "5.0.0-beta.
|
|
82
|
-
"@workflow/world-vercel": "5.0.0-beta.
|
|
80
|
+
"@workflow/web-shared": "5.0.0-beta.34",
|
|
81
|
+
"@workflow/world": "5.0.0-beta.20",
|
|
82
|
+
"@workflow/world-vercel": "5.0.0-beta.30"
|
|
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-GYVyEwoy.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-GYVyEwoy.js";
|
|
7
|
-
import "./app-TShfJF1A.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
|
-
};
|