@cmflow/atlas 3.4.0-beta.30 → 3.4.0-beta.31
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/README.md
CHANGED
|
@@ -398,6 +398,8 @@ yarn workspace @cmflow/atlas test
|
|
|
398
398
|
|
|
399
399
|
## License
|
|
400
400
|
|
|
401
|
-
|
|
401
|
+
The MIT License (MIT)
|
|
402
|
+
|
|
403
|
+
Copyright (c) 2016 - Today ClubMed
|
|
402
404
|
|
|
403
405
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/dist/bin/atlas.mjs
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
import { fileURLToPath as __atlasFileURLToPath } from "node:url";
|
|
3
3
|
const __filename = __atlasFileURLToPath(import.meta.url);
|
|
4
4
|
import { n as __require, r as __toESM, t as __commonJSMin } from "../rolldown-runtime-CGR6nZuH.mjs";
|
|
5
|
-
import { a as isCancel, c as userConfig$1, i as select, n as atlasLogger, o as getUserConfig, r as progress, s as setUserConfig, t as taskProgressService } from "../taskProgressService-
|
|
6
|
-
import { a as resolveModulePath, c as filterAnalysisFiles, d as globby, i as matchesRouteSelector, l as shouldKeepAnalysisFile, n as generateBackendTopologyArtifactsInWorkers, o as inferBackendNameFromFile, s as isKnownBackendType, u as normalizeFilePath } from "../routeBackendTopologyService-
|
|
7
|
-
import { a as loadOpenApiDocument, i as extractOpenApiOutputProperties, r as extractOpenApiInputProperties, t as require_dist$1 } from "../dist-
|
|
5
|
+
import { a as isCancel, c as userConfig$1, i as select, n as atlasLogger, o as getUserConfig, r as progress, s as setUserConfig, t as taskProgressService } from "../taskProgressService-BIc_o1wl.mjs";
|
|
6
|
+
import { a as resolveModulePath, c as filterAnalysisFiles, d as globby, i as matchesRouteSelector, l as shouldKeepAnalysisFile, n as generateBackendTopologyArtifactsInWorkers, o as inferBackendNameFromFile, s as isKnownBackendType, u as normalizeFilePath } from "../routeBackendTopologyService-bbiOHBq0.mjs";
|
|
7
|
+
import { a as loadOpenApiDocument, i as extractOpenApiOutputProperties, r as extractOpenApiInputProperties, t as require_dist$1 } from "../dist-DedUrNm2.mjs";
|
|
8
8
|
import { n as require_auth_errors, r as require_token_error, t as require_token_util } from "../token-util-Dnzm6rU4.mjs";
|
|
9
9
|
import path from "node:path";
|
|
10
10
|
import { Node, Project, SyntaxKind } from "ts-morph";
|
|
11
11
|
import fsPromises from "node:fs/promises";
|
|
12
12
|
import { createHash } from "node:crypto";
|
|
13
13
|
|
|
14
|
-
//#region
|
|
14
|
+
//#region node_modules/commander/lib/error.js
|
|
15
15
|
var require_error = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
16
16
|
/**
|
|
17
17
|
* CommanderError class
|
|
@@ -51,7 +51,7 @@ var require_error = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
51
51
|
}));
|
|
52
52
|
|
|
53
53
|
//#endregion
|
|
54
|
-
//#region
|
|
54
|
+
//#region node_modules/commander/lib/argument.js
|
|
55
55
|
var require_argument = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
56
56
|
const { InvalidArgumentError } = require_error();
|
|
57
57
|
var Argument = class {
|
|
@@ -175,7 +175,7 @@ var require_argument = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
175
175
|
}));
|
|
176
176
|
|
|
177
177
|
//#endregion
|
|
178
|
-
//#region
|
|
178
|
+
//#region node_modules/commander/lib/help.js
|
|
179
179
|
var require_help = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
180
180
|
const { humanReadableArgName } = require_argument();
|
|
181
181
|
/**
|
|
@@ -512,7 +512,7 @@ var require_help = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
512
512
|
}));
|
|
513
513
|
|
|
514
514
|
//#endregion
|
|
515
|
-
//#region
|
|
515
|
+
//#region node_modules/commander/lib/option.js
|
|
516
516
|
var require_option = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
517
517
|
const { InvalidArgumentError } = require_error();
|
|
518
518
|
var Option = class {
|
|
@@ -785,7 +785,7 @@ var require_option = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
785
785
|
}));
|
|
786
786
|
|
|
787
787
|
//#endregion
|
|
788
|
-
//#region
|
|
788
|
+
//#region node_modules/commander/lib/suggestSimilar.js
|
|
789
789
|
var require_suggestSimilar = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
790
790
|
const maxDistance = 3;
|
|
791
791
|
function editDistance(a, b) {
|
|
@@ -841,7 +841,7 @@ var require_suggestSimilar = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
841
841
|
}));
|
|
842
842
|
|
|
843
843
|
//#endregion
|
|
844
|
-
//#region
|
|
844
|
+
//#region node_modules/commander/lib/command.js
|
|
845
845
|
var require_command = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
846
846
|
const EventEmitter = __require("node:events").EventEmitter;
|
|
847
847
|
const childProcess = __require("node:child_process");
|
|
@@ -2637,7 +2637,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
2637
2637
|
}));
|
|
2638
2638
|
|
|
2639
2639
|
//#endregion
|
|
2640
|
-
//#region
|
|
2640
|
+
//#region node_modules/commander/index.js
|
|
2641
2641
|
var require_commander = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
2642
2642
|
const { Argument } = require_argument();
|
|
2643
2643
|
const { Command } = require_command();
|
|
@@ -2661,7 +2661,7 @@ var require_commander = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
2661
2661
|
}));
|
|
2662
2662
|
|
|
2663
2663
|
//#endregion
|
|
2664
|
-
//#region
|
|
2664
|
+
//#region node_modules/commander/esm.mjs
|
|
2665
2665
|
var import_commander = /* @__PURE__ */ __toESM(require_commander(), 1);
|
|
2666
2666
|
const { program: program$1, createCommand, createArgument, createOption, CommanderError, InvalidArgumentError: InvalidArgumentError$2, InvalidOptionArgumentError, Command, Argument, Option, Help } = import_commander.default;
|
|
2667
2667
|
|