@workflow/web 5.0.0-beta.5 → 5.0.0-beta.51
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-D35zSWdr.js +15 -0
- package/build/client/assets/{entry.client-DtOpLtMQ.js → entry.client-DmlDFlyx.js} +25 -185
- package/build/client/assets/{highlighted-body-B3W2YXNL-L1CrwoL_.js → highlighted-body-B3W2YXNL-CaN05-wF.js} +2 -2
- package/build/client/assets/{home-B6UmDDP6.js → home-CERPMYFB.js} +1762 -291
- package/build/client/assets/index-HqNj_XIX.js +200 -0
- package/build/client/assets/{index-BsV8i_Jn.js → index-thGVuYbY.js} +19 -19
- package/build/client/assets/loader-circle-BS067e3l.js +12 -0
- package/build/client/assets/manifest-e59a5df7.js +1 -0
- package/build/client/assets/mermaid-3ZIDBTTL-D8CjRQta.css +1 -0
- package/build/client/assets/{mermaid-3ZIDBTTL-BQLU7GUr.js → mermaid-3ZIDBTTL-DX-qOY9c.js} +17613 -12954
- package/build/client/assets/root-Bl5xphvU.css +1 -0
- package/build/client/assets/{root-Yk3JVwUh.js → root-D0H-cabN.js} +17 -42
- package/build/client/assets/{run-detail-DMUaWXhb.js → run-detail-C7nNgL_7.js} +2215 -1599
- 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-nSzDqm6s.js} +5111 -5254
- package/build/client/assets/zstd-B5R2yJjB.wasm +0 -0
- package/build/client/assets/zstd-browser-decoder-DtSP7rJ_.js +27 -0
- package/build/server/assets/{server-build-DtcOUEHS.js → app-8hyjFpMO.js} +77875 -59603
- package/build/server/assets/{highlighted-body-B3W2YXNL-CZjJIpdD.js → highlighted-body-B3W2YXNL-DY_BqM6l.js} +16 -8
- package/build/server/assets/index-Az8HzIf_.js +174 -0
- package/build/server/assets/index-BfLBLRRi.js +204 -0
- package/build/server/assets/index-CETb4fkq.js +1164 -0
- package/build/server/assets/index-CvyMHP_b.js +1262 -0
- package/build/server/assets/{mermaid-3ZIDBTTL-Cc8IPTBj.js → mermaid-3ZIDBTTL-Bca_z0-z.js} +17 -9
- package/build/server/assets/{token-DHnArVm7.js → token-BcUtceXk.js} +5 -2
- package/build/server/assets/{token-util-B3uKeZ0s.js → token-util-BgQCuyAc.js} +5 -2
- package/build/server/assets/websocket-server-D2905vlr.js +3669 -0
- package/build/server/assets/wrapper-BxY6HvLW.js +69 -0
- package/build/server/assets/ws-transport-nlG6b7qI.js +551 -0
- package/build/server/assets/zstd-browser-decoder-Ce8lEOjC.js +72 -0
- package/build/server/index.js +50 -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,8 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
import { createRequire as __wkfCreateRequire } from "node:module";
|
|
2
|
+
if (typeof require === "undefined") {
|
|
3
|
+
globalThis.require = __wkfCreateRequire(import.meta.url);
|
|
4
|
+
}
|
|
5
|
+
import { N as Nt } from "./app-8hyjFpMO.js";
|
|
5
6
|
import "node:stream";
|
|
7
|
+
import "stream";
|
|
6
8
|
import "util";
|
|
7
9
|
import "crypto";
|
|
8
10
|
import "async_hooks";
|
|
@@ -12,22 +14,24 @@ import "node:path";
|
|
|
12
14
|
import "node:url";
|
|
13
15
|
import "module";
|
|
14
16
|
import "node:fs/promises";
|
|
17
|
+
import "node:module";
|
|
15
18
|
import "node:util";
|
|
16
19
|
import "node:async_hooks";
|
|
17
|
-
import "node:module";
|
|
18
20
|
import "node:fs";
|
|
21
|
+
import "node:os";
|
|
19
22
|
import "node:child_process";
|
|
20
23
|
import "node:timers/promises";
|
|
24
|
+
import "node:buffer";
|
|
25
|
+
import "node:http";
|
|
26
|
+
import "node:https";
|
|
27
|
+
import "node:zlib";
|
|
21
28
|
import "events";
|
|
22
29
|
import "node:assert";
|
|
23
30
|
import "node:net";
|
|
24
|
-
import "node:http";
|
|
25
31
|
import "node:querystring";
|
|
26
32
|
import "node:events";
|
|
27
33
|
import "node:diagnostics_channel";
|
|
28
34
|
import "node:tls";
|
|
29
|
-
import "node:buffer";
|
|
30
|
-
import "node:zlib";
|
|
31
35
|
import "node:perf_hooks";
|
|
32
36
|
import "node:util/types";
|
|
33
37
|
import "node:sqlite";
|
|
@@ -37,9 +41,13 @@ import "node:timers";
|
|
|
37
41
|
import "node:dns";
|
|
38
42
|
import "path";
|
|
39
43
|
import "fs";
|
|
44
|
+
import "constants";
|
|
45
|
+
import "assert";
|
|
40
46
|
import "os";
|
|
47
|
+
import "assert/strict";
|
|
41
48
|
import "net";
|
|
42
|
-
import "node:
|
|
49
|
+
import "node:assert/strict";
|
|
50
|
+
import "express";
|
|
43
51
|
export {
|
|
44
52
|
Nt as Mermaid
|
|
45
53
|
};
|
|
@@ -1,5 +1,8 @@
|
|
|
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 { bs as requireTokenError, br as requireTokenUtil, bq as getDefaultExportFromCjs } from "./app-8hyjFpMO.js";
|
|
3
6
|
function _mergeNamespaces(n, m) {
|
|
4
7
|
for (var i = 0; i < m.length; i++) {
|
|
5
8
|
const e = m[i];
|
|
@@ -1,5 +1,8 @@
|
|
|
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 { bq as getDefaultExportFromCjs, br as requireTokenUtil } from "./app-8hyjFpMO.js";
|
|
3
6
|
function _mergeNamespaces(n, m) {
|
|
4
7
|
for (var i = 0; i < m.length; i++) {
|
|
5
8
|
const e = m[i];
|