@colrealpro/react-luau-doctor 0.17.3 → 0.17.4
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/cli.js +3 -3
- package/dist/cli.js.map +3 -3
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -11,7 +11,7 @@ var package_default = {
|
|
|
11
11
|
publishConfig: {
|
|
12
12
|
access: "public"
|
|
13
13
|
},
|
|
14
|
-
version: "0.17.
|
|
14
|
+
version: "0.17.4",
|
|
15
15
|
description: "Static analysis for React-Luau hooks, effects, rendering, and performance.",
|
|
16
16
|
license: "MIT",
|
|
17
17
|
type: "module",
|
|
@@ -9446,7 +9446,7 @@ function githubGraphQLUrl() {
|
|
|
9446
9446
|
if (process.env.GITHUB_GRAPHQL_URL)
|
|
9447
9447
|
return process.env.GITHUB_GRAPHQL_URL;
|
|
9448
9448
|
const apiBase = (process.env.GITHUB_API_URL ?? "https://api.github.com").replace(/\/$/, "");
|
|
9449
|
-
return apiBase.endsWith("/api/v3") ? `${apiBase.slice(0, -
|
|
9449
|
+
return apiBase.endsWith("/api/v3") ? `${apiBase.slice(0, -"/v3".length)}/graphql` : `${apiBase}/graphql`;
|
|
9450
9450
|
}
|
|
9451
9451
|
async function githubGraphQL(query, variables) {
|
|
9452
9452
|
const response = await githubRequest(githubGraphQLUrl(), {
|
|
@@ -11578,5 +11578,5 @@ ${os2.release()}
|
|
|
11578
11578
|
}
|
|
11579
11579
|
main();
|
|
11580
11580
|
|
|
11581
|
-
//# debugId=
|
|
11581
|
+
//# debugId=294DBE679F1E562E64756E2164756E21
|
|
11582
11582
|
//# sourceMappingURL=cli.js.map
|