@cmflow/atlas 3.4.0-beta.30 → 3.4.0-beta.32
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 +3 -1
- package/dist/bin/atlas.mjs +11 -11
- package/dist/bin/atlas.mjs.map +1 -1
- package/dist/{dist-KClmoDrs.mjs → dist-DedUrNm2.mjs} +2 -2
- package/dist/{dist-KClmoDrs.mjs.map → dist-DedUrNm2.mjs.map} +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{routeBackendTopologyService-DMzDLqUR.mjs → routeBackendTopologyService-bbiOHBq0.mjs} +6 -6
- package/dist/routeBackendTopologyService-bbiOHBq0.mjs.map +1 -0
- package/dist/{taskProgressService-BTXcmKRN.mjs → taskProgressService-BIc_o1wl.mjs} +2 -2
- package/dist/{taskProgressService-BTXcmKRN.mjs.map → taskProgressService-BIc_o1wl.mjs.map} +1 -1
- package/dist/workers/routeBackendTopologyWorker.mjs +1 -1
- package/package.json +1 -1
- package/dist/routeBackendTopologyService-DMzDLqUR.mjs.map +0 -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-BIc_o1wl.mjs";
|
|
5
|
+
import { a as loadOpenApiDocument, n as extractOpenApiBackendProperties, o as httpClient, t as require_dist } from "./dist-DedUrNm2.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-DMzDLqUR.mjs → routeBackendTopologyService-bbiOHBq0.mjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
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-BIc_o1wl.mjs";
|
|
5
5
|
import { on, once } from "node:events";
|
|
6
6
|
import { execFile } from "node:child_process";
|
|
7
7
|
import path from "node:path";
|
|
@@ -15,7 +15,7 @@ import { PassThrough } from "node:stream";
|
|
|
15
15
|
import { finished } from "node:stream/promises";
|
|
16
16
|
import { Worker } from "node:worker_threads";
|
|
17
17
|
|
|
18
|
-
//#region
|
|
18
|
+
//#region node_modules/@sindresorhus/merge-streams/index.js
|
|
19
19
|
function mergeStreams(streams) {
|
|
20
20
|
if (!Array.isArray(streams)) throw new TypeError(`Expected an array, got \`${typeof streams}\`.`);
|
|
21
21
|
for (const stream of streams) validateStream(stream);
|
|
@@ -6279,11 +6279,11 @@ function slash(path) {
|
|
|
6279
6279
|
}
|
|
6280
6280
|
|
|
6281
6281
|
//#endregion
|
|
6282
|
-
//#region
|
|
6282
|
+
//#region node_modules/globby/utilities.js
|
|
6283
6283
|
const isNegativePattern = (pattern) => pattern[0] === "!";
|
|
6284
6284
|
|
|
6285
6285
|
//#endregion
|
|
6286
|
-
//#region
|
|
6286
|
+
//#region node_modules/globby/ignore.js
|
|
6287
6287
|
const defaultIgnoredDirectories = [
|
|
6288
6288
|
"**/node_modules",
|
|
6289
6289
|
"**/flow-typed",
|
|
@@ -6354,7 +6354,7 @@ const isIgnoredByIgnoreFilesSync = (patterns, options) => {
|
|
|
6354
6354
|
};
|
|
6355
6355
|
|
|
6356
6356
|
//#endregion
|
|
6357
|
-
//#region
|
|
6357
|
+
//#region node_modules/globby/index.js
|
|
6358
6358
|
const assertPatternsInput = (patterns) => {
|
|
6359
6359
|
if (patterns.some((pattern) => typeof pattern !== "string")) throw new TypeError("Patterns must be a string or an array of strings");
|
|
6360
6360
|
};
|
|
@@ -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-bbiOHBq0.mjs.map
|