@redocly/cli 0.0.0-snapshot.1785252212 → 0.0.0-snapshot.1785253841
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/lib/chunks/{3RRGY7PI.js → 6PU5ORE4.js} +1 -1
- package/lib/chunks/{4STNREKJ.js → EN4G7YV7.js} +2 -2
- package/lib/chunks/{UYKDMGTU.js → GHOFKLVA.js} +3 -3
- package/lib/chunks/{SKTJWGHZ.js → J67FIRON.js} +1 -1
- package/lib/chunks/{D5L3TGMZ.js → X3ZGEOOY.js} +1 -1
- package/lib/index.js +5 -5
- package/package.json +1 -1
|
@@ -2,10 +2,10 @@ import { createRequire as __createRequire } from 'node:module';
|
|
|
2
2
|
const require = __createRequire(import.meta.url);
|
|
3
3
|
import {
|
|
4
4
|
RedoclyOAuthClient
|
|
5
|
-
} from "./
|
|
5
|
+
} from "./X3ZGEOOY.js";
|
|
6
6
|
import "./Y6DTFCLS.js";
|
|
7
7
|
import "./4FB5ZIPP.js";
|
|
8
|
-
import "./
|
|
8
|
+
import "./GHOFKLVA.js";
|
|
9
9
|
import "./XB6C62FW.js";
|
|
10
10
|
import "./UUU33DK3.js";
|
|
11
11
|
import "./Z3EJWJEX.js";
|
|
@@ -4,7 +4,7 @@ const require = __createRequire(import.meta.url);
|
|
|
4
4
|
// package.json
|
|
5
5
|
var package_default = {
|
|
6
6
|
name: "@redocly/cli",
|
|
7
|
-
version: "0.0.0-snapshot.
|
|
7
|
+
version: "0.0.0-snapshot.1785253841",
|
|
8
8
|
description: "",
|
|
9
9
|
license: "MIT",
|
|
10
10
|
bin: {
|
|
@@ -49,8 +49,8 @@ var package_default = {
|
|
|
49
49
|
"@opentelemetry/sdk-trace-node": "2.8.0",
|
|
50
50
|
"@opentelemetry/semantic-conventions": "1.41.1",
|
|
51
51
|
"@redocly/cli-otel": "0.3.4",
|
|
52
|
-
"@redocly/openapi-core": "0.0.0-snapshot.
|
|
53
|
-
"@redocly/respect-core": "0.0.0-snapshot.
|
|
52
|
+
"@redocly/openapi-core": "0.0.0-snapshot.1785253841",
|
|
53
|
+
"@redocly/respect-core": "0.0.0-snapshot.1785253841",
|
|
54
54
|
"@types/cookie": "0.6.0",
|
|
55
55
|
"@types/har-format": "^1.2.16",
|
|
56
56
|
"@types/react": "^17.0.0 || ^18.2.21 || ^19.2.16",
|
package/lib/index.js
CHANGED
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
getProxyUrl,
|
|
48
48
|
getReuniteUrl,
|
|
49
49
|
shouldBypassProxy
|
|
50
|
-
} from "./chunks/
|
|
50
|
+
} from "./chunks/X3ZGEOOY.js";
|
|
51
51
|
import {
|
|
52
52
|
ANONYMOUS_ID_CACHE_FILE,
|
|
53
53
|
DEFAULT_FETCH_TIMEOUT,
|
|
@@ -58,7 +58,7 @@ import {
|
|
|
58
58
|
engines,
|
|
59
59
|
name,
|
|
60
60
|
version
|
|
61
|
-
} from "./chunks/
|
|
61
|
+
} from "./chunks/GHOFKLVA.js";
|
|
62
62
|
import {
|
|
63
63
|
require_undici
|
|
64
64
|
} from "./chunks/XB6C62FW.js";
|
|
@@ -12643,7 +12643,7 @@ async function sendTelemetry({
|
|
|
12643
12643
|
$0: _,
|
|
12644
12644
|
...args
|
|
12645
12645
|
} = argv;
|
|
12646
|
-
const { RedoclyOAuthClient: RedoclyOAuthClient2 } = await import("./chunks/
|
|
12646
|
+
const { RedoclyOAuthClient: RedoclyOAuthClient2 } = await import("./chunks/EN4G7YV7.js");
|
|
12647
12647
|
const oauthClient = new RedoclyOAuthClient2();
|
|
12648
12648
|
const reuniteUrl = getReuniteUrl(config3, args.residency);
|
|
12649
12649
|
const logged_in = await oauthClient.isAuthorized(reuniteUrl);
|
|
@@ -12692,7 +12692,7 @@ async function sendTelemetry({
|
|
|
12692
12692
|
category: "product",
|
|
12693
12693
|
data: eventData
|
|
12694
12694
|
});
|
|
12695
|
-
const { otelTelemetry } = await import("./chunks/
|
|
12695
|
+
const { otelTelemetry } = await import("./chunks/J67FIRON.js");
|
|
12696
12696
|
otelTelemetry.send(cloudEvent);
|
|
12697
12697
|
} catch (err) {
|
|
12698
12698
|
}
|
|
@@ -13526,7 +13526,7 @@ yargs_default(hideBin(process.argv)).version("version", "Show version number.",
|
|
|
13526
13526
|
return true;
|
|
13527
13527
|
}),
|
|
13528
13528
|
async (argv) => {
|
|
13529
|
-
const { handlerBuildCommand } = await import("./chunks/
|
|
13529
|
+
const { handlerBuildCommand } = await import("./chunks/6PU5ORE4.js");
|
|
13530
13530
|
commandWrapper(handlerBuildCommand)(argv);
|
|
13531
13531
|
}
|
|
13532
13532
|
).command(
|