@workflow/web 4.1.11 → 4.1.13
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/{encryption-Bd25Keng.js → encryption-BRhjWsZh.js} +1 -1
- package/build/client/assets/{entry.client-DtOpLtMQ.js → entry.client-C_C46bD6.js} +24 -24
- package/build/client/assets/{highlighted-body-B3W2YXNL-BmmQMQWQ.js → highlighted-body-B3W2YXNL-Bt3a5JLE.js} +1 -1
- package/build/client/assets/{home-D5gYz0XH.js → home-Blj6TeEE.js} +3 -3
- package/build/client/assets/{index-7hulCzI_.js → index-DZSXezpI.js} +0 -2
- package/build/client/assets/{manifest-a1c479ba.js → manifest-0285e96f.js} +1 -1
- package/build/client/assets/{mermaid-3ZIDBTTL-CWOyQBTZ.js → mermaid-3ZIDBTTL-Bp6ZST9_.js} +1151 -376
- package/build/client/assets/mermaid-3ZIDBTTL-yyHEMZs4.css +1 -0
- package/build/client/assets/root-BOS11TzD.css +1 -0
- package/build/client/assets/{root-axkUVsvL.js → root-BxnaECGo.js} +1 -1
- package/build/client/assets/{run-detail-ldKIjs8Z.js → run-detail-Cbuf5qtv.js} +90 -148
- package/build/client/assets/server-build-CNEy-GiI.css +1 -0
- package/build/client/assets/{workflow-graph-viewer-CLv3yYv8.js → workflow-graph-viewer-C6PWoIIU.js} +4919 -4918
- package/build/server/assets/{app-BR0o9iNl.js → app-tYx-sZr-.js} +43 -43
- package/build/server/assets/{highlighted-body-B3W2YXNL-BeWNj3yf.js → highlighted-body-B3W2YXNL-Dwr4WviH.js} +2 -2
- package/build/server/assets/{index-rguLY73T.js → index-C8PX4J1H.js} +36 -26
- package/build/server/assets/{mermaid-3ZIDBTTL-Akc2Gx2g.js → mermaid-3ZIDBTTL-UulyNxeP.js} +2 -2
- package/build/server/assets/{server-build-dI1gM6-m.js → server-build-HnD5F5wE.js} +72894 -71227
- package/build/server/assets/{token-D7Mmh4mK.js → token-CRSY7lEJ.js} +2 -2
- package/build/server/assets/{token-util-DvAHyiW3.js → token-util-pIL02oaT.js} +2 -2
- package/build/server/index.js +1 -1
- package/package.json +8 -8
- package/build/client/assets/mermaid-3ZIDBTTL-DKxHcEOp.css +0 -1
- package/build/client/assets/root-aMfmV5uh.css +0 -1
- package/build/client/assets/server-build-CiTtikBY.css +0 -1
|
@@ -481,7 +481,7 @@ var hasRequiredReact_development;
|
|
|
481
481
|
function requireReact_development() {
|
|
482
482
|
if (hasRequiredReact_development) return react_development.exports;
|
|
483
483
|
hasRequiredReact_development = 1;
|
|
484
|
-
(function(module, exports
|
|
484
|
+
(function(module, exports) {
|
|
485
485
|
"production" !== process.env.NODE_ENV && (function() {
|
|
486
486
|
function defineDeprecationWarning(methodName, info) {
|
|
487
487
|
Object.defineProperty(Component.prototype, methodName, {
|
|
@@ -1021,7 +1021,7 @@ function requireReact_development() {
|
|
|
1021
1021
|
return resolveDispatcher().useMemoCache(size);
|
|
1022
1022
|
}
|
|
1023
1023
|
});
|
|
1024
|
-
exports
|
|
1024
|
+
exports.Children = {
|
|
1025
1025
|
map: mapChildren,
|
|
1026
1026
|
forEach: function(children, forEachFunc, forEachContext) {
|
|
1027
1027
|
mapChildren(
|
|
@@ -1052,15 +1052,15 @@ function requireReact_development() {
|
|
|
1052
1052
|
return children;
|
|
1053
1053
|
}
|
|
1054
1054
|
};
|
|
1055
|
-
exports
|
|
1056
|
-
exports
|
|
1057
|
-
exports
|
|
1058
|
-
exports
|
|
1059
|
-
exports
|
|
1060
|
-
exports
|
|
1061
|
-
exports
|
|
1062
|
-
exports
|
|
1063
|
-
exports
|
|
1055
|
+
exports.Component = Component;
|
|
1056
|
+
exports.Fragment = REACT_FRAGMENT_TYPE;
|
|
1057
|
+
exports.Profiler = REACT_PROFILER_TYPE;
|
|
1058
|
+
exports.PureComponent = PureComponent;
|
|
1059
|
+
exports.StrictMode = REACT_STRICT_MODE_TYPE;
|
|
1060
|
+
exports.Suspense = REACT_SUSPENSE_TYPE;
|
|
1061
|
+
exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals;
|
|
1062
|
+
exports.__COMPILER_RUNTIME = deprecatedAPIs;
|
|
1063
|
+
exports.act = function(callback) {
|
|
1064
1064
|
var prevActQueue = ReactSharedInternals.actQueue, prevActScopeDepth = actScopeDepth;
|
|
1065
1065
|
actScopeDepth++;
|
|
1066
1066
|
var queue = ReactSharedInternals.actQueue = null !== prevActQueue ? prevActQueue : [], didAwaitActCall = false;
|
|
@@ -1137,16 +1137,16 @@ function requireReact_development() {
|
|
|
1137
1137
|
}
|
|
1138
1138
|
};
|
|
1139
1139
|
};
|
|
1140
|
-
exports
|
|
1140
|
+
exports.cache = function(fn) {
|
|
1141
1141
|
return function() {
|
|
1142
1142
|
return fn.apply(null, arguments);
|
|
1143
1143
|
};
|
|
1144
1144
|
};
|
|
1145
|
-
exports
|
|
1145
|
+
exports.captureOwnerStack = function() {
|
|
1146
1146
|
var getCurrentStack = ReactSharedInternals.getCurrentStack;
|
|
1147
1147
|
return null === getCurrentStack ? null : getCurrentStack();
|
|
1148
1148
|
};
|
|
1149
|
-
exports
|
|
1149
|
+
exports.cloneElement = function(element, config, children) {
|
|
1150
1150
|
if (null === element || void 0 === element)
|
|
1151
1151
|
throw Error(
|
|
1152
1152
|
"The argument must be a React element, but you passed " + element + "."
|
|
@@ -1191,7 +1191,7 @@ function requireReact_development() {
|
|
|
1191
1191
|
owner = arguments[key], isValidElement(owner) && owner._store && (owner._store.validated = 1);
|
|
1192
1192
|
return props;
|
|
1193
1193
|
};
|
|
1194
|
-
exports
|
|
1194
|
+
exports.createContext = function(defaultValue) {
|
|
1195
1195
|
defaultValue = {
|
|
1196
1196
|
$$typeof: REACT_CONTEXT_TYPE,
|
|
1197
1197
|
_currentValue: defaultValue,
|
|
@@ -1209,7 +1209,7 @@ function requireReact_development() {
|
|
|
1209
1209
|
defaultValue._currentRenderer2 = null;
|
|
1210
1210
|
return defaultValue;
|
|
1211
1211
|
};
|
|
1212
|
-
exports
|
|
1212
|
+
exports.createElement = function(type, config, children) {
|
|
1213
1213
|
for (var i = 2; i < arguments.length; i++) {
|
|
1214
1214
|
var node = arguments[i];
|
|
1215
1215
|
isValidElement(node) && node._store && (node._store.validated = 1);
|
|
@@ -1248,12 +1248,12 @@ function requireReact_development() {
|
|
|
1248
1248
|
propName ? createTask(getTaskName(type)) : unknownOwnerDebugTask
|
|
1249
1249
|
);
|
|
1250
1250
|
};
|
|
1251
|
-
exports
|
|
1251
|
+
exports.createRef = function() {
|
|
1252
1252
|
var refObject = { current: null };
|
|
1253
1253
|
Object.seal(refObject);
|
|
1254
1254
|
return refObject;
|
|
1255
1255
|
};
|
|
1256
|
-
exports
|
|
1256
|
+
exports.forwardRef = function(render) {
|
|
1257
1257
|
null != render && render.$$typeof === REACT_MEMO_TYPE ? console.error(
|
|
1258
1258
|
"forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...))."
|
|
1259
1259
|
) : "function" !== typeof render ? console.error(
|
|
@@ -1280,15 +1280,15 @@ function requireReact_development() {
|
|
|
1280
1280
|
});
|
|
1281
1281
|
return elementType;
|
|
1282
1282
|
};
|
|
1283
|
-
exports
|
|
1284
|
-
exports
|
|
1283
|
+
exports.isValidElement = isValidElement;
|
|
1284
|
+
exports.lazy = function(ctor) {
|
|
1285
1285
|
return {
|
|
1286
1286
|
$$typeof: REACT_LAZY_TYPE,
|
|
1287
1287
|
_payload: { _status: -1, _result: ctor },
|
|
1288
1288
|
_init: lazyInitializer
|
|
1289
1289
|
};
|
|
1290
1290
|
};
|
|
1291
|
-
exports
|
|
1291
|
+
exports.memo = function(type, compare) {
|
|
1292
1292
|
null == type && console.error(
|
|
1293
1293
|
"memo: The first argument must be a component. Instead received: %s",
|
|
1294
1294
|
null === type ? "null" : typeof type
|
|
@@ -1312,7 +1312,7 @@ function requireReact_development() {
|
|
|
1312
1312
|
});
|
|
1313
1313
|
return compare;
|
|
1314
1314
|
};
|
|
1315
|
-
exports
|
|
1315
|
+
exports.startTransition = function(scope) {
|
|
1316
1316
|
var prevTransition = ReactSharedInternals.T, currentTransition = {};
|
|
1317
1317
|
ReactSharedInternals.T = currentTransition;
|
|
1318
1318
|
currentTransition._updatedFibers = /* @__PURE__ */ new Set();
|
|
@@ -1328,36 +1328,36 @@ function requireReact_development() {
|
|
|
1328
1328
|
)), ReactSharedInternals.T = prevTransition;
|
|
1329
1329
|
}
|
|
1330
1330
|
};
|
|
1331
|
-
exports
|
|
1331
|
+
exports.unstable_useCacheRefresh = function() {
|
|
1332
1332
|
return resolveDispatcher().useCacheRefresh();
|
|
1333
1333
|
};
|
|
1334
|
-
exports
|
|
1334
|
+
exports.use = function(usable) {
|
|
1335
1335
|
return resolveDispatcher().use(usable);
|
|
1336
1336
|
};
|
|
1337
|
-
exports
|
|
1337
|
+
exports.useActionState = function(action, initialState, permalink) {
|
|
1338
1338
|
return resolveDispatcher().useActionState(
|
|
1339
1339
|
action,
|
|
1340
1340
|
initialState,
|
|
1341
1341
|
permalink
|
|
1342
1342
|
);
|
|
1343
1343
|
};
|
|
1344
|
-
exports
|
|
1344
|
+
exports.useCallback = function(callback, deps) {
|
|
1345
1345
|
return resolveDispatcher().useCallback(callback, deps);
|
|
1346
1346
|
};
|
|
1347
|
-
exports
|
|
1347
|
+
exports.useContext = function(Context) {
|
|
1348
1348
|
var dispatcher = resolveDispatcher();
|
|
1349
1349
|
Context.$$typeof === REACT_CONSUMER_TYPE && console.error(
|
|
1350
1350
|
"Calling useContext(Context.Consumer) is not supported and will cause bugs. Did you mean to call useContext(Context) instead?"
|
|
1351
1351
|
);
|
|
1352
1352
|
return dispatcher.useContext(Context);
|
|
1353
1353
|
};
|
|
1354
|
-
exports
|
|
1354
|
+
exports.useDebugValue = function(value, formatterFn) {
|
|
1355
1355
|
return resolveDispatcher().useDebugValue(value, formatterFn);
|
|
1356
1356
|
};
|
|
1357
|
-
exports
|
|
1357
|
+
exports.useDeferredValue = function(value, initialValue) {
|
|
1358
1358
|
return resolveDispatcher().useDeferredValue(value, initialValue);
|
|
1359
1359
|
};
|
|
1360
|
-
exports
|
|
1360
|
+
exports.useEffect = function(create, createDeps, update) {
|
|
1361
1361
|
null == create && console.warn(
|
|
1362
1362
|
"React Hook useEffect requires an effect callback. Did you forget to pass a callback to the hook?"
|
|
1363
1363
|
);
|
|
@@ -1368,50 +1368,50 @@ function requireReact_development() {
|
|
|
1368
1368
|
);
|
|
1369
1369
|
return dispatcher.useEffect(create, createDeps);
|
|
1370
1370
|
};
|
|
1371
|
-
exports
|
|
1371
|
+
exports.useId = function() {
|
|
1372
1372
|
return resolveDispatcher().useId();
|
|
1373
1373
|
};
|
|
1374
|
-
exports
|
|
1374
|
+
exports.useImperativeHandle = function(ref, create, deps) {
|
|
1375
1375
|
return resolveDispatcher().useImperativeHandle(ref, create, deps);
|
|
1376
1376
|
};
|
|
1377
|
-
exports
|
|
1377
|
+
exports.useInsertionEffect = function(create, deps) {
|
|
1378
1378
|
null == create && console.warn(
|
|
1379
1379
|
"React Hook useInsertionEffect requires an effect callback. Did you forget to pass a callback to the hook?"
|
|
1380
1380
|
);
|
|
1381
1381
|
return resolveDispatcher().useInsertionEffect(create, deps);
|
|
1382
1382
|
};
|
|
1383
|
-
exports
|
|
1383
|
+
exports.useLayoutEffect = function(create, deps) {
|
|
1384
1384
|
null == create && console.warn(
|
|
1385
1385
|
"React Hook useLayoutEffect requires an effect callback. Did you forget to pass a callback to the hook?"
|
|
1386
1386
|
);
|
|
1387
1387
|
return resolveDispatcher().useLayoutEffect(create, deps);
|
|
1388
1388
|
};
|
|
1389
|
-
exports
|
|
1389
|
+
exports.useMemo = function(create, deps) {
|
|
1390
1390
|
return resolveDispatcher().useMemo(create, deps);
|
|
1391
1391
|
};
|
|
1392
|
-
exports
|
|
1392
|
+
exports.useOptimistic = function(passthrough, reducer) {
|
|
1393
1393
|
return resolveDispatcher().useOptimistic(passthrough, reducer);
|
|
1394
1394
|
};
|
|
1395
|
-
exports
|
|
1395
|
+
exports.useReducer = function(reducer, initialArg, init) {
|
|
1396
1396
|
return resolveDispatcher().useReducer(reducer, initialArg, init);
|
|
1397
1397
|
};
|
|
1398
|
-
exports
|
|
1398
|
+
exports.useRef = function(initialValue) {
|
|
1399
1399
|
return resolveDispatcher().useRef(initialValue);
|
|
1400
1400
|
};
|
|
1401
|
-
exports
|
|
1401
|
+
exports.useState = function(initialState) {
|
|
1402
1402
|
return resolveDispatcher().useState(initialState);
|
|
1403
1403
|
};
|
|
1404
|
-
exports
|
|
1404
|
+
exports.useSyncExternalStore = function(subscribe, getSnapshot, getServerSnapshot) {
|
|
1405
1405
|
return resolveDispatcher().useSyncExternalStore(
|
|
1406
1406
|
subscribe,
|
|
1407
1407
|
getSnapshot,
|
|
1408
1408
|
getServerSnapshot
|
|
1409
1409
|
);
|
|
1410
1410
|
};
|
|
1411
|
-
exports
|
|
1411
|
+
exports.useTransition = function() {
|
|
1412
1412
|
return resolveDispatcher().useTransition();
|
|
1413
1413
|
};
|
|
1414
|
-
exports
|
|
1414
|
+
exports.version = "19.1.0";
|
|
1415
1415
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
1416
1416
|
})();
|
|
1417
1417
|
})(react_development, react_development.exports);
|
|
@@ -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-HnD5F5wE.js").then((n) => n.a2)
|
|
9180
9180
|
})
|
|
9181
9181
|
);
|
|
9182
9182
|
app.use(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { r as reactExports } from "./app-
|
|
1
|
+
import { Y as R, Z as Ks, _ as jsxRuntimeExports, $ as Qe } from "./server-build-HnD5F5wE.js";
|
|
2
|
+
import { r as reactExports } from "./app-tYx-sZr-.js";
|
|
3
3
|
import "node:stream";
|
|
4
4
|
import "util";
|
|
5
5
|
import "crypto";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { H as HookSchema } from "./server-build-
|
|
2
|
-
import { B, D, a, E, b, c, d, L, M, P, Q,
|
|
3
|
-
import "./app-
|
|
1
|
+
import { H as HookSchema } from "./server-build-HnD5F5wE.js";
|
|
2
|
+
import { B, D, a, E, b, c, d, e, L, M, P, Q, f, R, S, g, h, i, j, k, l, m, n, T, o, p, q, r, s, V, W, t, u, v, w, x, y, z, A, C, F, G, I, J, K, O, U, X } from "./server-build-HnD5F5wE.js";
|
|
3
|
+
import "./app-tYx-sZr-.js";
|
|
4
4
|
import "stream";
|
|
5
5
|
import "express";
|
|
6
6
|
import "node:stream";
|
|
@@ -50,36 +50,46 @@ export {
|
|
|
50
50
|
b as EventSchema,
|
|
51
51
|
c as EventTypeSchema,
|
|
52
52
|
d as HealthCheckPayloadSchema,
|
|
53
|
+
e as HookCreatedEventSchema,
|
|
53
54
|
HookSchema,
|
|
54
55
|
L as LegacySerializedDataSchemaV1,
|
|
55
56
|
M as MessageId,
|
|
56
57
|
P as PaginatedResponseSchema,
|
|
57
58
|
Q as QueuePayloadSchema,
|
|
58
|
-
|
|
59
|
+
f as QueuePrefix,
|
|
59
60
|
R as RunInputSchema,
|
|
60
61
|
S as SPEC_VERSION_CURRENT,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
62
|
+
g as SPEC_VERSION_LEGACY,
|
|
63
|
+
h as SPEC_VERSION_SUPPORTS_CBOR_QUEUE_TRANSPORT,
|
|
64
|
+
i as SPEC_VERSION_SUPPORTS_EVENT_SOURCING,
|
|
65
|
+
j as SerializedDataSchema,
|
|
66
|
+
k as StepInvokePayloadSchema,
|
|
67
|
+
l as StepSchema,
|
|
68
|
+
m as StepStatusSchema,
|
|
69
|
+
n as StructuredErrorSchema,
|
|
70
|
+
T as TERMINAL_RUN_EVENT_TYPES,
|
|
71
|
+
o as TERMINAL_STEP_STATUSES,
|
|
72
|
+
p as TERMINAL_WORKFLOW_RUN_STATUSES,
|
|
73
|
+
q as TerminalRunEventTypeSchema,
|
|
74
|
+
r as TerminalStepStatusSchema,
|
|
75
|
+
s as TerminalWorkflowRunStatusSchema,
|
|
69
76
|
V as ValidQueueName,
|
|
70
77
|
W as WaitSchema,
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
78
|
+
t as WaitStatusSchema,
|
|
79
|
+
u as WorkflowInvokePayloadSchema,
|
|
80
|
+
v as WorkflowRunBaseSchema,
|
|
81
|
+
w as WorkflowRunSchema,
|
|
82
|
+
x as WorkflowRunStatusSchema,
|
|
83
|
+
y as getQueueTopicPrefix,
|
|
84
|
+
z as isLegacySpecVersion,
|
|
85
|
+
A as isTerminalRunEventType,
|
|
86
|
+
C as isTerminalStepStatus,
|
|
87
|
+
F as isTerminalWorkflowRunStatus,
|
|
88
|
+
G as parseQueueName,
|
|
89
|
+
I as reenqueueActiveRuns,
|
|
90
|
+
J as requiresNewerWorld,
|
|
91
|
+
K as resolveQueueNamespace,
|
|
92
|
+
O as stripEventDataRefs,
|
|
93
|
+
U as ulidToDate,
|
|
94
|
+
X as validateUlidTimestamp
|
|
85
95
|
};
|