@workflow/web 5.0.0-beta.5 → 5.0.0-beta.50
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/README.md +1 -0
- package/build/client/assets/app-9JVnf-IU.css +1 -0
- package/build/client/assets/arrow-up-right-CSovqivK.js +15 -0
- package/build/client/assets/{entry.client-DtOpLtMQ.js → entry.client-LwI3HNYl.js} +25 -25
- package/build/client/assets/{highlighted-body-B3W2YXNL-L1CrwoL_.js → highlighted-body-B3W2YXNL-BO5_Ufo-.js} +2 -2
- package/build/client/assets/{home-B6UmDDP6.js → home-BbyW_T74.js} +1762 -291
- package/build/client/assets/index-HqNj_XIX.js +200 -0
- package/build/client/assets/{index-BsV8i_Jn.js → index-PFjW8YjQ.js} +26 -26
- package/build/client/assets/loader-circle-BX6ycuOI.js +12 -0
- package/build/client/assets/manifest-34c486ef.js +1 -0
- package/build/client/assets/{mermaid-3ZIDBTTL-BQLU7GUr.js → mermaid-3ZIDBTTL-BKwl_LgA.js} +6469 -4784
- package/build/client/assets/mermaid-3ZIDBTTL-D8CjRQta.css +1 -0
- package/build/client/assets/root-Bl5xphvU.css +1 -0
- package/build/client/assets/{root-Yk3JVwUh.js → root-qx_45_fH.js} +17 -42
- package/build/client/assets/{run-detail-DMUaWXhb.js → run-detail-BoGFG1Fe.js} +2208 -1597
- package/build/client/assets/run-detail-CWoGxu_0.css +1 -0
- package/build/client/assets/{workflow-graph-viewer-yqeN-U_2.js → workflow-graph-viewer-C-1D0sAn.js} +5111 -5254
- package/build/client/assets/zstd-B5R2yJjB.wasm +0 -0
- package/build/client/assets/zstd-browser-decoder-By3hr1F0.js +27 -0
- package/build/server/assets/{server-build-DtcOUEHS.js → app-CBtZR8rR.js} +66453 -43314
- package/build/server/assets/{highlighted-body-B3W2YXNL-CZjJIpdD.js → highlighted-body-B3W2YXNL-BjGiR49i.js} +15 -8
- package/build/server/assets/index-BYoi2wsy.js +1262 -0
- package/build/server/assets/index-BfLBLRRi.js +204 -0
- package/build/server/assets/index-CETb4fkq.js +1164 -0
- package/build/server/assets/index-glWWjG5N.js +173 -0
- package/build/server/assets/{mermaid-3ZIDBTTL-Cc8IPTBj.js → mermaid-3ZIDBTTL-DRi-PBW7.js} +16 -9
- package/build/server/assets/{token-DHnArVm7.js → token-RGgCwymE.js} +5 -2
- package/build/server/assets/{token-util-B3uKeZ0s.js → token-util-wecZ3LiF.js} +5 -2
- package/build/server/assets/websocket-server-DwbEw-Dm.js +3669 -0
- package/build/server/assets/wrapper-B4hIt4qi.js +68 -0
- package/build/server/assets/ws-transport-Dj_kuAkL.js +550 -0
- package/build/server/assets/zstd-browser-decoder-Coywki2m.js +71 -0
- package/build/server/index.js +49 -2
- package/handler.d.ts +22 -0
- package/handler.js +186 -0
- package/package.json +27 -13
- package/registry.d.ts +29 -0
- package/registry.js +89 -0
- package/build/client/assets/encryption-CEh0YXii.js +0 -28
- package/build/client/assets/index-B4xuge0I.js +0 -249
- package/build/client/assets/manifest-e4c1c787.js +0 -1
- package/build/client/assets/mermaid-3ZIDBTTL-DKxHcEOp.css +0 -1
- package/build/client/assets/root-C0Tu5TVN.css +0 -1
- package/build/client/assets/server-build-DqaxIrF0.css +0 -1
- package/build/client/assets/worker-CqHKTA7D.js +0 -115
- package/build/server/assets/app-L1V62FgT.js +0 -9213
- package/build/server/assets/index-BwtNigf1.js +0 -80
- package/build/server/assets/index-meg9qk8y.js +0 -1282
|
@@ -1,32 +1,37 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { createRequire as __wkfCreateRequire } from "node:module";
|
|
2
|
+
if (typeof require === "undefined") {
|
|
3
|
+
globalThis.require = __wkfCreateRequire(import.meta.url);
|
|
4
|
+
}
|
|
5
|
+
import { b4 as reactExports, b5 as R, b6 as Ks, b7 as jsxRuntimeExports, b8 as Qe } from "./app-CBtZR8rR.js";
|
|
3
6
|
import "node:stream";
|
|
7
|
+
import "stream";
|
|
4
8
|
import "util";
|
|
5
9
|
import "crypto";
|
|
6
10
|
import "async_hooks";
|
|
7
|
-
import "stream";
|
|
8
11
|
import "node:crypto";
|
|
9
12
|
import "node:process";
|
|
10
13
|
import "node:path";
|
|
11
14
|
import "node:url";
|
|
12
15
|
import "module";
|
|
13
16
|
import "node:fs/promises";
|
|
17
|
+
import "node:module";
|
|
14
18
|
import "node:util";
|
|
15
19
|
import "node:async_hooks";
|
|
16
|
-
import "node:module";
|
|
17
20
|
import "node:fs";
|
|
21
|
+
import "node:os";
|
|
18
22
|
import "node:child_process";
|
|
19
23
|
import "node:timers/promises";
|
|
24
|
+
import "node:buffer";
|
|
25
|
+
import "node:http";
|
|
26
|
+
import "node:https";
|
|
27
|
+
import "node:zlib";
|
|
20
28
|
import "events";
|
|
21
29
|
import "node:assert";
|
|
22
30
|
import "node:net";
|
|
23
|
-
import "node:http";
|
|
24
31
|
import "node:querystring";
|
|
25
32
|
import "node:events";
|
|
26
33
|
import "node:diagnostics_channel";
|
|
27
34
|
import "node:tls";
|
|
28
|
-
import "node:buffer";
|
|
29
|
-
import "node:zlib";
|
|
30
35
|
import "node:perf_hooks";
|
|
31
36
|
import "node:util/types";
|
|
32
37
|
import "node:sqlite";
|
|
@@ -36,9 +41,11 @@ import "node:timers";
|
|
|
36
41
|
import "node:dns";
|
|
37
42
|
import "path";
|
|
38
43
|
import "fs";
|
|
44
|
+
import "constants";
|
|
45
|
+
import "assert";
|
|
39
46
|
import "os";
|
|
40
47
|
import "net";
|
|
41
|
-
import "node:
|
|
48
|
+
import "node:assert/strict";
|
|
42
49
|
import "express";
|
|
43
50
|
var L = ({ code: s, language: t, raw: e, className: n, ...d$1 }) => {
|
|
44
51
|
let { shikiTheme: l } = reactExports.useContext(R), o = Ks(), [m, i] = reactExports.useState(e);
|