@settlemint/sdk-cli 0.6.47-pr0afd3b0 → 0.6.47-pr133d8d1
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 +263 -32
- package/dist/cli.js.map +6 -4
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -194385,7 +194385,7 @@ function githubAnnotation(e9, t7, r6) {
|
|
|
194385
194385
|
}
|
|
194386
194386
|
}
|
|
194387
194387
|
function initTTY(e9 = {}) {
|
|
194388
|
-
var t7 = process.env.TERM !== "dumb" &&
|
|
194388
|
+
var t7 = process.env.TERM !== "dumb" && false;
|
|
194389
194389
|
var r6 = null;
|
|
194390
194390
|
var i6 = process.stdout;
|
|
194391
194391
|
if (Me) {
|
|
@@ -194397,7 +194397,7 @@ function initTTY(e9 = {}) {
|
|
|
194397
194397
|
t7 = i6.isTTY;
|
|
194398
194398
|
}
|
|
194399
194399
|
var n6 = process.argv.includes("--color");
|
|
194400
|
-
var a5 = "FORCE_COLOR" in process.env || !process.env.NO_COLOR &&
|
|
194400
|
+
var a5 = "FORCE_COLOR" in process.env || !process.env.NO_COLOR && false;
|
|
194401
194401
|
_setColor(t7 && a5 || n6 || Me);
|
|
194402
194402
|
var s7 = pipe(function fromReadStream(e10) {
|
|
194403
194403
|
return make2((t8) => {
|
|
@@ -196164,7 +196164,7 @@ Could not find "${i7}"`);
|
|
|
196164
196164
|
cwd: t7
|
|
196165
196165
|
});
|
|
196166
196166
|
}(function getPkgManager() {
|
|
196167
|
-
var e10 =
|
|
196167
|
+
var e10 = "bun/1.1.39 npm/? node/v22.6.0 linux x64";
|
|
196168
196168
|
if (e10.startsWith("yarn")) {
|
|
196169
196169
|
return "yarn";
|
|
196170
196170
|
}
|
|
@@ -196287,7 +196287,7 @@ var import_graphql4, import_typescript5, __dirname = "/home/runner/work/sdk/sdk/
|
|
|
196287
196287
|
t7 = e9[r6](t7);
|
|
196288
196288
|
}
|
|
196289
196289
|
return t7;
|
|
196290
|
-
}, we = false, Se, be, Be, xe, $e, Ae = "\x1B[", Oe, stripAnsi = (e9) => e9.replace(Oe, ""), CLIError, ke, Te, Ie, Ne, Pe, Me, toCommandValue = (e9) => typeof e9 == "string" || e9 == null ? e9 ? "" + e9 : "" : JSON.stringify(e9), escapeData = (e9) => toCommandValue(e9).replace(/%/g, "%25").replace(/\r/g, "%0D").replace(/\n/g, "%0A"), escapeProperty = (e9) => toCommandValue(e9).replace(/%/g, "%25").replace(/\r/g, "%0D").replace(/\n/g, "%0A").replace(/:/g, "%3A").replace(/,/g, "%2C"), directoryExists = async (e9) => {
|
|
196290
|
+
}, we = false, Se, be, Be, xe, $e, Ae = "\x1B[", Oe, stripAnsi = (e9) => e9.replace(Oe, ""), CLIError, ke, Te, Ie, Ne, Pe, Me = true, toCommandValue = (e9) => typeof e9 == "string" || e9 == null ? e9 ? "" + e9 : "" : JSON.stringify(e9), escapeData = (e9) => toCommandValue(e9).replace(/%/g, "%25").replace(/\r/g, "%0D").replace(/\n/g, "%0A"), escapeProperty = (e9) => toCommandValue(e9).replace(/%/g, "%25").replace(/\r/g, "%0D").replace(/\n/g, "%0A").replace(/:/g, "%3A").replace(/,/g, "%2C"), directoryExists = async (e9) => {
|
|
196291
196291
|
try {
|
|
196292
196292
|
var t7 = await d4.stat(e9);
|
|
196293
196293
|
if (t7.isDirectory()) {
|
|
@@ -197045,10 +197045,9 @@ var import_graphql4, import_typescript5, __dirname = "/home/runner/work/sdk/sdk/
|
|
|
197045
197045
|
var r6 = import_typescript5.default.parseJsonText(e9, t7);
|
|
197046
197046
|
return import_typescript5.default.convertToObject(r6, []);
|
|
197047
197047
|
}, isVSCodeInstalled = async () => {
|
|
197048
|
-
if (
|
|
197049
|
-
return false;
|
|
197048
|
+
if (false) {
|
|
197050
197049
|
}
|
|
197051
|
-
var t7 = e8.resolve(
|
|
197050
|
+
var t7 = e8.resolve("/home/runner", ".vscode");
|
|
197052
197051
|
return !!await stat5(t7, gt.Directory);
|
|
197053
197052
|
}, loadSuggestedExtensionsList = async (t7) => {
|
|
197054
197053
|
var r6 = process.cwd();
|
|
@@ -197077,10 +197076,9 @@ var import_graphql4, import_typescript5, __dirname = "/home/runner/work/sdk/sdk/
|
|
|
197077
197076
|
return [];
|
|
197078
197077
|
}
|
|
197079
197078
|
}, loadExtensionsList = async () => {
|
|
197080
|
-
if (
|
|
197081
|
-
return [];
|
|
197079
|
+
if (false) {
|
|
197082
197080
|
}
|
|
197083
|
-
var t7 = e8.resolve(
|
|
197081
|
+
var t7 = e8.resolve("/home/runner", ".vscode");
|
|
197084
197082
|
var r6 = e8.resolve(t7, "extensions", "extensions.json");
|
|
197085
197083
|
if (!await stat5(r6)) {
|
|
197086
197084
|
return [];
|
|
@@ -197101,12 +197099,9 @@ var import_graphql4, import_typescript5, __dirname = "/home/runner/work/sdk/sdk/
|
|
|
197101
197099
|
return e9.identifier.id && typeof e9.identifier.id == "string" ? `${e9.identifier.id}`.toLowerCase() : null;
|
|
197102
197100
|
}).filter((e9) => !!e9);
|
|
197103
197101
|
}, delay = (e9 = 700) => {
|
|
197104
|
-
if (
|
|
197102
|
+
if ("true") {
|
|
197105
197103
|
return Promise.resolve();
|
|
197106
197104
|
} else {
|
|
197107
|
-
return new Promise((t7) => {
|
|
197108
|
-
setTimeout(t7, e9);
|
|
197109
|
-
});
|
|
197110
197105
|
}
|
|
197111
197106
|
}, mt, DoctorCommand, Ct = "\x1B[", yt, Ft, Et, wt, St, bt, create = function() {
|
|
197112
197107
|
return {
|
|
@@ -197400,7 +197395,7 @@ ${Bt.cyan(Yt)}
|
|
|
197400
197395
|
code: "ENOENT"
|
|
197401
197396
|
}), getPathInfo = (e9, t7) => {
|
|
197402
197397
|
var r6 = t7.colon || or;
|
|
197403
|
-
var i6 = e9.match(/\//) || nr && e9.match(/\\/) ? [""] : [...nr ? [process.cwd()] : [], ...(t7.path ||
|
|
197398
|
+
var i6 = e9.match(/\//) || nr && e9.match(/\\/) ? [""] : [...nr ? [process.cwd()] : [], ...(t7.path || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.z6R8G4ZJy2:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin").split(r6)];
|
|
197404
197399
|
var n6 = nr ? t7.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "";
|
|
197405
197400
|
var a5 = nr ? n6.split(r6) : [""];
|
|
197406
197401
|
if (nr) {
|
|
@@ -198722,7 +198717,6 @@ ${whileRunning(e9)}`;
|
|
|
198722
198717
|
}({});
|
|
198723
198718
|
Ne = ["⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏"];
|
|
198724
198719
|
Pe = ["◐", "◓", "◑", "◒"];
|
|
198725
|
-
Me = !!process.env.GITHUB_ACTIONS;
|
|
198726
198720
|
GenerateOutputCommand = class GenerateOutputCommand extends Command {
|
|
198727
198721
|
static paths = [["generate-output"], ["generate", "output"]];
|
|
198728
198722
|
forceTSFormat = Boolean$1("--force-ts-format", false, {
|
|
@@ -200538,7 +200532,7 @@ ${whileRunning(e9)}`;
|
|
|
200538
200532
|
};
|
|
200539
200533
|
ni = Object.assign(async function _main() {
|
|
200540
200534
|
var e9 = new Cli({
|
|
200541
|
-
binaryVersion:
|
|
200535
|
+
binaryVersion: "0.6.47-pr133d8d1",
|
|
200542
200536
|
binaryLabel: "gql.tada CLI",
|
|
200543
200537
|
binaryName: "gql.tada"
|
|
200544
200538
|
});
|
|
@@ -218078,7 +218072,7 @@ var require_lib4 = __commonJS((exports, module) => {
|
|
|
218078
218072
|
var rRel = new RegExp(`^\\.${rSlash.source}`);
|
|
218079
218073
|
var getNotFoundError2 = (cmd2) => Object.assign(new Error(`not found: ${cmd2}`), { code: "ENOENT" });
|
|
218080
218074
|
var getPathInfo2 = (cmd2, {
|
|
218081
|
-
path: optPath =
|
|
218075
|
+
path: optPath = "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.z6R8G4ZJy2:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",
|
|
218082
218076
|
pathExt: optPathExt = process.env.PATHEXT,
|
|
218083
218077
|
delimiter: optDelimiter = delimiter
|
|
218084
218078
|
}) => {
|
|
@@ -218282,7 +218276,7 @@ var require_lib5 = __commonJS((exports, module) => {
|
|
|
218282
218276
|
let pathToInitial;
|
|
218283
218277
|
try {
|
|
218284
218278
|
pathToInitial = which.sync(initialCmd, {
|
|
218285
|
-
path: options.env && findInObject(options.env, "PATH") ||
|
|
218279
|
+
path: options.env && findInObject(options.env, "PATH") || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.z6R8G4ZJy2:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",
|
|
218286
218280
|
pathext: options.env && findInObject(options.env, "PATHEXT") || process.env.PATHEXT
|
|
218287
218281
|
}).toLowerCase();
|
|
218288
218282
|
} catch (err) {
|
|
@@ -218999,7 +218993,7 @@ var require_lib6 = __commonJS((exports, module) => {
|
|
|
218999
218993
|
var rRel = new RegExp(`^\\.${rSlash.source}`);
|
|
219000
218994
|
var getNotFoundError2 = (cmd2) => Object.assign(new Error(`not found: ${cmd2}`), { code: "ENOENT" });
|
|
219001
218995
|
var getPathInfo2 = (cmd2, {
|
|
219002
|
-
path: optPath =
|
|
218996
|
+
path: optPath = "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.z6R8G4ZJy2:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",
|
|
219003
218997
|
pathExt: optPathExt = process.env.PATHEXT,
|
|
219004
218998
|
delimiter: optDelimiter = delimiter
|
|
219005
218999
|
}) => {
|
|
@@ -226313,7 +226307,7 @@ var require_is_fullwidth_code_point = __commonJS((exports, module) => {
|
|
|
226313
226307
|
module.exports.default = isFullwidthCodePoint;
|
|
226314
226308
|
});
|
|
226315
226309
|
|
|
226316
|
-
// ../../node_modules/
|
|
226310
|
+
// ../../node_modules/emoji-regex/index.js
|
|
226317
226311
|
var require_emoji_regex = __commonJS((exports, module) => {
|
|
226318
226312
|
module.exports = function() {
|
|
226319
226313
|
return /\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g;
|
|
@@ -227910,7 +227904,7 @@ var init_mjs = __esm(() => {
|
|
|
227910
227904
|
} = signalExitWrap(processOk2(process6) ? new SignalExit2(process6) : new SignalExitFallback2));
|
|
227911
227905
|
});
|
|
227912
227906
|
|
|
227913
|
-
// ../../node_modules/ansi-escapes/index.js
|
|
227907
|
+
// ../../node_modules/@inquirer/core/node_modules/ansi-escapes/index.js
|
|
227914
227908
|
var require_ansi_escapes = __commonJS((exports, module) => {
|
|
227915
227909
|
var ansiEscapes = exports;
|
|
227916
227910
|
exports.default = ansiEscapes;
|
|
@@ -228028,6 +228022,242 @@ var require_ansi_escapes = __commonJS((exports, module) => {
|
|
|
228028
228022
|
};
|
|
228029
228023
|
});
|
|
228030
228024
|
|
|
228025
|
+
// ../../node_modules/@inquirer/password/node_modules/ansi-escapes/index.js
|
|
228026
|
+
var require_ansi_escapes2 = __commonJS((exports, module) => {
|
|
228027
|
+
var ansiEscapes2 = exports;
|
|
228028
|
+
exports.default = ansiEscapes2;
|
|
228029
|
+
var ESC = "\x1B[";
|
|
228030
|
+
var OSC = "\x1B]";
|
|
228031
|
+
var BEL = "\x07";
|
|
228032
|
+
var SEP = ";";
|
|
228033
|
+
var isTerminalApp = process.env.TERM_PROGRAM === "Apple_Terminal";
|
|
228034
|
+
ansiEscapes2.cursorTo = (x5, y4) => {
|
|
228035
|
+
if (typeof x5 !== "number") {
|
|
228036
|
+
throw new TypeError("The `x` argument is required");
|
|
228037
|
+
}
|
|
228038
|
+
if (typeof y4 !== "number") {
|
|
228039
|
+
return ESC + (x5 + 1) + "G";
|
|
228040
|
+
}
|
|
228041
|
+
return ESC + (y4 + 1) + ";" + (x5 + 1) + "H";
|
|
228042
|
+
};
|
|
228043
|
+
ansiEscapes2.cursorMove = (x5, y4) => {
|
|
228044
|
+
if (typeof x5 !== "number") {
|
|
228045
|
+
throw new TypeError("The `x` argument is required");
|
|
228046
|
+
}
|
|
228047
|
+
let ret = "";
|
|
228048
|
+
if (x5 < 0) {
|
|
228049
|
+
ret += ESC + -x5 + "D";
|
|
228050
|
+
} else if (x5 > 0) {
|
|
228051
|
+
ret += ESC + x5 + "C";
|
|
228052
|
+
}
|
|
228053
|
+
if (y4 < 0) {
|
|
228054
|
+
ret += ESC + -y4 + "A";
|
|
228055
|
+
} else if (y4 > 0) {
|
|
228056
|
+
ret += ESC + y4 + "B";
|
|
228057
|
+
}
|
|
228058
|
+
return ret;
|
|
228059
|
+
};
|
|
228060
|
+
ansiEscapes2.cursorUp = (count = 1) => ESC + count + "A";
|
|
228061
|
+
ansiEscapes2.cursorDown = (count = 1) => ESC + count + "B";
|
|
228062
|
+
ansiEscapes2.cursorForward = (count = 1) => ESC + count + "C";
|
|
228063
|
+
ansiEscapes2.cursorBackward = (count = 1) => ESC + count + "D";
|
|
228064
|
+
ansiEscapes2.cursorLeft = ESC + "G";
|
|
228065
|
+
ansiEscapes2.cursorSavePosition = isTerminalApp ? "\x1B7" : ESC + "s";
|
|
228066
|
+
ansiEscapes2.cursorRestorePosition = isTerminalApp ? "\x1B8" : ESC + "u";
|
|
228067
|
+
ansiEscapes2.cursorGetPosition = ESC + "6n";
|
|
228068
|
+
ansiEscapes2.cursorNextLine = ESC + "E";
|
|
228069
|
+
ansiEscapes2.cursorPrevLine = ESC + "F";
|
|
228070
|
+
ansiEscapes2.cursorHide = ESC + "?25l";
|
|
228071
|
+
ansiEscapes2.cursorShow = ESC + "?25h";
|
|
228072
|
+
ansiEscapes2.eraseLines = (count) => {
|
|
228073
|
+
let clear = "";
|
|
228074
|
+
for (let i6 = 0;i6 < count; i6++) {
|
|
228075
|
+
clear += ansiEscapes2.eraseLine + (i6 < count - 1 ? ansiEscapes2.cursorUp() : "");
|
|
228076
|
+
}
|
|
228077
|
+
if (count) {
|
|
228078
|
+
clear += ansiEscapes2.cursorLeft;
|
|
228079
|
+
}
|
|
228080
|
+
return clear;
|
|
228081
|
+
};
|
|
228082
|
+
ansiEscapes2.eraseEndLine = ESC + "K";
|
|
228083
|
+
ansiEscapes2.eraseStartLine = ESC + "1K";
|
|
228084
|
+
ansiEscapes2.eraseLine = ESC + "2K";
|
|
228085
|
+
ansiEscapes2.eraseDown = ESC + "J";
|
|
228086
|
+
ansiEscapes2.eraseUp = ESC + "1J";
|
|
228087
|
+
ansiEscapes2.eraseScreen = ESC + "2J";
|
|
228088
|
+
ansiEscapes2.scrollUp = ESC + "S";
|
|
228089
|
+
ansiEscapes2.scrollDown = ESC + "T";
|
|
228090
|
+
ansiEscapes2.clearScreen = "\x1Bc";
|
|
228091
|
+
ansiEscapes2.clearTerminal = process.platform === "win32" ? `${ansiEscapes2.eraseScreen}${ESC}0f` : `${ansiEscapes2.eraseScreen}${ESC}3J${ESC}H`;
|
|
228092
|
+
ansiEscapes2.beep = BEL;
|
|
228093
|
+
ansiEscapes2.link = (text2, url) => {
|
|
228094
|
+
return [
|
|
228095
|
+
OSC,
|
|
228096
|
+
"8",
|
|
228097
|
+
SEP,
|
|
228098
|
+
SEP,
|
|
228099
|
+
url,
|
|
228100
|
+
BEL,
|
|
228101
|
+
text2,
|
|
228102
|
+
OSC,
|
|
228103
|
+
"8",
|
|
228104
|
+
SEP,
|
|
228105
|
+
SEP,
|
|
228106
|
+
BEL
|
|
228107
|
+
].join("");
|
|
228108
|
+
};
|
|
228109
|
+
ansiEscapes2.image = (buffer, options = {}) => {
|
|
228110
|
+
let ret = `${OSC}1337;File=inline=1`;
|
|
228111
|
+
if (options.width) {
|
|
228112
|
+
ret += `;width=${options.width}`;
|
|
228113
|
+
}
|
|
228114
|
+
if (options.height) {
|
|
228115
|
+
ret += `;height=${options.height}`;
|
|
228116
|
+
}
|
|
228117
|
+
if (options.preserveAspectRatio === false) {
|
|
228118
|
+
ret += ";preserveAspectRatio=0";
|
|
228119
|
+
}
|
|
228120
|
+
return ret + ":" + buffer.toString("base64") + BEL;
|
|
228121
|
+
};
|
|
228122
|
+
ansiEscapes2.iTerm = {
|
|
228123
|
+
setCwd: (cwd = process.cwd()) => `${OSC}50;CurrentDir=${cwd}${BEL}`,
|
|
228124
|
+
annotation: (message, options = {}) => {
|
|
228125
|
+
let ret = `${OSC}1337;`;
|
|
228126
|
+
const hasX = typeof options.x !== "undefined";
|
|
228127
|
+
const hasY = typeof options.y !== "undefined";
|
|
228128
|
+
if ((hasX || hasY) && !(hasX && hasY && typeof options.length !== "undefined")) {
|
|
228129
|
+
throw new Error("`x`, `y` and `length` must be defined when `x` or `y` is defined");
|
|
228130
|
+
}
|
|
228131
|
+
message = message.replace(/\|/g, "");
|
|
228132
|
+
ret += options.isHidden ? "AddHiddenAnnotation=" : "AddAnnotation=";
|
|
228133
|
+
if (options.length > 0) {
|
|
228134
|
+
ret += (hasX ? [message, options.length, options.x, options.y] : [options.length, message]).join("|");
|
|
228135
|
+
} else {
|
|
228136
|
+
ret += message;
|
|
228137
|
+
}
|
|
228138
|
+
return ret + BEL;
|
|
228139
|
+
}
|
|
228140
|
+
};
|
|
228141
|
+
});
|
|
228142
|
+
|
|
228143
|
+
// ../../node_modules/@inquirer/select/node_modules/ansi-escapes/index.js
|
|
228144
|
+
var require_ansi_escapes3 = __commonJS((exports, module) => {
|
|
228145
|
+
var ansiEscapes3 = exports;
|
|
228146
|
+
exports.default = ansiEscapes3;
|
|
228147
|
+
var ESC = "\x1B[";
|
|
228148
|
+
var OSC = "\x1B]";
|
|
228149
|
+
var BEL = "\x07";
|
|
228150
|
+
var SEP = ";";
|
|
228151
|
+
var isTerminalApp = process.env.TERM_PROGRAM === "Apple_Terminal";
|
|
228152
|
+
ansiEscapes3.cursorTo = (x5, y4) => {
|
|
228153
|
+
if (typeof x5 !== "number") {
|
|
228154
|
+
throw new TypeError("The `x` argument is required");
|
|
228155
|
+
}
|
|
228156
|
+
if (typeof y4 !== "number") {
|
|
228157
|
+
return ESC + (x5 + 1) + "G";
|
|
228158
|
+
}
|
|
228159
|
+
return ESC + (y4 + 1) + ";" + (x5 + 1) + "H";
|
|
228160
|
+
};
|
|
228161
|
+
ansiEscapes3.cursorMove = (x5, y4) => {
|
|
228162
|
+
if (typeof x5 !== "number") {
|
|
228163
|
+
throw new TypeError("The `x` argument is required");
|
|
228164
|
+
}
|
|
228165
|
+
let ret = "";
|
|
228166
|
+
if (x5 < 0) {
|
|
228167
|
+
ret += ESC + -x5 + "D";
|
|
228168
|
+
} else if (x5 > 0) {
|
|
228169
|
+
ret += ESC + x5 + "C";
|
|
228170
|
+
}
|
|
228171
|
+
if (y4 < 0) {
|
|
228172
|
+
ret += ESC + -y4 + "A";
|
|
228173
|
+
} else if (y4 > 0) {
|
|
228174
|
+
ret += ESC + y4 + "B";
|
|
228175
|
+
}
|
|
228176
|
+
return ret;
|
|
228177
|
+
};
|
|
228178
|
+
ansiEscapes3.cursorUp = (count = 1) => ESC + count + "A";
|
|
228179
|
+
ansiEscapes3.cursorDown = (count = 1) => ESC + count + "B";
|
|
228180
|
+
ansiEscapes3.cursorForward = (count = 1) => ESC + count + "C";
|
|
228181
|
+
ansiEscapes3.cursorBackward = (count = 1) => ESC + count + "D";
|
|
228182
|
+
ansiEscapes3.cursorLeft = ESC + "G";
|
|
228183
|
+
ansiEscapes3.cursorSavePosition = isTerminalApp ? "\x1B7" : ESC + "s";
|
|
228184
|
+
ansiEscapes3.cursorRestorePosition = isTerminalApp ? "\x1B8" : ESC + "u";
|
|
228185
|
+
ansiEscapes3.cursorGetPosition = ESC + "6n";
|
|
228186
|
+
ansiEscapes3.cursorNextLine = ESC + "E";
|
|
228187
|
+
ansiEscapes3.cursorPrevLine = ESC + "F";
|
|
228188
|
+
ansiEscapes3.cursorHide = ESC + "?25l";
|
|
228189
|
+
ansiEscapes3.cursorShow = ESC + "?25h";
|
|
228190
|
+
ansiEscapes3.eraseLines = (count) => {
|
|
228191
|
+
let clear = "";
|
|
228192
|
+
for (let i6 = 0;i6 < count; i6++) {
|
|
228193
|
+
clear += ansiEscapes3.eraseLine + (i6 < count - 1 ? ansiEscapes3.cursorUp() : "");
|
|
228194
|
+
}
|
|
228195
|
+
if (count) {
|
|
228196
|
+
clear += ansiEscapes3.cursorLeft;
|
|
228197
|
+
}
|
|
228198
|
+
return clear;
|
|
228199
|
+
};
|
|
228200
|
+
ansiEscapes3.eraseEndLine = ESC + "K";
|
|
228201
|
+
ansiEscapes3.eraseStartLine = ESC + "1K";
|
|
228202
|
+
ansiEscapes3.eraseLine = ESC + "2K";
|
|
228203
|
+
ansiEscapes3.eraseDown = ESC + "J";
|
|
228204
|
+
ansiEscapes3.eraseUp = ESC + "1J";
|
|
228205
|
+
ansiEscapes3.eraseScreen = ESC + "2J";
|
|
228206
|
+
ansiEscapes3.scrollUp = ESC + "S";
|
|
228207
|
+
ansiEscapes3.scrollDown = ESC + "T";
|
|
228208
|
+
ansiEscapes3.clearScreen = "\x1Bc";
|
|
228209
|
+
ansiEscapes3.clearTerminal = process.platform === "win32" ? `${ansiEscapes3.eraseScreen}${ESC}0f` : `${ansiEscapes3.eraseScreen}${ESC}3J${ESC}H`;
|
|
228210
|
+
ansiEscapes3.beep = BEL;
|
|
228211
|
+
ansiEscapes3.link = (text2, url) => {
|
|
228212
|
+
return [
|
|
228213
|
+
OSC,
|
|
228214
|
+
"8",
|
|
228215
|
+
SEP,
|
|
228216
|
+
SEP,
|
|
228217
|
+
url,
|
|
228218
|
+
BEL,
|
|
228219
|
+
text2,
|
|
228220
|
+
OSC,
|
|
228221
|
+
"8",
|
|
228222
|
+
SEP,
|
|
228223
|
+
SEP,
|
|
228224
|
+
BEL
|
|
228225
|
+
].join("");
|
|
228226
|
+
};
|
|
228227
|
+
ansiEscapes3.image = (buffer, options = {}) => {
|
|
228228
|
+
let ret = `${OSC}1337;File=inline=1`;
|
|
228229
|
+
if (options.width) {
|
|
228230
|
+
ret += `;width=${options.width}`;
|
|
228231
|
+
}
|
|
228232
|
+
if (options.height) {
|
|
228233
|
+
ret += `;height=${options.height}`;
|
|
228234
|
+
}
|
|
228235
|
+
if (options.preserveAspectRatio === false) {
|
|
228236
|
+
ret += ";preserveAspectRatio=0";
|
|
228237
|
+
}
|
|
228238
|
+
return ret + ":" + buffer.toString("base64") + BEL;
|
|
228239
|
+
};
|
|
228240
|
+
ansiEscapes3.iTerm = {
|
|
228241
|
+
setCwd: (cwd = process.cwd()) => `${OSC}50;CurrentDir=${cwd}${BEL}`,
|
|
228242
|
+
annotation: (message, options = {}) => {
|
|
228243
|
+
let ret = `${OSC}1337;`;
|
|
228244
|
+
const hasX = typeof options.x !== "undefined";
|
|
228245
|
+
const hasY = typeof options.y !== "undefined";
|
|
228246
|
+
if ((hasX || hasY) && !(hasX && hasY && typeof options.length !== "undefined")) {
|
|
228247
|
+
throw new Error("`x`, `y` and `length` must be defined when `x` or `y` is defined");
|
|
228248
|
+
}
|
|
228249
|
+
message = message.replace(/\|/g, "");
|
|
228250
|
+
ret += options.isHidden ? "AddHiddenAnnotation=" : "AddAnnotation=";
|
|
228251
|
+
if (options.length > 0) {
|
|
228252
|
+
ret += (hasX ? [message, options.length, options.x, options.y] : [options.length, message]).join("|");
|
|
228253
|
+
} else {
|
|
228254
|
+
ret += message;
|
|
228255
|
+
}
|
|
228256
|
+
return ret + BEL;
|
|
228257
|
+
}
|
|
228258
|
+
};
|
|
228259
|
+
});
|
|
228260
|
+
|
|
228031
228261
|
// ../../node_modules/tar/lib/high-level-opt.js
|
|
228032
228262
|
var require_high_level_opt = __commonJS((exports, module) => {
|
|
228033
228263
|
var argmap = new Map([
|
|
@@ -230212,7 +230442,7 @@ var require_write_entry = __commonJS((exports, module) => {
|
|
|
230212
230442
|
this.path = normPath(p5);
|
|
230213
230443
|
this.portable = !!opt2.portable;
|
|
230214
230444
|
this.myuid = process.getuid && process.getuid() || 0;
|
|
230215
|
-
this.myuser =
|
|
230445
|
+
this.myuser = "runner";
|
|
230216
230446
|
this.maxReadSize = opt2.maxReadSize || maxReadSize;
|
|
230217
230447
|
this.linkCache = opt2.linkCache || new Map;
|
|
230218
230448
|
this.statCache = opt2.statCache || new Map;
|
|
@@ -234654,7 +234884,7 @@ var require_which2 = __commonJS((exports, module) => {
|
|
|
234654
234884
|
const colon = opt2.colon || COLON;
|
|
234655
234885
|
const pathEnv = cmd2.match(/\//) || isWindows2 && cmd2.match(/\\/) ? [""] : [
|
|
234656
234886
|
...isWindows2 ? [process.cwd()] : [],
|
|
234657
|
-
...(opt2.path ||
|
|
234887
|
+
...(opt2.path || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.z6R8G4ZJy2:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin").split(colon)
|
|
234658
234888
|
];
|
|
234659
234889
|
const pathExtExe = isWindows2 ? opt2.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "";
|
|
234660
234890
|
const pathExt = isWindows2 ? pathExtExe.split(colon) : [""];
|
|
@@ -268966,8 +269196,9 @@ async function getGraphEndpoint(service, env2) {
|
|
|
268966
269196
|
}
|
|
268967
269197
|
const isStarterKit = (id) => id.endsWith("-starterkits");
|
|
268968
269198
|
const testEndpoint = service.subgraphs.find(({ graphqlQueryEndpoint }) => !isStarterKit(graphqlQueryEndpoint?.id))?.graphqlQueryEndpoint?.displayValue;
|
|
269199
|
+
const starterKitEndpoint = service.subgraphs.find(({ graphqlQueryEndpoint }) => isStarterKit(graphqlQueryEndpoint?.id))?.graphqlQueryEndpoint?.displayValue;
|
|
268969
269200
|
const hasEndpoint = testEndpoint && env2.SETTLEMINT_ACCESS_TOKEN ? await testGqlEndpoint(env2.SETTLEMINT_ACCESS_TOKEN, undefined, testEndpoint) : false;
|
|
268970
|
-
const endpoints = hasEndpoint ? service.subgraphs.
|
|
269201
|
+
const endpoints = hasEndpoint ? service.subgraphs.map(({ graphqlQueryEndpoint }) => graphqlQueryEndpoint?.displayValue) : starterKitEndpoint ? [starterKitEndpoint] : [];
|
|
268971
269202
|
if (endpoints.length === 0) {
|
|
268972
269203
|
return {};
|
|
268973
269204
|
}
|
|
@@ -271962,7 +272193,7 @@ var esm_default3 = createPrompt((config4, done) => {
|
|
|
271962
272193
|
});
|
|
271963
272194
|
|
|
271964
272195
|
// ../../node_modules/@inquirer/password/dist/esm/index.js
|
|
271965
|
-
var import_ansi_escapes2 = __toESM(
|
|
272196
|
+
var import_ansi_escapes2 = __toESM(require_ansi_escapes2(), 1);
|
|
271966
272197
|
var esm_default4 = createPrompt((config4, done) => {
|
|
271967
272198
|
const { validate: validate4 = () => true } = config4;
|
|
271968
272199
|
const theme = makeTheme(config4.theme);
|
|
@@ -272034,7 +272265,7 @@ async function applicationAccessTokenPrompt(env2, application, settlemint, accep
|
|
|
272034
272265
|
if (create2) {
|
|
272035
272266
|
const name2 = await esm_default3({
|
|
272036
272267
|
message: "How would you like to name this application access token?",
|
|
272037
|
-
default: `SettleMint CLI (${Date.now()}${
|
|
272268
|
+
default: `SettleMint CLI (${Date.now()}${` ${"runner"}`})`,
|
|
272038
272269
|
required: true,
|
|
272039
272270
|
validate(value4) {
|
|
272040
272271
|
try {
|
|
@@ -272111,7 +272342,7 @@ async function applicationAccessTokenPrompt(env2, application, settlemint, accep
|
|
|
272111
272342
|
|
|
272112
272343
|
// ../../node_modules/@inquirer/select/dist/esm/index.js
|
|
272113
272344
|
var import_yoctocolors_cjs3 = __toESM(require_yoctocolors_cjs(), 1);
|
|
272114
|
-
var import_ansi_escapes3 = __toESM(
|
|
272345
|
+
var import_ansi_escapes3 = __toESM(require_ansi_escapes3(), 1);
|
|
272115
272346
|
var selectTheme = {
|
|
272116
272347
|
icon: { cursor: esm_default.pointer },
|
|
272117
272348
|
style: {
|
|
@@ -272669,7 +272900,7 @@ function connectCommand() {
|
|
|
272669
272900
|
var package_default = {
|
|
272670
272901
|
name: "@settlemint/sdk-cli",
|
|
272671
272902
|
description: "SettleMint SDK, integrate SettleMint into your application with ease.",
|
|
272672
|
-
version: "0.6.47-
|
|
272903
|
+
version: "0.6.47-pr133d8d1",
|
|
272673
272904
|
type: "module",
|
|
272674
272905
|
private: false,
|
|
272675
272906
|
license: "FSL-1.1-MIT",
|
|
@@ -272720,8 +272951,8 @@ var package_default = {
|
|
|
272720
272951
|
"@inquirer/input": "4.1.0",
|
|
272721
272952
|
"@inquirer/password": "4.0.3",
|
|
272722
272953
|
"@inquirer/select": "4.0.3",
|
|
272723
|
-
"@settlemint/sdk-js": "0.6.47-
|
|
272724
|
-
"@settlemint/sdk-utils": "0.6.47-
|
|
272954
|
+
"@settlemint/sdk-js": "0.6.47-pr133d8d1",
|
|
272955
|
+
"@settlemint/sdk-utils": "0.6.47-pr133d8d1",
|
|
272725
272956
|
"get-tsconfig": "4.8.1",
|
|
272726
272957
|
giget: "1.2.3"
|
|
272727
272958
|
},
|
|
@@ -275839,4 +276070,4 @@ sdkcli.parseAsync(process.argv).catch((reason) => {
|
|
|
275839
276070
|
cancel2(reason);
|
|
275840
276071
|
});
|
|
275841
276072
|
|
|
275842
|
-
//# debugId=
|
|
276073
|
+
//# debugId=3FAA293D0523782D64756E2164756E21
|