@workflow/web 5.0.0-beta.13 → 5.0.0-beta.15
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/{highlighted-body-B3W2YXNL-B8ZRlnzz.js → highlighted-body-B3W2YXNL-BQ1pmB9V.js} +1 -1
- package/build/client/assets/{home-1yC3MOjQ.js → home-DmsdVk2U.js} +2 -2
- package/build/client/assets/{manifest-9f37c22f.js → manifest-67209c1f.js} +1 -1
- package/build/client/assets/{mermaid-3ZIDBTTL-BDM4-x6u.js → mermaid-3ZIDBTTL-BMWEihLr.js} +177 -154
- package/build/client/assets/{mermaid-3ZIDBTTL-DKxHcEOp.css → mermaid-3ZIDBTTL-CVTQRy2j.css} +1 -1
- package/build/client/assets/{root-C5RLIKj5.js → root-BABNjrUh.js} +1 -1
- package/build/client/assets/{run-detail-DM1PDAnQ.js → run-detail-9xQOGhVk.js} +53 -15
- package/build/client/assets/server-build-Ik-p0gUh.css +1 -0
- package/build/client/assets/{workflow-graph-viewer-C8H50hkM.js → workflow-graph-viewer-fgQ2XQ5R.js} +1 -1
- package/build/server/assets/{app-eXXkzWLS.js → app-DM9e_6xn.js} +1 -1
- package/build/server/assets/{highlighted-body-B3W2YXNL-DMxq-VLe.js → highlighted-body-B3W2YXNL-tYGHwGrY.js} +2 -2
- package/build/server/assets/index-8Fb8OEQ2.js +95 -0
- package/build/server/assets/index-B8YoYr9f.js +1117 -0
- package/build/server/assets/{mermaid-3ZIDBTTL-DNPNsNRF.js → mermaid-3ZIDBTTL-EN1JYLRP.js} +2 -2
- package/build/server/assets/{server-build-CSP1Aknr.js → server-build-CZXlov2m.js} +852 -1317
- package/build/server/assets/{token-DOrkjd5O.js → token-CDoC3gHn.js} +2 -2
- package/build/server/assets/{token-util-Hv7wRzsW.js → token-util-C02bLOPS.js} +2 -2
- package/build/server/index.js +1 -1
- package/package.json +5 -5
- package/build/client/assets/server-build-CNnlgxpd.css +0 -1
- package/build/server/assets/index-BjEgWhxl.js +0 -89
package/build/client/assets/{workflow-graph-viewer-C8H50hkM.js → workflow-graph-viewer-fgQ2XQ5R.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
-
import { c as createLucideIcon, O as cn, d as cn$1, H as cva,
|
|
4
|
+
import { c as createLucideIcon, O as cn, d as cn$1, H as cva, aM as composeRefs, F as useComposedRefs, aN as useFloating, aO as offset, aP as shift, aQ as limitShift, aR as flip, aS as size, aT as arrow, aU as hide, aV as autoUpdate, T as Tooltip, a as TooltipTrigger, b as TooltipContent, aW as cancelRun$1, aX as reenqueueRun$1, aY as wakeUpRun$1, aZ as resumeHook$1, a_ as recreateRun$1, w as createContextScope$1, m as useComposedRefs$1, x as createSlot, Z as formatDuration, B as Button, t as toast, q as useId$1, P as Primitive$1, n as composeEventHandlers$1, y as useControllableState$1, l as useCallbackRef$2, I as Presence$1 } from "./mermaid-3ZIDBTTL-BMWEihLr.js";
|
|
5
5
|
import { r as reactExports, j as jsxRuntimeExports, f as reactDomExports, R as ReactExports, I as React, G as ReactDOM, a as requireReact, g as getDefaultExportFromCjs } from "./index-BXZSIDEp.js";
|
|
6
6
|
import { V as VERCEL_403_ERROR_MESSAGE } from "./index-B6-SzLmT.js";
|
|
7
7
|
function parseName(tag, name) {
|
|
@@ -9176,7 +9176,7 @@ const app = express();
|
|
|
9176
9176
|
app.all(
|
|
9177
9177
|
"/{*splat}",
|
|
9178
9178
|
createRequestHandler({
|
|
9179
|
-
build: () => import("./server-build-
|
|
9179
|
+
build: () => import("./server-build-CZXlov2m.js").then((n) => n.a3)
|
|
9180
9180
|
})
|
|
9181
9181
|
);
|
|
9182
9182
|
app.use(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { r as reactExports } from "./app-
|
|
1
|
+
import { Z as R, _ as Ks, $ as jsxRuntimeExports, a0 as Qe } from "./server-build-CZXlov2m.js";
|
|
2
|
+
import { r as reactExports } from "./app-DM9e_6xn.js";
|
|
3
3
|
import "node:stream";
|
|
4
4
|
import "util";
|
|
5
5
|
import "crypto";
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { H as HookSchema } from "./server-build-CZXlov2m.js";
|
|
2
|
+
import { A, a, b, c, d, e, B, D, f, E, g, h, i, L, M, P, Q, j, R, k, S, l, m, n, o, p, q, r, s, V, W, t, u, v, w, x, y, z, C, F, G, I, J, K, O, T, U, X, Y } from "./server-build-CZXlov2m.js";
|
|
3
|
+
import "./app-DM9e_6xn.js";
|
|
4
|
+
import "stream";
|
|
5
|
+
import "express";
|
|
6
|
+
import "node:stream";
|
|
7
|
+
import "util";
|
|
8
|
+
import "crypto";
|
|
9
|
+
import "async_hooks";
|
|
10
|
+
import "node:crypto";
|
|
11
|
+
import "node:process";
|
|
12
|
+
import "node:path";
|
|
13
|
+
import "node:url";
|
|
14
|
+
import "module";
|
|
15
|
+
import "node:fs/promises";
|
|
16
|
+
import "node:util";
|
|
17
|
+
import "node:async_hooks";
|
|
18
|
+
import "node:module";
|
|
19
|
+
import "node:fs";
|
|
20
|
+
import "node:child_process";
|
|
21
|
+
import "node:timers/promises";
|
|
22
|
+
import "events";
|
|
23
|
+
import "node:assert";
|
|
24
|
+
import "node:net";
|
|
25
|
+
import "node:http";
|
|
26
|
+
import "node:querystring";
|
|
27
|
+
import "node:events";
|
|
28
|
+
import "node:diagnostics_channel";
|
|
29
|
+
import "node:tls";
|
|
30
|
+
import "node:buffer";
|
|
31
|
+
import "node:zlib";
|
|
32
|
+
import "node:perf_hooks";
|
|
33
|
+
import "node:util/types";
|
|
34
|
+
import "node:sqlite";
|
|
35
|
+
import "node:worker_threads";
|
|
36
|
+
import "node:console";
|
|
37
|
+
import "node:timers";
|
|
38
|
+
import "node:dns";
|
|
39
|
+
import "path";
|
|
40
|
+
import "fs";
|
|
41
|
+
import "os";
|
|
42
|
+
import "net";
|
|
43
|
+
import "node:os";
|
|
44
|
+
export {
|
|
45
|
+
A as ATTRIBUTE_KEY_MAX_LENGTH,
|
|
46
|
+
a as ATTRIBUTE_MAX_PER_RUN,
|
|
47
|
+
b as ATTRIBUTE_VALUE_MAX_BYTES,
|
|
48
|
+
c as AttributeChangeSchema,
|
|
49
|
+
d as AttributeChangesSchema,
|
|
50
|
+
e as AttributeValidationError,
|
|
51
|
+
B as BaseEventSchema,
|
|
52
|
+
D as DEFAULT_TIMESTAMP_THRESHOLD_FUTURE_MS,
|
|
53
|
+
f as DEFAULT_TIMESTAMP_THRESHOLD_PAST_MS,
|
|
54
|
+
E as EVENT_DATA_REF_FIELDS,
|
|
55
|
+
g as EventSchema,
|
|
56
|
+
h as EventTypeSchema,
|
|
57
|
+
i as HealthCheckPayloadSchema,
|
|
58
|
+
HookSchema,
|
|
59
|
+
L as LegacySerializedDataSchemaV1,
|
|
60
|
+
M as MessageId,
|
|
61
|
+
P as PaginatedResponseSchema,
|
|
62
|
+
Q as QueuePayloadSchema,
|
|
63
|
+
j as QueuePrefix,
|
|
64
|
+
R as RESERVED_ATTRIBUTE_KEY_PREFIX,
|
|
65
|
+
k as RunInputSchema,
|
|
66
|
+
S as SPEC_VERSION_CURRENT,
|
|
67
|
+
l as SPEC_VERSION_LEGACY,
|
|
68
|
+
m as SPEC_VERSION_SUPPORTS_ATTRIBUTES,
|
|
69
|
+
n as SPEC_VERSION_SUPPORTS_CBOR_QUEUE_TRANSPORT,
|
|
70
|
+
o as SPEC_VERSION_SUPPORTS_EVENT_SOURCING,
|
|
71
|
+
p as SerializedDataSchema,
|
|
72
|
+
q as StepInvokePayloadSchema,
|
|
73
|
+
r as StepSchema,
|
|
74
|
+
s as StepStatusSchema,
|
|
75
|
+
V as ValidQueueName,
|
|
76
|
+
W as WaitSchema,
|
|
77
|
+
t as WaitStatusSchema,
|
|
78
|
+
u as WorkflowInvokePayloadSchema,
|
|
79
|
+
v as WorkflowRunBaseSchema,
|
|
80
|
+
w as WorkflowRunSchema,
|
|
81
|
+
x as WorkflowRunStatusSchema,
|
|
82
|
+
y as applyAttributeChanges,
|
|
83
|
+
z as getQueueTopicPrefix,
|
|
84
|
+
C as isLegacySpecVersion,
|
|
85
|
+
F as parseQueueName,
|
|
86
|
+
G as reenqueueActiveRuns,
|
|
87
|
+
I as requiresNewerWorld,
|
|
88
|
+
J as resolveQueueNamespace,
|
|
89
|
+
K as stripEventDataRefs,
|
|
90
|
+
O as ulidToDate,
|
|
91
|
+
T as validateAttributeChanges,
|
|
92
|
+
U as validateAttributeKey,
|
|
93
|
+
X as validateAttributeValue,
|
|
94
|
+
Y as validateUlidTimestamp
|
|
95
|
+
};
|