@redocly/cli 2.35.1 → 2.36.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/THIRD_PARTY_NOTICES +3 -4
- package/lib/chunks/{DZ756KUK.js → 35B2IXV3.js} +1 -1
- package/lib/chunks/{53LXWEMG.js → 4QGHXAYN.js} +2 -2
- package/lib/chunks/{XEVW3SW6.js → 7PWB3SB5.js} +1 -1
- package/lib/chunks/{G7TNNDDM.js → FMJFZCNQ.js} +3 -3
- package/lib/chunks/{FLHMB3O6.js → K6PX5SU7.js} +6 -4
- package/lib/chunks/{YQONFFT5.js → R5E5LXAJ.js} +1 -1
- package/lib/chunks/{BAMV5MGA.js → SBGJND3Q.js} +4 -4
- package/lib/chunks/{HQSFIOKV.js → SHVJYD75.js} +1 -1
- package/lib/chunks/{RA3UJ5AH.js → UVIPIXTL.js} +70 -70
- package/lib/chunks/{Z5JKGONR.js → XTSKVMID.js} +614 -357
- package/lib/index.js +11 -11
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
saveBundle,
|
|
31
31
|
sortTopLevelKeys,
|
|
32
32
|
writeToFileByExtension
|
|
33
|
-
} from "./chunks/
|
|
33
|
+
} from "./chunks/R5E5LXAJ.js";
|
|
34
34
|
import {
|
|
35
35
|
RedoclyOAuthClient,
|
|
36
36
|
ReuniteApi,
|
|
@@ -41,23 +41,23 @@ import {
|
|
|
41
41
|
getReuniteUrl,
|
|
42
42
|
require_undici,
|
|
43
43
|
shouldBypassProxy
|
|
44
|
-
} from "./chunks/
|
|
44
|
+
} from "./chunks/FMJFZCNQ.js";
|
|
45
45
|
import {
|
|
46
46
|
ANONYMOUS_ID_CACHE_FILE,
|
|
47
47
|
DEFAULT_FETCH_TIMEOUT,
|
|
48
48
|
OTEL_URL
|
|
49
49
|
} from "./chunks/Y6DTFCLS.js";
|
|
50
|
-
import "./chunks/
|
|
50
|
+
import "./chunks/SHVJYD75.js";
|
|
51
51
|
import {
|
|
52
52
|
engines,
|
|
53
53
|
name,
|
|
54
54
|
version
|
|
55
|
-
} from "./chunks/
|
|
55
|
+
} from "./chunks/K6PX5SU7.js";
|
|
56
56
|
import {
|
|
57
57
|
RESET_ESCAPE_CODE,
|
|
58
58
|
calculateTotals,
|
|
59
59
|
conditionallyMaskSecrets
|
|
60
|
-
} from "./chunks/
|
|
60
|
+
} from "./chunks/35B2IXV3.js";
|
|
61
61
|
import "./chunks/VXIQEZPR.js";
|
|
62
62
|
import {
|
|
63
63
|
BaseResolver,
|
|
@@ -109,7 +109,7 @@ import {
|
|
|
109
109
|
white,
|
|
110
110
|
xmlEscape,
|
|
111
111
|
yellow
|
|
112
|
-
} from "./chunks/
|
|
112
|
+
} from "./chunks/UVIPIXTL.js";
|
|
113
113
|
import {
|
|
114
114
|
__commonJS,
|
|
115
115
|
__require,
|
|
@@ -7703,7 +7703,7 @@ async function handleGenerateArazzo({
|
|
|
7703
7703
|
config: config3
|
|
7704
7704
|
};
|
|
7705
7705
|
try {
|
|
7706
|
-
const { generate } = await import("./chunks/
|
|
7706
|
+
const { generate } = await import("./chunks/4QGHXAYN.js");
|
|
7707
7707
|
logger.info(gray("\n Generating Arazzo description... \n"));
|
|
7708
7708
|
const generatedArazzo = await generate(options);
|
|
7709
7709
|
writeFileSync2(outputFile, stringifyYaml(generatedArazzo));
|
|
@@ -9179,7 +9179,7 @@ async function handleRespect({
|
|
|
9179
9179
|
let mtlsCerts;
|
|
9180
9180
|
let harLogs;
|
|
9181
9181
|
try {
|
|
9182
|
-
const { run, conditionallyMaskSecrets: conditionallyMaskSecrets2 } = await import("./chunks/
|
|
9182
|
+
const { run, conditionallyMaskSecrets: conditionallyMaskSecrets2 } = await import("./chunks/4QGHXAYN.js");
|
|
9183
9183
|
const workingDir = config3.configPath ? dirname4(config3.configPath) : process.cwd();
|
|
9184
9184
|
if (argv.mtls) {
|
|
9185
9185
|
mtlsCerts = resolveMtlsCertificates(argv.mtls, workingDir);
|
|
@@ -12699,7 +12699,7 @@ async function sendTelemetry({
|
|
|
12699
12699
|
$0: _,
|
|
12700
12700
|
...args
|
|
12701
12701
|
} = argv;
|
|
12702
|
-
const { RedoclyOAuthClient: RedoclyOAuthClient2 } = await import("./chunks/
|
|
12702
|
+
const { RedoclyOAuthClient: RedoclyOAuthClient2 } = await import("./chunks/SBGJND3Q.js");
|
|
12703
12703
|
const oauthClient = new RedoclyOAuthClient2();
|
|
12704
12704
|
const reuniteUrl = getReuniteUrl(config3, args.residency);
|
|
12705
12705
|
const logged_in = await oauthClient.isAuthorized(reuniteUrl);
|
|
@@ -12747,7 +12747,7 @@ async function sendTelemetry({
|
|
|
12747
12747
|
category: "product",
|
|
12748
12748
|
data: eventData
|
|
12749
12749
|
});
|
|
12750
|
-
const { otelTelemetry } = await import("./chunks/
|
|
12750
|
+
const { otelTelemetry } = await import("./chunks/7PWB3SB5.js");
|
|
12751
12751
|
otelTelemetry.send(cloudEvent);
|
|
12752
12752
|
} catch (err) {
|
|
12753
12753
|
}
|
|
@@ -13577,7 +13577,7 @@ yargs_default(hideBin(process.argv)).version("version", "Show version number.",
|
|
|
13577
13577
|
return true;
|
|
13578
13578
|
}),
|
|
13579
13579
|
async (argv) => {
|
|
13580
|
-
const { handlerBuildCommand } = await import("./chunks/
|
|
13580
|
+
const { handlerBuildCommand } = await import("./chunks/XTSKVMID.js");
|
|
13581
13581
|
commandWrapper(handlerBuildCommand)(argv);
|
|
13582
13582
|
}
|
|
13583
13583
|
).command(
|