@cmflow/atlas 3.4.0-beta.11 → 3.4.0-beta.12
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 +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{routeBackendTopologyService-Dx8p5jI6.mjs → routeBackendTopologyService-CnaxRURs.mjs} +1 -4
- package/dist/workers/routeBackendTopologyWorker.mjs +1 -1
- package/package.json +1 -2
- package/dist/api-D0k4f6Yf.mjs +0 -7583
- package/dist/lexer-DQCqS3nf-K1Dur1Ea.mjs +0 -82
package/dist/{routeBackendTopologyService-Dx8p5jI6.mjs → routeBackendTopologyService-CnaxRURs.mjs}
RENAMED
|
@@ -176441,10 +176441,7 @@ async function loadAtlasConfig(configPath, projectRoot) {
|
|
|
176441
176441
|
const filePath = path.resolve(configPath);
|
|
176442
176442
|
try {
|
|
176443
176443
|
let mod;
|
|
176444
|
-
|
|
176445
|
-
const { tsImport } = await import("./api-D0k4f6Yf.mjs");
|
|
176446
|
-
mod = await tsImport(filePath, import.meta.url);
|
|
176447
|
-
} else mod = await import(pathToFileURL(filePath).href);
|
|
176444
|
+
mod = await import(pathToFileURL(filePath).href);
|
|
176448
176445
|
const config = mod.default ?? mod;
|
|
176449
176446
|
const repoRoot = projectRoot || config.repoRoot || process.cwd();
|
|
176450
176447
|
const backends = normalizeBackendSources(config.analysis.backends);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { fileURLToPath as __atlasFileURLToPath } from "node:url";
|
|
2
2
|
const __filename = __atlasFileURLToPath(import.meta.url);
|
|
3
|
-
import { t as generateBackendTopologyArtifacts } from "../routeBackendTopologyService-
|
|
3
|
+
import { t as generateBackendTopologyArtifacts } from "../routeBackendTopologyService-CnaxRURs.mjs";
|
|
4
4
|
import { parentPort, workerData } from "node:worker_threads";
|
|
5
5
|
//#region src/workers/routeBackendTopologyWorker.ts
|
|
6
6
|
const data = workerData;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cmflow/atlas",
|
|
3
|
-
"version": "3.4.0-beta.
|
|
3
|
+
"version": "3.4.0-beta.12",
|
|
4
4
|
"description": "API-to-backend mapping catalogue for Club Med Flow",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "romakita",
|
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
"minimatch": "^10.0.1",
|
|
39
39
|
"ts-morph": "^25.0.1",
|
|
40
40
|
"tsdown": "^0.22.14",
|
|
41
|
-
"tsx": "^4.19.0",
|
|
42
41
|
"typescript": "^7.0.2",
|
|
43
42
|
"vitest": "^3.0.8",
|
|
44
43
|
"yaml": "^2.0.0",
|