@workflow/web 5.0.0-beta.4 → 5.0.0-beta.40
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-BkGXg64e.css +1 -0
- package/build/client/assets/arrow-up-right-Br49goey.js +15 -0
- package/build/client/assets/{entry.client-BWsSsWQm.js → entry.client-LwI3HNYl.js} +25 -25
- package/build/client/assets/{highlighted-body-B3W2YXNL-B7T9pqeb.js → highlighted-body-B3W2YXNL-B5pbFkUr.js} +2 -2
- package/build/client/assets/{home-BIQJMe_Q.js → home-DrXIdsG5.js} +1762 -290
- package/build/client/assets/index-HqNj_XIX.js +200 -0
- package/build/client/assets/{index-DQa-BExo.js → index-PFjW8YjQ.js} +24 -24
- package/build/client/assets/loader-circle-3PJSFf84.js +12 -0
- package/build/client/assets/manifest-0c933230.js +1 -0
- package/build/client/assets/mermaid-3ZIDBTTL-D8CjRQta.css +1 -0
- package/build/client/assets/{mermaid-3ZIDBTTL-w46Kr90n.js → mermaid-3ZIDBTTL-qqUSEahK.js} +6160 -4616
- package/build/client/assets/root-ZRjqDhEN.css +1 -0
- package/build/client/assets/{root-sXuXrryl.js → root-n7Zz0dTX.js} +17 -42
- package/build/client/assets/run-detail-CWoGxu_0.css +1 -0
- package/build/client/assets/{run-detail-7Pj2mQLs.js → run-detail-DHeMEsdg.js} +1970 -1587
- package/build/client/assets/{workflow-graph-viewer-De9JQkZc.js → workflow-graph-viewer-DWdsfF3d.js} +5109 -5110
- package/build/client/assets/zstd-B5R2yJjB.wasm +0 -0
- package/build/client/assets/zstd-browser-decoder-DemK2pIP.js +27 -0
- package/build/server/assets/{server-build-DT0Hg0Yf.js → app-BJXoDV4n.js} +75323 -54239
- package/build/server/assets/{highlighted-body-B3W2YXNL-uaucauLI.js → highlighted-body-B3W2YXNL-Kki0lKyo.js} +12 -8
- package/build/server/assets/index-7-uV1dU1.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-XksKPyou.js +143 -0
- package/build/server/assets/{mermaid-3ZIDBTTL-DrZ5V6uv.js → mermaid-3ZIDBTTL-Bh_zbSQ-.js} +13 -9
- package/build/server/assets/{token-D7_Lld85.js → token-D8pb4TJ8.js} +5 -2
- package/build/server/assets/{token-util-CfY4anoc.js → token-util-DPJj3x0B.js} +5 -2
- package/build/server/assets/wrapper-CsxTXsPR.js +3708 -0
- package/build/server/assets/zstd-browser-decoder-CWJVPmcb.js +69 -0
- package/build/server/index.js +47 -2
- package/handler.d.ts +22 -0
- package/handler.js +186 -0
- package/package.json +27 -12
- package/registry.d.ts +29 -0
- package/registry.js +89 -0
- package/build/client/assets/encryption-80GMP4r0.js +0 -26
- package/build/client/assets/manifest-77894282.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-CtOg8_v5.js +0 -9213
- package/build/server/assets/index-D02biwxV.js +0 -82
- package/build/server/assets/index-meg9qk8y.js +0 -1282
|
@@ -1,22 +1,25 @@
|
|
|
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 { aE as reactExports, aF as R, aG as Ks, aH as jsxRuntimeExports, aI as Qe } from "./app-BJXoDV4n.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";
|
|
14
|
-
import "tty";
|
|
15
|
-
import "os";
|
|
16
17
|
import "node:module";
|
|
18
|
+
import "node:util";
|
|
19
|
+
import "node:async_hooks";
|
|
17
20
|
import "node:fs";
|
|
21
|
+
import "node:os";
|
|
18
22
|
import "node:child_process";
|
|
19
|
-
import "node:util";
|
|
20
23
|
import "node:timers/promises";
|
|
21
24
|
import "events";
|
|
22
25
|
import "node:assert";
|
|
@@ -32,13 +35,14 @@ import "node:perf_hooks";
|
|
|
32
35
|
import "node:util/types";
|
|
33
36
|
import "node:sqlite";
|
|
34
37
|
import "node:worker_threads";
|
|
35
|
-
import "node:async_hooks";
|
|
36
38
|
import "node:console";
|
|
37
39
|
import "node:timers";
|
|
38
40
|
import "node:dns";
|
|
39
41
|
import "path";
|
|
40
42
|
import "fs";
|
|
41
|
-
import "
|
|
43
|
+
import "constants";
|
|
44
|
+
import "assert";
|
|
45
|
+
import "os";
|
|
42
46
|
import "net";
|
|
43
47
|
import "express";
|
|
44
48
|
var L = ({ code: s, language: t, raw: e, className: n, ...d$1 }) => {
|