apiblaze 0.20.44 → 0.20.45
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/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1246,7 +1246,7 @@ var import_commander = require("commander");
|
|
|
1246
1246
|
var import_chalk55 = __toESM(require("chalk"));
|
|
1247
1247
|
|
|
1248
1248
|
// package.json
|
|
1249
|
-
var version = "0.20.
|
|
1249
|
+
var version = "0.20.45";
|
|
1250
1250
|
|
|
1251
1251
|
// src/index.ts
|
|
1252
1252
|
init_types();
|
|
@@ -4952,7 +4952,7 @@ var VALID_AUTH = ["api_key", "none", "oauth"];
|
|
|
4952
4952
|
var MANAGED_GITHUB = {
|
|
4953
4953
|
auth: "oauth",
|
|
4954
4954
|
bodyPatch: { login: { providers: [{ type: "github", managed: true }] } },
|
|
4955
|
-
summary: "callers sign in with GitHub (
|
|
4955
|
+
summary: "callers sign in with GitHub (hosted sign-in)"
|
|
4956
4956
|
};
|
|
4957
4957
|
var API_KEY = { auth: "api_key", bodyPatch: {}, summary: "callers send an API key (X-API-Key)" };
|
|
4958
4958
|
var OPEN = { auth: "none", bodyPatch: {}, summary: "open \u2014 no credential required" };
|
|
@@ -5039,7 +5039,7 @@ async function resolveAuth(opts, interactive) {
|
|
|
5039
5039
|
name: "which",
|
|
5040
5040
|
message: "Which sign-in?",
|
|
5041
5041
|
choices: [
|
|
5042
|
-
{ name: "
|
|
5042
|
+
{ name: "Hosted sign-in with GitHub", value: "github" },
|
|
5043
5043
|
{ name: "I have my own OAuth app or JWT issuer (use --oauth '{\u2026}')", value: "own" }
|
|
5044
5044
|
],
|
|
5045
5045
|
default: "github"
|