@cmflow/atlas 3.6.1 → 3.7.0
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/dist/bin/atlas.mjs +41 -39
- package/dist/bin/atlas.mjs.map +1 -1
- package/dist/{dist-DedUrNm2.mjs → dist-D8VumL0r.mjs} +2 -2
- package/dist/{dist-DedUrNm2.mjs.map → dist-D8VumL0r.mjs.map} +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{routeBackendTopologyService-bbiOHBq0.mjs → routeBackendTopologyService-_-yZSfG8.mjs} +4 -4
- package/dist/{routeBackendTopologyService-bbiOHBq0.mjs.map → routeBackendTopologyService-_-yZSfG8.mjs.map} +1 -1
- package/dist/{taskProgressService-BIc_o1wl.mjs → taskProgressService-DAEpEqsT.mjs} +2 -2
- package/dist/{taskProgressService-BIc_o1wl.mjs.map → taskProgressService-DAEpEqsT.mjs.map} +1 -1
- package/dist/workers/routeBackendTopologyWorker.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { fileURLToPath as __atlasFileURLToPath } from "node:url";
|
|
2
2
|
const __filename = __atlasFileURLToPath(import.meta.url);
|
|
3
3
|
import { r as __toESM, t as __commonJSMin } from "./rolldown-runtime-CGR6nZuH.mjs";
|
|
4
|
-
import { o as getUserConfig } from "./taskProgressService-
|
|
5
|
-
import { a as loadOpenApiDocument, n as extractOpenApiBackendProperties, o as httpClient, t as require_dist } from "./dist-
|
|
4
|
+
import { o as getUserConfig } from "./taskProgressService-DAEpEqsT.mjs";
|
|
5
|
+
import { a as loadOpenApiDocument, n as extractOpenApiBackendProperties, o as httpClient, t as require_dist } from "./dist-D8VumL0r.mjs";
|
|
6
6
|
import { t as defineExpressionRule } from "./defineExpressionRule-GhkeHHT8.mjs";
|
|
7
7
|
import path from "node:path";
|
|
8
8
|
import fsPromises from "node:fs/promises";
|
package/dist/{routeBackendTopologyService-bbiOHBq0.mjs → routeBackendTopologyService-_-yZSfG8.mjs}
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { fileURLToPath as __atlasFileURLToPath } from "node:url";
|
|
2
2
|
const __filename = __atlasFileURLToPath(import.meta.url);
|
|
3
3
|
import { n as __require, r as __toESM, t as __commonJSMin } from "./rolldown-runtime-CGR6nZuH.mjs";
|
|
4
|
-
import { c as userConfig, o as getUserConfig, s as setUserConfig, t as taskProgressService } from "./taskProgressService-
|
|
4
|
+
import { c as userConfig, o as getUserConfig, s as setUserConfig, t as taskProgressService } from "./taskProgressService-DAEpEqsT.mjs";
|
|
5
|
+
import fs from "node:fs";
|
|
6
|
+
import path from "node:path";
|
|
5
7
|
import { on, once } from "node:events";
|
|
6
8
|
import { execFile } from "node:child_process";
|
|
7
|
-
import path from "node:path";
|
|
8
|
-
import fs from "node:fs";
|
|
9
9
|
import process$1 from "node:process";
|
|
10
10
|
import { fileURLToPath } from "node:url";
|
|
11
11
|
import { Node, Project, SyntaxKind } from "ts-morph";
|
|
@@ -8766,4 +8766,4 @@ async function generateBackendTopologyArtifactsInWorkers(params) {
|
|
|
8766
8766
|
|
|
8767
8767
|
//#endregion
|
|
8768
8768
|
export { resolveModulePath as a, filterAnalysisFiles as c, globby as d, matchesRouteSelector as i, shouldKeepAnalysisFile as l, generateBackendTopologyArtifactsInWorkers as n, inferBackendNameFromFile as o, initializeTopologyWorkerConfig as r, isKnownBackendType as s, generateBackendTopologyArtifacts as t, normalizeFilePath as u };
|
|
8769
|
-
//# sourceMappingURL=routeBackendTopologyService-
|
|
8769
|
+
//# sourceMappingURL=routeBackendTopologyService-_-yZSfG8.mjs.map
|