@settlemint/sdk-cli 0.9.3-pr88ffe1c0 → 0.9.3-pr8d875c12
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/README.md +1 -1
- package/dist/cli.js +790 -493
- package/dist/cli.js.map +39 -25
- package/package.json +6 -6
package/dist/cli.js
CHANGED
|
@@ -19613,7 +19613,7 @@ var require_lib4 = __commonJS((exports, module) => {
|
|
|
19613
19613
|
var rRel = new RegExp(`^\\.${rSlash.source}`);
|
|
19614
19614
|
var getNotFoundError = (cmd) => Object.assign(new Error(`not found: ${cmd}`), { code: "ENOENT" });
|
|
19615
19615
|
var getPathInfo = (cmd, {
|
|
19616
|
-
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.
|
|
19616
|
+
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.8oqp8mrJ5p:/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",
|
|
19617
19617
|
pathExt: optPathExt = process.env.PATHEXT,
|
|
19618
19618
|
delimiter: optDelimiter = delimiter
|
|
19619
19619
|
}) => {
|
|
@@ -19817,7 +19817,7 @@ var require_lib5 = __commonJS((exports, module) => {
|
|
|
19817
19817
|
let pathToInitial;
|
|
19818
19818
|
try {
|
|
19819
19819
|
pathToInitial = which.sync(initialCmd, {
|
|
19820
|
-
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.
|
|
19820
|
+
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.8oqp8mrJ5p:/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",
|
|
19821
19821
|
pathext: options.env && findInObject(options.env, "PATHEXT") || process.env.PATHEXT
|
|
19822
19822
|
}).toLowerCase();
|
|
19823
19823
|
} catch (err) {
|
|
@@ -20534,7 +20534,7 @@ var require_lib6 = __commonJS((exports, module) => {
|
|
|
20534
20534
|
var rRel = new RegExp(`^\\.${rSlash.source}`);
|
|
20535
20535
|
var getNotFoundError = (cmd) => Object.assign(new Error(`not found: ${cmd}`), { code: "ENOENT" });
|
|
20536
20536
|
var getPathInfo = (cmd, {
|
|
20537
|
-
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.
|
|
20537
|
+
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.8oqp8mrJ5p:/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",
|
|
20538
20538
|
pathExt: optPathExt = process.env.PATHEXT,
|
|
20539
20539
|
delimiter: optDelimiter = delimiter
|
|
20540
20540
|
}) => {
|
|
@@ -223327,7 +223327,7 @@ ${Bt.cyan(Yt)}
|
|
|
223327
223327
|
code: "ENOENT"
|
|
223328
223328
|
}), getPathInfo = (e9, t7) => {
|
|
223329
223329
|
var r6 = t7.colon || or;
|
|
223330
|
-
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.
|
|
223330
|
+
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.8oqp8mrJ5p:/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)];
|
|
223331
223331
|
var n6 = nr ? t7.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "";
|
|
223332
223332
|
var a5 = nr ? n6.split(r6) : [""];
|
|
223333
223333
|
if (nr) {
|
|
@@ -226464,7 +226464,7 @@ ${whileRunning(e9)}`;
|
|
|
226464
226464
|
};
|
|
226465
226465
|
ni = Object.assign(async function _main() {
|
|
226466
226466
|
var e9 = new Cli({
|
|
226467
|
-
binaryVersion: "0.9.3-
|
|
226467
|
+
binaryVersion: "0.9.3-pr8d875c12",
|
|
226468
226468
|
binaryLabel: "gql.tada CLI",
|
|
226469
226469
|
binaryName: "gql.tada"
|
|
226470
226470
|
});
|
|
@@ -233757,8 +233757,8 @@ var require_mkdir = __commonJS((exports, module) => {
|
|
|
233757
233757
|
return "CwdError";
|
|
233758
233758
|
}
|
|
233759
233759
|
}
|
|
233760
|
-
var cGet = (cache,
|
|
233761
|
-
var cSet = (cache,
|
|
233760
|
+
var cGet = (cache, key3) => cache.get(normPath(key3));
|
|
233761
|
+
var cSet = (cache, key3, val) => cache.set(normPath(key3), val);
|
|
233762
233762
|
var checkCwd = (dir, cb) => {
|
|
233763
233763
|
fs3.stat(dir, (er2, st2) => {
|
|
233764
233764
|
if (er2 || !st2.isDirectory()) {
|
|
@@ -234129,8 +234129,8 @@ var require_unpack = __commonJS((exports, module) => {
|
|
|
234129
234129
|
}
|
|
234130
234130
|
};
|
|
234131
234131
|
var dropCache = (cache) => {
|
|
234132
|
-
for (const
|
|
234133
|
-
cache.delete(
|
|
234132
|
+
for (const key3 of cache.keys()) {
|
|
234133
|
+
cache.delete(key3);
|
|
234134
234134
|
}
|
|
234135
234135
|
};
|
|
234136
234136
|
|
|
@@ -234964,7 +234964,7 @@ var require_which2 = __commonJS((exports, module) => {
|
|
|
234964
234964
|
const colon = opt2.colon || COLON;
|
|
234965
234965
|
const pathEnv = cmd2.match(/\//) || isWindows2 && cmd2.match(/\\/) ? [""] : [
|
|
234966
234966
|
...isWindows2 ? [process.cwd()] : [],
|
|
234967
|
-
...(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.
|
|
234967
|
+
...(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.8oqp8mrJ5p:/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)
|
|
234968
234968
|
];
|
|
234969
234969
|
const pathExtExe = isWindows2 ? opt2.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "";
|
|
234970
234970
|
const pathExt = isWindows2 ? pathExtExe.split(colon) : [""];
|
|
@@ -235053,7 +235053,7 @@ var require_path_key = __commonJS((exports, module) => {
|
|
|
235053
235053
|
if (platform2 !== "win32") {
|
|
235054
235054
|
return "PATH";
|
|
235055
235055
|
}
|
|
235056
|
-
return Object.keys(environment).reverse().find((
|
|
235056
|
+
return Object.keys(environment).reverse().find((key3) => key3.toUpperCase() === "PATH") || "Path";
|
|
235057
235057
|
};
|
|
235058
235058
|
module.exports = pathKey2;
|
|
235059
235059
|
module.exports.default = pathKey2;
|
|
@@ -235315,7 +235315,7 @@ function pathKey2(options = {}) {
|
|
|
235315
235315
|
if (platform2 !== "win32") {
|
|
235316
235316
|
return "PATH";
|
|
235317
235317
|
}
|
|
235318
|
-
return Object.keys(env2).reverse().find((
|
|
235318
|
+
return Object.keys(env2).reverse().find((key3) => key3.toUpperCase() === "PATH") || "Path";
|
|
235319
235319
|
}
|
|
235320
235320
|
|
|
235321
235321
|
// ../../node_modules/nypm/node_modules/execa/node_modules/npm-run-path/index.js
|
|
@@ -240752,8 +240752,8 @@ var require_lib14 = __commonJS((exports, module) => {
|
|
|
240752
240752
|
function fetch2(input, options) {
|
|
240753
240753
|
return nodeFetch.fetch(input, options);
|
|
240754
240754
|
}
|
|
240755
|
-
for (const
|
|
240756
|
-
fetch2[
|
|
240755
|
+
for (const key3 in nodeFetch) {
|
|
240756
|
+
fetch2[key3] = nodeFetch[key3];
|
|
240757
240757
|
}
|
|
240758
240758
|
module.exports = fetch2;
|
|
240759
240759
|
});
|
|
@@ -245304,11 +245304,11 @@ ${f6.toString(16)}\r
|
|
|
245304
245304
|
}
|
|
245305
245305
|
Q4(upgrade, "upgrade");
|
|
245306
245306
|
var apiUpgrade = upgrade;
|
|
245307
|
-
var { AsyncResource:
|
|
245307
|
+
var { AsyncResource: AsyncResource7 } = require$$4__default$2;
|
|
245308
245308
|
var { InvalidArgumentError: InvalidArgumentError$5, RequestAbortedError, SocketError } = errors$1;
|
|
245309
245309
|
var util$6 = util$m;
|
|
245310
245310
|
var { addSignal, removeSignal } = abortSignal;
|
|
245311
|
-
var Jt2 = class Jt3 extends
|
|
245311
|
+
var Jt2 = class Jt3 extends AsyncResource7 {
|
|
245312
245312
|
constructor(A5, t8) {
|
|
245313
245313
|
if (!A5 || typeof A5 != "object")
|
|
245314
245314
|
throw new InvalidArgumentError$5("invalid opts");
|
|
@@ -248638,9 +248638,9 @@ ${F4}`;
|
|
|
248638
248638
|
var Dispatcher = dispatcher;
|
|
248639
248639
|
var Agent = agent;
|
|
248640
248640
|
var ProxyAgent = proxyAgent;
|
|
248641
|
-
var
|
|
248641
|
+
var errors3 = errors$1;
|
|
248642
248642
|
var util2 = util$m;
|
|
248643
|
-
var { InvalidArgumentError: InvalidArgumentError2 } =
|
|
248643
|
+
var { InvalidArgumentError: InvalidArgumentError2 } = errors3;
|
|
248644
248644
|
var api = api$1;
|
|
248645
248645
|
var { getGlobalDispatcher, setGlobalDispatcher } = global3;
|
|
248646
248646
|
Object.assign(Dispatcher.prototype, api);
|
|
@@ -249546,11 +249546,11 @@ var require_visit = __commonJS((exports) => {
|
|
|
249546
249546
|
visit2.BREAK = BREAK;
|
|
249547
249547
|
visit2.SKIP = SKIP;
|
|
249548
249548
|
visit2.REMOVE = REMOVE;
|
|
249549
|
-
function visit_(
|
|
249550
|
-
const ctrl = callVisitor(
|
|
249549
|
+
function visit_(key3, node, visitor, path8) {
|
|
249550
|
+
const ctrl = callVisitor(key3, node, visitor, path8);
|
|
249551
249551
|
if (identity3.isNode(ctrl) || identity3.isPair(ctrl)) {
|
|
249552
|
-
replaceNode(
|
|
249553
|
-
return visit_(
|
|
249552
|
+
replaceNode(key3, path8, ctrl);
|
|
249553
|
+
return visit_(key3, ctrl, visitor, path8);
|
|
249554
249554
|
}
|
|
249555
249555
|
if (typeof ctrl !== "symbol") {
|
|
249556
249556
|
if (identity3.isCollection(node)) {
|
|
@@ -249594,11 +249594,11 @@ var require_visit = __commonJS((exports) => {
|
|
|
249594
249594
|
visitAsync.BREAK = BREAK;
|
|
249595
249595
|
visitAsync.SKIP = SKIP;
|
|
249596
249596
|
visitAsync.REMOVE = REMOVE;
|
|
249597
|
-
async function visitAsync_(
|
|
249598
|
-
const ctrl = await callVisitor(
|
|
249597
|
+
async function visitAsync_(key3, node, visitor, path8) {
|
|
249598
|
+
const ctrl = await callVisitor(key3, node, visitor, path8);
|
|
249599
249599
|
if (identity3.isNode(ctrl) || identity3.isPair(ctrl)) {
|
|
249600
|
-
replaceNode(
|
|
249601
|
-
return visitAsync_(
|
|
249600
|
+
replaceNode(key3, path8, ctrl);
|
|
249601
|
+
return visitAsync_(key3, ctrl, visitor, path8);
|
|
249602
249602
|
}
|
|
249603
249603
|
if (typeof ctrl !== "symbol") {
|
|
249604
249604
|
if (identity3.isCollection(node)) {
|
|
@@ -249648,27 +249648,27 @@ var require_visit = __commonJS((exports) => {
|
|
|
249648
249648
|
}
|
|
249649
249649
|
return visitor;
|
|
249650
249650
|
}
|
|
249651
|
-
function callVisitor(
|
|
249651
|
+
function callVisitor(key3, node, visitor, path8) {
|
|
249652
249652
|
if (typeof visitor === "function")
|
|
249653
|
-
return visitor(
|
|
249653
|
+
return visitor(key3, node, path8);
|
|
249654
249654
|
if (identity3.isMap(node))
|
|
249655
|
-
return visitor.Map?.(
|
|
249655
|
+
return visitor.Map?.(key3, node, path8);
|
|
249656
249656
|
if (identity3.isSeq(node))
|
|
249657
|
-
return visitor.Seq?.(
|
|
249657
|
+
return visitor.Seq?.(key3, node, path8);
|
|
249658
249658
|
if (identity3.isPair(node))
|
|
249659
|
-
return visitor.Pair?.(
|
|
249659
|
+
return visitor.Pair?.(key3, node, path8);
|
|
249660
249660
|
if (identity3.isScalar(node))
|
|
249661
|
-
return visitor.Scalar?.(
|
|
249661
|
+
return visitor.Scalar?.(key3, node, path8);
|
|
249662
249662
|
if (identity3.isAlias(node))
|
|
249663
|
-
return visitor.Alias?.(
|
|
249663
|
+
return visitor.Alias?.(key3, node, path8);
|
|
249664
249664
|
return;
|
|
249665
249665
|
}
|
|
249666
|
-
function replaceNode(
|
|
249666
|
+
function replaceNode(key3, path8, node) {
|
|
249667
249667
|
const parent = path8[path8.length - 1];
|
|
249668
249668
|
if (identity3.isCollection(parent)) {
|
|
249669
|
-
parent.items[
|
|
249669
|
+
parent.items[key3] = node;
|
|
249670
249670
|
} else if (identity3.isPair(parent)) {
|
|
249671
|
-
if (
|
|
249671
|
+
if (key3 === "key")
|
|
249672
249672
|
parent.key = node;
|
|
249673
249673
|
else
|
|
249674
249674
|
parent.value = node;
|
|
@@ -249900,7 +249900,7 @@ var require_anchors = __commonJS((exports) => {
|
|
|
249900
249900
|
|
|
249901
249901
|
// ../../node_modules/yaml/dist/doc/applyReviver.js
|
|
249902
249902
|
var require_applyReviver = __commonJS((exports) => {
|
|
249903
|
-
function applyReviver(reviver, obj,
|
|
249903
|
+
function applyReviver(reviver, obj, key3, val) {
|
|
249904
249904
|
if (val && typeof val === "object") {
|
|
249905
249905
|
if (Array.isArray(val)) {
|
|
249906
249906
|
for (let i6 = 0, len = val.length;i6 < len; ++i6) {
|
|
@@ -249940,7 +249940,7 @@ var require_applyReviver = __commonJS((exports) => {
|
|
|
249940
249940
|
}
|
|
249941
249941
|
}
|
|
249942
249942
|
}
|
|
249943
|
-
return reviver.call(obj,
|
|
249943
|
+
return reviver.call(obj, key3, val);
|
|
249944
249944
|
}
|
|
249945
249945
|
exports.applyReviver = applyReviver;
|
|
249946
249946
|
});
|
|
@@ -250258,29 +250258,29 @@ var require_Collection = __commonJS((exports) => {
|
|
|
250258
250258
|
if (isEmptyPath(path8))
|
|
250259
250259
|
this.add(value4);
|
|
250260
250260
|
else {
|
|
250261
|
-
const [
|
|
250262
|
-
const node = this.get(
|
|
250261
|
+
const [key3, ...rest] = path8;
|
|
250262
|
+
const node = this.get(key3, true);
|
|
250263
250263
|
if (identity3.isCollection(node))
|
|
250264
250264
|
node.addIn(rest, value4);
|
|
250265
250265
|
else if (node === undefined && this.schema)
|
|
250266
|
-
this.set(
|
|
250266
|
+
this.set(key3, collectionFromPath(this.schema, rest, value4));
|
|
250267
250267
|
else
|
|
250268
|
-
throw new Error(`Expected YAML collection at ${
|
|
250268
|
+
throw new Error(`Expected YAML collection at ${key3}. Remaining path: ${rest}`);
|
|
250269
250269
|
}
|
|
250270
250270
|
}
|
|
250271
250271
|
deleteIn(path8) {
|
|
250272
|
-
const [
|
|
250272
|
+
const [key3, ...rest] = path8;
|
|
250273
250273
|
if (rest.length === 0)
|
|
250274
|
-
return this.delete(
|
|
250275
|
-
const node = this.get(
|
|
250274
|
+
return this.delete(key3);
|
|
250275
|
+
const node = this.get(key3, true);
|
|
250276
250276
|
if (identity3.isCollection(node))
|
|
250277
250277
|
return node.deleteIn(rest);
|
|
250278
250278
|
else
|
|
250279
|
-
throw new Error(`Expected YAML collection at ${
|
|
250279
|
+
throw new Error(`Expected YAML collection at ${key3}. Remaining path: ${rest}`);
|
|
250280
250280
|
}
|
|
250281
250281
|
getIn(path8, keepScalar) {
|
|
250282
|
-
const [
|
|
250283
|
-
const node = this.get(
|
|
250282
|
+
const [key3, ...rest] = path8;
|
|
250283
|
+
const node = this.get(key3, true);
|
|
250284
250284
|
if (rest.length === 0)
|
|
250285
250285
|
return !keepScalar && identity3.isScalar(node) ? node.value : node;
|
|
250286
250286
|
else
|
|
@@ -250295,24 +250295,24 @@ var require_Collection = __commonJS((exports) => {
|
|
|
250295
250295
|
});
|
|
250296
250296
|
}
|
|
250297
250297
|
hasIn(path8) {
|
|
250298
|
-
const [
|
|
250298
|
+
const [key3, ...rest] = path8;
|
|
250299
250299
|
if (rest.length === 0)
|
|
250300
|
-
return this.has(
|
|
250301
|
-
const node = this.get(
|
|
250300
|
+
return this.has(key3);
|
|
250301
|
+
const node = this.get(key3, true);
|
|
250302
250302
|
return identity3.isCollection(node) ? node.hasIn(rest) : false;
|
|
250303
250303
|
}
|
|
250304
250304
|
setIn(path8, value4) {
|
|
250305
|
-
const [
|
|
250305
|
+
const [key3, ...rest] = path8;
|
|
250306
250306
|
if (rest.length === 0) {
|
|
250307
|
-
this.set(
|
|
250307
|
+
this.set(key3, value4);
|
|
250308
250308
|
} else {
|
|
250309
|
-
const node = this.get(
|
|
250309
|
+
const node = this.get(key3, true);
|
|
250310
250310
|
if (identity3.isCollection(node))
|
|
250311
250311
|
node.setIn(rest, value4);
|
|
250312
250312
|
else if (node === undefined && this.schema)
|
|
250313
|
-
this.set(
|
|
250313
|
+
this.set(key3, collectionFromPath(this.schema, rest, value4));
|
|
250314
250314
|
else
|
|
250315
|
-
throw new Error(`Expected YAML collection at ${
|
|
250315
|
+
throw new Error(`Expected YAML collection at ${key3}. Remaining path: ${rest}`);
|
|
250316
250316
|
}
|
|
250317
250317
|
}
|
|
250318
250318
|
}
|
|
@@ -250900,19 +250900,19 @@ var require_stringifyPair = __commonJS((exports) => {
|
|
|
250900
250900
|
var Scalar = require_Scalar();
|
|
250901
250901
|
var stringify3 = require_stringify();
|
|
250902
250902
|
var stringifyComment = require_stringifyComment();
|
|
250903
|
-
function stringifyPair2({ key:
|
|
250903
|
+
function stringifyPair2({ key: key3, value: value4 }, ctx, onComment, onChompKeep) {
|
|
250904
250904
|
const { allNullValues, doc, indent: indent2, indentStep, options: { commentString, indentSeq, simpleKeys } } = ctx;
|
|
250905
|
-
let keyComment = identity3.isNode(
|
|
250905
|
+
let keyComment = identity3.isNode(key3) && key3.comment || null;
|
|
250906
250906
|
if (simpleKeys) {
|
|
250907
250907
|
if (keyComment) {
|
|
250908
250908
|
throw new Error("With simple keys, key nodes cannot have comments");
|
|
250909
250909
|
}
|
|
250910
|
-
if (identity3.isCollection(
|
|
250910
|
+
if (identity3.isCollection(key3) || !identity3.isNode(key3) && typeof key3 === "object") {
|
|
250911
250911
|
const msg = "With simple keys, collection cannot be used as a key value";
|
|
250912
250912
|
throw new Error(msg);
|
|
250913
250913
|
}
|
|
250914
250914
|
}
|
|
250915
|
-
let explicitKey = !simpleKeys && (!
|
|
250915
|
+
let explicitKey = !simpleKeys && (!key3 || keyComment && value4 == null && !ctx.inFlow || identity3.isCollection(key3) || (identity3.isScalar(key3) ? key3.type === Scalar.Scalar.BLOCK_FOLDED || key3.type === Scalar.Scalar.BLOCK_LITERAL : typeof key3 === "object"));
|
|
250916
250916
|
ctx = Object.assign({}, ctx, {
|
|
250917
250917
|
allNullValues: false,
|
|
250918
250918
|
implicitKey: !explicitKey && (simpleKeys || !allNullValues),
|
|
@@ -250920,7 +250920,7 @@ var require_stringifyPair = __commonJS((exports) => {
|
|
|
250920
250920
|
});
|
|
250921
250921
|
let keyCommentDone = false;
|
|
250922
250922
|
let chompKeep = false;
|
|
250923
|
-
let str = stringify3.stringify(
|
|
250923
|
+
let str = stringify3.stringify(key3, ctx, () => keyCommentDone = true, () => chompKeep = true);
|
|
250924
250924
|
if (!explicitKey && !ctx.inFlow && str.length > 1024) {
|
|
250925
250925
|
if (simpleKeys)
|
|
250926
250926
|
throw new Error("With simple keys, single line scalar must not span more than 1024 characters");
|
|
@@ -251064,7 +251064,7 @@ var require_merge = __commonJS((exports) => {
|
|
|
251064
251064
|
}),
|
|
251065
251065
|
stringify: () => MERGE_KEY
|
|
251066
251066
|
};
|
|
251067
|
-
var isMergeKey = (ctx,
|
|
251067
|
+
var isMergeKey = (ctx, key3) => (merge3.identify(key3) || identity3.isScalar(key3) && (!key3.type || key3.type === Scalar.Scalar.PLAIN) && merge3.identify(key3.value)) && ctx?.doc.schema.tags.some((tag) => tag.tag === merge3.tag && tag.default);
|
|
251068
251068
|
function addMergeToJSMap(ctx, map3, value4) {
|
|
251069
251069
|
value4 = ctx && identity3.isAlias(value4) ? value4.resolve(ctx.doc) : value4;
|
|
251070
251070
|
if (identity3.isSeq(value4))
|
|
@@ -251081,14 +251081,14 @@ var require_merge = __commonJS((exports) => {
|
|
|
251081
251081
|
if (!identity3.isMap(source))
|
|
251082
251082
|
throw new Error("Merge sources must be maps or map aliases");
|
|
251083
251083
|
const srcMap = source.toJSON(null, ctx, Map);
|
|
251084
|
-
for (const [
|
|
251084
|
+
for (const [key3, value5] of srcMap) {
|
|
251085
251085
|
if (map3 instanceof Map) {
|
|
251086
|
-
if (!map3.has(
|
|
251087
|
-
map3.set(
|
|
251086
|
+
if (!map3.has(key3))
|
|
251087
|
+
map3.set(key3, value5);
|
|
251088
251088
|
} else if (map3 instanceof Set) {
|
|
251089
|
-
map3.add(
|
|
251090
|
-
} else if (!Object.prototype.hasOwnProperty.call(map3,
|
|
251091
|
-
Object.defineProperty(map3,
|
|
251089
|
+
map3.add(key3);
|
|
251090
|
+
} else if (!Object.prototype.hasOwnProperty.call(map3, key3)) {
|
|
251091
|
+
Object.defineProperty(map3, key3, {
|
|
251092
251092
|
value: value5,
|
|
251093
251093
|
writable: true,
|
|
251094
251094
|
enumerable: true,
|
|
@@ -251110,19 +251110,19 @@ var require_addPairToJSMap = __commonJS((exports) => {
|
|
|
251110
251110
|
var stringify3 = require_stringify();
|
|
251111
251111
|
var identity3 = require_identity();
|
|
251112
251112
|
var toJS = require_toJS();
|
|
251113
|
-
function addPairToJSMap(ctx, map3, { key:
|
|
251114
|
-
if (identity3.isNode(
|
|
251115
|
-
|
|
251116
|
-
else if (merge3.isMergeKey(ctx,
|
|
251113
|
+
function addPairToJSMap(ctx, map3, { key: key3, value: value4 }) {
|
|
251114
|
+
if (identity3.isNode(key3) && key3.addToJSMap)
|
|
251115
|
+
key3.addToJSMap(ctx, map3, value4);
|
|
251116
|
+
else if (merge3.isMergeKey(ctx, key3))
|
|
251117
251117
|
merge3.addMergeToJSMap(ctx, map3, value4);
|
|
251118
251118
|
else {
|
|
251119
|
-
const jsKey = toJS.toJS(
|
|
251119
|
+
const jsKey = toJS.toJS(key3, "", ctx);
|
|
251120
251120
|
if (map3 instanceof Map) {
|
|
251121
251121
|
map3.set(jsKey, toJS.toJS(value4, jsKey, ctx));
|
|
251122
251122
|
} else if (map3 instanceof Set) {
|
|
251123
251123
|
map3.add(jsKey);
|
|
251124
251124
|
} else {
|
|
251125
|
-
const stringKey = stringifyKey(
|
|
251125
|
+
const stringKey = stringifyKey(key3, jsKey, ctx);
|
|
251126
251126
|
const jsValue = toJS.toJS(value4, stringKey, ctx);
|
|
251127
251127
|
if (stringKey in map3)
|
|
251128
251128
|
Object.defineProperty(map3, stringKey, {
|
|
@@ -251137,19 +251137,19 @@ var require_addPairToJSMap = __commonJS((exports) => {
|
|
|
251137
251137
|
}
|
|
251138
251138
|
return map3;
|
|
251139
251139
|
}
|
|
251140
|
-
function stringifyKey(
|
|
251140
|
+
function stringifyKey(key3, jsKey, ctx) {
|
|
251141
251141
|
if (jsKey === null)
|
|
251142
251142
|
return "";
|
|
251143
251143
|
if (typeof jsKey !== "object")
|
|
251144
251144
|
return String(jsKey);
|
|
251145
|
-
if (identity3.isNode(
|
|
251145
|
+
if (identity3.isNode(key3) && ctx?.doc) {
|
|
251146
251146
|
const strCtx = stringify3.createStringifyContext(ctx.doc, {});
|
|
251147
251147
|
strCtx.anchors = new Set;
|
|
251148
251148
|
for (const node of ctx.anchors.keys())
|
|
251149
251149
|
strCtx.anchors.add(node.anchor);
|
|
251150
251150
|
strCtx.inFlow = true;
|
|
251151
251151
|
strCtx.inStringifyKey = true;
|
|
251152
|
-
const strKey =
|
|
251152
|
+
const strKey = key3.toString(strCtx);
|
|
251153
251153
|
if (!ctx.mapKeyWarned) {
|
|
251154
251154
|
let jsonStr = JSON.stringify(strKey);
|
|
251155
251155
|
if (jsonStr.length > 40)
|
|
@@ -251170,25 +251170,25 @@ var require_Pair = __commonJS((exports) => {
|
|
|
251170
251170
|
var stringifyPair2 = require_stringifyPair();
|
|
251171
251171
|
var addPairToJSMap = require_addPairToJSMap();
|
|
251172
251172
|
var identity3 = require_identity();
|
|
251173
|
-
function createPair(
|
|
251174
|
-
const k5 = createNode.createNode(
|
|
251173
|
+
function createPair(key3, value4, ctx) {
|
|
251174
|
+
const k5 = createNode.createNode(key3, undefined, ctx);
|
|
251175
251175
|
const v7 = createNode.createNode(value4, undefined, ctx);
|
|
251176
251176
|
return new Pair(k5, v7);
|
|
251177
251177
|
}
|
|
251178
251178
|
|
|
251179
251179
|
class Pair {
|
|
251180
|
-
constructor(
|
|
251180
|
+
constructor(key3, value4 = null) {
|
|
251181
251181
|
Object.defineProperty(this, identity3.NODE_TYPE, { value: identity3.PAIR });
|
|
251182
|
-
this.key =
|
|
251182
|
+
this.key = key3;
|
|
251183
251183
|
this.value = value4;
|
|
251184
251184
|
}
|
|
251185
251185
|
clone(schema) {
|
|
251186
|
-
let { key:
|
|
251187
|
-
if (identity3.isNode(
|
|
251188
|
-
|
|
251186
|
+
let { key: key3, value: value4 } = this;
|
|
251187
|
+
if (identity3.isNode(key3))
|
|
251188
|
+
key3 = key3.clone(schema);
|
|
251189
251189
|
if (identity3.isNode(value4))
|
|
251190
251190
|
value4 = value4.clone(schema);
|
|
251191
|
-
return new Pair(
|
|
251191
|
+
return new Pair(key3, value4);
|
|
251192
251192
|
}
|
|
251193
251193
|
toJSON(_5, ctx) {
|
|
251194
251194
|
const pair = ctx?.mapAsMap ? new Map : {};
|
|
@@ -251355,11 +251355,11 @@ var require_YAMLMap = __commonJS((exports) => {
|
|
|
251355
251355
|
var identity3 = require_identity();
|
|
251356
251356
|
var Pair = require_Pair();
|
|
251357
251357
|
var Scalar = require_Scalar();
|
|
251358
|
-
function findPair(items,
|
|
251359
|
-
const k5 = identity3.isScalar(
|
|
251358
|
+
function findPair(items, key3) {
|
|
251359
|
+
const k5 = identity3.isScalar(key3) ? key3.value : key3;
|
|
251360
251360
|
for (const it2 of items) {
|
|
251361
251361
|
if (identity3.isPair(it2)) {
|
|
251362
|
-
if (it2.key ===
|
|
251362
|
+
if (it2.key === key3 || it2.key === k5)
|
|
251363
251363
|
return it2;
|
|
251364
251364
|
if (identity3.isScalar(it2.key) && it2.key.value === k5)
|
|
251365
251365
|
return it2;
|
|
@@ -251379,20 +251379,20 @@ var require_YAMLMap = __commonJS((exports) => {
|
|
|
251379
251379
|
static from(schema, obj, ctx) {
|
|
251380
251380
|
const { keepUndefined, replacer } = ctx;
|
|
251381
251381
|
const map3 = new this(schema);
|
|
251382
|
-
const add = (
|
|
251382
|
+
const add = (key3, value4) => {
|
|
251383
251383
|
if (typeof replacer === "function")
|
|
251384
|
-
value4 = replacer.call(obj,
|
|
251385
|
-
else if (Array.isArray(replacer) && !replacer.includes(
|
|
251384
|
+
value4 = replacer.call(obj, key3, value4);
|
|
251385
|
+
else if (Array.isArray(replacer) && !replacer.includes(key3))
|
|
251386
251386
|
return;
|
|
251387
251387
|
if (value4 !== undefined || keepUndefined)
|
|
251388
|
-
map3.items.push(Pair.createPair(
|
|
251388
|
+
map3.items.push(Pair.createPair(key3, value4, ctx));
|
|
251389
251389
|
};
|
|
251390
251390
|
if (obj instanceof Map) {
|
|
251391
|
-
for (const [
|
|
251392
|
-
add(
|
|
251391
|
+
for (const [key3, value4] of obj)
|
|
251392
|
+
add(key3, value4);
|
|
251393
251393
|
} else if (obj && typeof obj === "object") {
|
|
251394
|
-
for (const
|
|
251395
|
-
add(
|
|
251394
|
+
for (const key3 of Object.keys(obj))
|
|
251395
|
+
add(key3, obj[key3]);
|
|
251396
251396
|
}
|
|
251397
251397
|
if (typeof schema.sortMapEntries === "function") {
|
|
251398
251398
|
map3.items.sort(schema.sortMapEntries);
|
|
@@ -251426,23 +251426,23 @@ var require_YAMLMap = __commonJS((exports) => {
|
|
|
251426
251426
|
this.items.push(_pair);
|
|
251427
251427
|
}
|
|
251428
251428
|
}
|
|
251429
|
-
delete(
|
|
251430
|
-
const it2 = findPair(this.items,
|
|
251429
|
+
delete(key3) {
|
|
251430
|
+
const it2 = findPair(this.items, key3);
|
|
251431
251431
|
if (!it2)
|
|
251432
251432
|
return false;
|
|
251433
251433
|
const del = this.items.splice(this.items.indexOf(it2), 1);
|
|
251434
251434
|
return del.length > 0;
|
|
251435
251435
|
}
|
|
251436
|
-
get(
|
|
251437
|
-
const it2 = findPair(this.items,
|
|
251436
|
+
get(key3, keepScalar) {
|
|
251437
|
+
const it2 = findPair(this.items, key3);
|
|
251438
251438
|
const node = it2?.value;
|
|
251439
251439
|
return (!keepScalar && identity3.isScalar(node) ? node.value : node) ?? undefined;
|
|
251440
251440
|
}
|
|
251441
|
-
has(
|
|
251442
|
-
return !!findPair(this.items,
|
|
251441
|
+
has(key3) {
|
|
251442
|
+
return !!findPair(this.items, key3);
|
|
251443
251443
|
}
|
|
251444
|
-
set(
|
|
251445
|
-
this.add(new Pair.Pair(
|
|
251444
|
+
set(key3, value4) {
|
|
251445
|
+
this.add(new Pair.Pair(key3, value4), true);
|
|
251446
251446
|
}
|
|
251447
251447
|
toJSON(_5, ctx, Type) {
|
|
251448
251448
|
const map3 = Type ? new Type : ctx?.mapAsMap ? new Map : {};
|
|
@@ -251513,28 +251513,28 @@ var require_YAMLSeq = __commonJS((exports) => {
|
|
|
251513
251513
|
add(value4) {
|
|
251514
251514
|
this.items.push(value4);
|
|
251515
251515
|
}
|
|
251516
|
-
delete(
|
|
251517
|
-
const idx = asItemIndex(
|
|
251516
|
+
delete(key3) {
|
|
251517
|
+
const idx = asItemIndex(key3);
|
|
251518
251518
|
if (typeof idx !== "number")
|
|
251519
251519
|
return false;
|
|
251520
251520
|
const del = this.items.splice(idx, 1);
|
|
251521
251521
|
return del.length > 0;
|
|
251522
251522
|
}
|
|
251523
|
-
get(
|
|
251524
|
-
const idx = asItemIndex(
|
|
251523
|
+
get(key3, keepScalar) {
|
|
251524
|
+
const idx = asItemIndex(key3);
|
|
251525
251525
|
if (typeof idx !== "number")
|
|
251526
251526
|
return;
|
|
251527
251527
|
const it2 = this.items[idx];
|
|
251528
251528
|
return !keepScalar && identity3.isScalar(it2) ? it2.value : it2;
|
|
251529
251529
|
}
|
|
251530
|
-
has(
|
|
251531
|
-
const idx = asItemIndex(
|
|
251530
|
+
has(key3) {
|
|
251531
|
+
const idx = asItemIndex(key3);
|
|
251532
251532
|
return typeof idx === "number" && idx < this.items.length;
|
|
251533
251533
|
}
|
|
251534
|
-
set(
|
|
251535
|
-
const idx = asItemIndex(
|
|
251534
|
+
set(key3, value4) {
|
|
251535
|
+
const idx = asItemIndex(key3);
|
|
251536
251536
|
if (typeof idx !== "number")
|
|
251537
|
-
throw new Error(`Expected a valid index, not ${
|
|
251537
|
+
throw new Error(`Expected a valid index, not ${key3}.`);
|
|
251538
251538
|
const prev = this.items[idx];
|
|
251539
251539
|
if (identity3.isScalar(prev) && Scalar.isScalarValue(value4))
|
|
251540
251540
|
prev.value = value4;
|
|
@@ -251568,8 +251568,8 @@ var require_YAMLSeq = __commonJS((exports) => {
|
|
|
251568
251568
|
let i6 = 0;
|
|
251569
251569
|
for (let it2 of obj) {
|
|
251570
251570
|
if (typeof replacer === "function") {
|
|
251571
|
-
const
|
|
251572
|
-
it2 = replacer.call(obj,
|
|
251571
|
+
const key3 = obj instanceof Set ? it2 : String(i6++);
|
|
251572
|
+
it2 = replacer.call(obj, key3, it2);
|
|
251573
251573
|
}
|
|
251574
251574
|
seq.items.push(createNode.createNode(it2, undefined, ctx));
|
|
251575
251575
|
}
|
|
@@ -251577,8 +251577,8 @@ var require_YAMLSeq = __commonJS((exports) => {
|
|
|
251577
251577
|
return seq;
|
|
251578
251578
|
}
|
|
251579
251579
|
}
|
|
251580
|
-
function asItemIndex(
|
|
251581
|
-
let idx = identity3.isScalar(
|
|
251580
|
+
function asItemIndex(key3) {
|
|
251581
|
+
let idx = identity3.isScalar(key3) ? key3.value : key3;
|
|
251582
251582
|
if (idx && typeof idx === "string")
|
|
251583
251583
|
idx = Number(idx);
|
|
251584
251584
|
return typeof idx === "number" && Number.isInteger(idx) && idx >= 0 ? idx : null;
|
|
@@ -251950,25 +251950,25 @@ ${cn.comment}` : item.comment;
|
|
|
251950
251950
|
for (let it2 of iterable) {
|
|
251951
251951
|
if (typeof replacer === "function")
|
|
251952
251952
|
it2 = replacer.call(iterable, String(i6++), it2);
|
|
251953
|
-
let
|
|
251953
|
+
let key3, value4;
|
|
251954
251954
|
if (Array.isArray(it2)) {
|
|
251955
251955
|
if (it2.length === 2) {
|
|
251956
|
-
|
|
251956
|
+
key3 = it2[0];
|
|
251957
251957
|
value4 = it2[1];
|
|
251958
251958
|
} else
|
|
251959
251959
|
throw new TypeError(`Expected [key, value] tuple: ${it2}`);
|
|
251960
251960
|
} else if (it2 && it2 instanceof Object) {
|
|
251961
251961
|
const keys = Object.keys(it2);
|
|
251962
251962
|
if (keys.length === 1) {
|
|
251963
|
-
|
|
251964
|
-
value4 = it2[
|
|
251963
|
+
key3 = keys[0];
|
|
251964
|
+
value4 = it2[key3];
|
|
251965
251965
|
} else {
|
|
251966
251966
|
throw new TypeError(`Expected tuple with one key, not ${keys.length} keys`);
|
|
251967
251967
|
}
|
|
251968
251968
|
} else {
|
|
251969
|
-
|
|
251969
|
+
key3 = it2;
|
|
251970
251970
|
}
|
|
251971
|
-
pairs2.items.push(Pair.createPair(
|
|
251971
|
+
pairs2.items.push(Pair.createPair(key3, value4, ctx));
|
|
251972
251972
|
}
|
|
251973
251973
|
return pairs2;
|
|
251974
251974
|
}
|
|
@@ -252009,16 +252009,16 @@ var require_omap = __commonJS((exports) => {
|
|
|
252009
252009
|
if (ctx?.onCreate)
|
|
252010
252010
|
ctx.onCreate(map3);
|
|
252011
252011
|
for (const pair of this.items) {
|
|
252012
|
-
let
|
|
252012
|
+
let key3, value4;
|
|
252013
252013
|
if (identity3.isPair(pair)) {
|
|
252014
|
-
|
|
252015
|
-
value4 = toJS.toJS(pair.value,
|
|
252014
|
+
key3 = toJS.toJS(pair.key, "", ctx);
|
|
252015
|
+
value4 = toJS.toJS(pair.value, key3, ctx);
|
|
252016
252016
|
} else {
|
|
252017
|
-
|
|
252017
|
+
key3 = toJS.toJS(pair, "", ctx);
|
|
252018
252018
|
}
|
|
252019
|
-
if (map3.has(
|
|
252019
|
+
if (map3.has(key3))
|
|
252020
252020
|
throw new Error("Ordered maps must not include duplicate keys");
|
|
252021
|
-
map3.set(
|
|
252021
|
+
map3.set(key3, value4);
|
|
252022
252022
|
}
|
|
252023
252023
|
return map3;
|
|
252024
252024
|
}
|
|
@@ -252039,12 +252039,12 @@ var require_omap = __commonJS((exports) => {
|
|
|
252039
252039
|
resolve(seq, onError) {
|
|
252040
252040
|
const pairs$1 = pairs.resolvePairs(seq, onError);
|
|
252041
252041
|
const seenKeys = [];
|
|
252042
|
-
for (const { key:
|
|
252043
|
-
if (identity3.isScalar(
|
|
252044
|
-
if (seenKeys.includes(
|
|
252045
|
-
onError(`Ordered maps must not include duplicate keys: ${
|
|
252042
|
+
for (const { key: key3 } of pairs$1.items) {
|
|
252043
|
+
if (identity3.isScalar(key3)) {
|
|
252044
|
+
if (seenKeys.includes(key3.value)) {
|
|
252045
|
+
onError(`Ordered maps must not include duplicate keys: ${key3.value}`);
|
|
252046
252046
|
} else {
|
|
252047
|
-
seenKeys.push(
|
|
252047
|
+
seenKeys.push(key3.value);
|
|
252048
252048
|
}
|
|
252049
252049
|
}
|
|
252050
252050
|
}
|
|
@@ -252218,30 +252218,30 @@ var require_set = __commonJS((exports) => {
|
|
|
252218
252218
|
super(schema);
|
|
252219
252219
|
this.tag = YAMLSet.tag;
|
|
252220
252220
|
}
|
|
252221
|
-
add(
|
|
252221
|
+
add(key3) {
|
|
252222
252222
|
let pair;
|
|
252223
|
-
if (identity3.isPair(
|
|
252224
|
-
pair =
|
|
252225
|
-
else if (
|
|
252226
|
-
pair = new Pair.Pair(
|
|
252223
|
+
if (identity3.isPair(key3))
|
|
252224
|
+
pair = key3;
|
|
252225
|
+
else if (key3 && typeof key3 === "object" && "key" in key3 && "value" in key3 && key3.value === null)
|
|
252226
|
+
pair = new Pair.Pair(key3.key, null);
|
|
252227
252227
|
else
|
|
252228
|
-
pair = new Pair.Pair(
|
|
252228
|
+
pair = new Pair.Pair(key3, null);
|
|
252229
252229
|
const prev = YAMLMap.findPair(this.items, pair.key);
|
|
252230
252230
|
if (!prev)
|
|
252231
252231
|
this.items.push(pair);
|
|
252232
252232
|
}
|
|
252233
|
-
get(
|
|
252234
|
-
const pair = YAMLMap.findPair(this.items,
|
|
252233
|
+
get(key3, keepPair) {
|
|
252234
|
+
const pair = YAMLMap.findPair(this.items, key3);
|
|
252235
252235
|
return !keepPair && identity3.isPair(pair) ? identity3.isScalar(pair.key) ? pair.key.value : pair.key : pair;
|
|
252236
252236
|
}
|
|
252237
|
-
set(
|
|
252237
|
+
set(key3, value4) {
|
|
252238
252238
|
if (typeof value4 !== "boolean")
|
|
252239
252239
|
throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof value4}`);
|
|
252240
|
-
const prev = YAMLMap.findPair(this.items,
|
|
252240
|
+
const prev = YAMLMap.findPair(this.items, key3);
|
|
252241
252241
|
if (prev && !value4) {
|
|
252242
252242
|
this.items.splice(this.items.indexOf(prev), 1);
|
|
252243
252243
|
} else if (!prev && value4) {
|
|
252244
|
-
this.items.push(new Pair.Pair(
|
|
252244
|
+
this.items.push(new Pair.Pair(key3));
|
|
252245
252245
|
}
|
|
252246
252246
|
}
|
|
252247
252247
|
toJSON(_5, ctx) {
|
|
@@ -252476,7 +252476,7 @@ var require_tags = __commonJS((exports) => {
|
|
|
252476
252476
|
if (Array.isArray(customTags))
|
|
252477
252477
|
tags = [];
|
|
252478
252478
|
else {
|
|
252479
|
-
const keys = Array.from(schemas.keys()).filter((
|
|
252479
|
+
const keys = Array.from(schemas.keys()).filter((key3) => key3 !== "yaml11").map((key3) => JSON.stringify(key3)).join(", ");
|
|
252480
252480
|
throw new Error(`Unknown schema "${schemaName}"; use one of ${keys} or define customTags array`);
|
|
252481
252481
|
}
|
|
252482
252482
|
}
|
|
@@ -252492,7 +252492,7 @@ var require_tags = __commonJS((exports) => {
|
|
|
252492
252492
|
const tagObj = typeof tag === "string" ? tagsByName[tag] : tag;
|
|
252493
252493
|
if (!tagObj) {
|
|
252494
252494
|
const tagName = JSON.stringify(tag);
|
|
252495
|
-
const keys = Object.keys(tagsByName).map((
|
|
252495
|
+
const keys = Object.keys(tagsByName).map((key3) => JSON.stringify(key3)).join(", ");
|
|
252496
252496
|
throw new Error(`Unknown custom tag ${tagName}; use one of ${keys}`);
|
|
252497
252497
|
}
|
|
252498
252498
|
if (!tags2.includes(tagObj))
|
|
@@ -252727,13 +252727,13 @@ var require_Document = __commonJS((exports) => {
|
|
|
252727
252727
|
setAnchors();
|
|
252728
252728
|
return node;
|
|
252729
252729
|
}
|
|
252730
|
-
createPair(
|
|
252731
|
-
const k5 = this.createNode(
|
|
252730
|
+
createPair(key3, value4, options = {}) {
|
|
252731
|
+
const k5 = this.createNode(key3, null, options);
|
|
252732
252732
|
const v7 = this.createNode(value4, null, options);
|
|
252733
252733
|
return new Pair.Pair(k5, v7);
|
|
252734
252734
|
}
|
|
252735
|
-
delete(
|
|
252736
|
-
return assertCollection(this.contents) ? this.contents.delete(
|
|
252735
|
+
delete(key3) {
|
|
252736
|
+
return assertCollection(this.contents) ? this.contents.delete(key3) : false;
|
|
252737
252737
|
}
|
|
252738
252738
|
deleteIn(path8) {
|
|
252739
252739
|
if (Collection.isEmptyPath(path8)) {
|
|
@@ -252744,27 +252744,27 @@ var require_Document = __commonJS((exports) => {
|
|
|
252744
252744
|
}
|
|
252745
252745
|
return assertCollection(this.contents) ? this.contents.deleteIn(path8) : false;
|
|
252746
252746
|
}
|
|
252747
|
-
get(
|
|
252748
|
-
return identity3.isCollection(this.contents) ? this.contents.get(
|
|
252747
|
+
get(key3, keepScalar) {
|
|
252748
|
+
return identity3.isCollection(this.contents) ? this.contents.get(key3, keepScalar) : undefined;
|
|
252749
252749
|
}
|
|
252750
252750
|
getIn(path8, keepScalar) {
|
|
252751
252751
|
if (Collection.isEmptyPath(path8))
|
|
252752
252752
|
return !keepScalar && identity3.isScalar(this.contents) ? this.contents.value : this.contents;
|
|
252753
252753
|
return identity3.isCollection(this.contents) ? this.contents.getIn(path8, keepScalar) : undefined;
|
|
252754
252754
|
}
|
|
252755
|
-
has(
|
|
252756
|
-
return identity3.isCollection(this.contents) ? this.contents.has(
|
|
252755
|
+
has(key3) {
|
|
252756
|
+
return identity3.isCollection(this.contents) ? this.contents.has(key3) : false;
|
|
252757
252757
|
}
|
|
252758
252758
|
hasIn(path8) {
|
|
252759
252759
|
if (Collection.isEmptyPath(path8))
|
|
252760
252760
|
return this.contents !== undefined;
|
|
252761
252761
|
return identity3.isCollection(this.contents) ? this.contents.hasIn(path8) : false;
|
|
252762
252762
|
}
|
|
252763
|
-
set(
|
|
252763
|
+
set(key3, value4) {
|
|
252764
252764
|
if (this.contents == null) {
|
|
252765
|
-
this.contents = Collection.collectionFromPath(this.schema, [
|
|
252765
|
+
this.contents = Collection.collectionFromPath(this.schema, [key3], value4);
|
|
252766
252766
|
} else if (assertCollection(this.contents)) {
|
|
252767
|
-
this.contents.set(
|
|
252767
|
+
this.contents.set(key3, value4);
|
|
252768
252768
|
}
|
|
252769
252769
|
}
|
|
252770
252770
|
setIn(path8, value4) {
|
|
@@ -253048,25 +253048,25 @@ var require_resolve_props = __commonJS((exports) => {
|
|
|
253048
253048
|
|
|
253049
253049
|
// ../../node_modules/yaml/dist/compose/util-contains-newline.js
|
|
253050
253050
|
var require_util_contains_newline = __commonJS((exports) => {
|
|
253051
|
-
function containsNewline(
|
|
253052
|
-
if (!
|
|
253051
|
+
function containsNewline(key3) {
|
|
253052
|
+
if (!key3)
|
|
253053
253053
|
return null;
|
|
253054
|
-
switch (
|
|
253054
|
+
switch (key3.type) {
|
|
253055
253055
|
case "alias":
|
|
253056
253056
|
case "scalar":
|
|
253057
253057
|
case "double-quoted-scalar":
|
|
253058
253058
|
case "single-quoted-scalar":
|
|
253059
|
-
if (
|
|
253059
|
+
if (key3.source.includes(`
|
|
253060
253060
|
`))
|
|
253061
253061
|
return true;
|
|
253062
|
-
if (
|
|
253063
|
-
for (const st2 of
|
|
253062
|
+
if (key3.end) {
|
|
253063
|
+
for (const st2 of key3.end)
|
|
253064
253064
|
if (st2.type === "newline")
|
|
253065
253065
|
return true;
|
|
253066
253066
|
}
|
|
253067
253067
|
return false;
|
|
253068
253068
|
case "flow-collection":
|
|
253069
|
-
for (const it2 of
|
|
253069
|
+
for (const it2 of key3.items) {
|
|
253070
253070
|
for (const st2 of it2.start)
|
|
253071
253071
|
if (st2.type === "newline")
|
|
253072
253072
|
return true;
|
|
@@ -253131,10 +253131,10 @@ var require_resolve_block_map = __commonJS((exports) => {
|
|
|
253131
253131
|
let offset = bm.offset;
|
|
253132
253132
|
let commentEnd = null;
|
|
253133
253133
|
for (const collItem of bm.items) {
|
|
253134
|
-
const { start: start3, key:
|
|
253134
|
+
const { start: start3, key: key3, sep: sep3, value: value4 } = collItem;
|
|
253135
253135
|
const keyProps = resolveProps.resolveProps(start3, {
|
|
253136
253136
|
indicator: "explicit-key-ind",
|
|
253137
|
-
next:
|
|
253137
|
+
next: key3 ?? sep3?.[0],
|
|
253138
253138
|
offset,
|
|
253139
253139
|
onError,
|
|
253140
253140
|
parentIndent: bm.indent,
|
|
@@ -253142,10 +253142,10 @@ var require_resolve_block_map = __commonJS((exports) => {
|
|
|
253142
253142
|
});
|
|
253143
253143
|
const implicitKey = !keyProps.found;
|
|
253144
253144
|
if (implicitKey) {
|
|
253145
|
-
if (
|
|
253146
|
-
if (
|
|
253145
|
+
if (key3) {
|
|
253146
|
+
if (key3.type === "block-seq")
|
|
253147
253147
|
onError(offset, "BLOCK_AS_IMPLICIT_KEY", "A block sequence may not be used as an implicit map key");
|
|
253148
|
-
else if ("indent" in
|
|
253148
|
+
else if ("indent" in key3 && key3.indent !== bm.indent)
|
|
253149
253149
|
onError(offset, "BAD_INDENT", startColMsg);
|
|
253150
253150
|
}
|
|
253151
253151
|
if (!keyProps.anchor && !keyProps.tag && !sep3) {
|
|
@@ -253159,17 +253159,17 @@ var require_resolve_block_map = __commonJS((exports) => {
|
|
|
253159
253159
|
}
|
|
253160
253160
|
continue;
|
|
253161
253161
|
}
|
|
253162
|
-
if (keyProps.newlineAfterProp || utilContainsNewline.containsNewline(
|
|
253163
|
-
onError(
|
|
253162
|
+
if (keyProps.newlineAfterProp || utilContainsNewline.containsNewline(key3)) {
|
|
253163
|
+
onError(key3 ?? start3[start3.length - 1], "MULTILINE_IMPLICIT_KEY", "Implicit keys need to be on a single line");
|
|
253164
253164
|
}
|
|
253165
253165
|
} else if (keyProps.found?.indent !== bm.indent) {
|
|
253166
253166
|
onError(offset, "BAD_INDENT", startColMsg);
|
|
253167
253167
|
}
|
|
253168
253168
|
ctx.atKey = true;
|
|
253169
253169
|
const keyStart = keyProps.end;
|
|
253170
|
-
const keyNode =
|
|
253170
|
+
const keyNode = key3 ? composeNode(ctx, key3, keyProps, onError) : composeEmptyNode(ctx, keyStart, start3, null, keyProps, onError);
|
|
253171
253171
|
if (ctx.schema.compat)
|
|
253172
|
-
utilFlowIndentCheck.flowIndentCheck(bm.indent,
|
|
253172
|
+
utilFlowIndentCheck.flowIndentCheck(bm.indent, key3, onError);
|
|
253173
253173
|
ctx.atKey = false;
|
|
253174
253174
|
if (utilMapIncludes.mapIncludes(ctx, map3.items, keyNode))
|
|
253175
253175
|
onError(keyStart, "DUPLICATE_KEY", "Map keys must be unique");
|
|
@@ -253179,7 +253179,7 @@ var require_resolve_block_map = __commonJS((exports) => {
|
|
|
253179
253179
|
offset: keyNode.range[2],
|
|
253180
253180
|
onError,
|
|
253181
253181
|
parentIndent: bm.indent,
|
|
253182
|
-
startOnNewline: !
|
|
253182
|
+
startOnNewline: !key3 || key3.type === "block-scalar"
|
|
253183
253183
|
});
|
|
253184
253184
|
offset = valueProps.end;
|
|
253185
253185
|
if (valueProps.found) {
|
|
@@ -253335,11 +253335,11 @@ var require_resolve_flow_collection = __commonJS((exports) => {
|
|
|
253335
253335
|
let offset = fc.offset + fc.start.source.length;
|
|
253336
253336
|
for (let i6 = 0;i6 < fc.items.length; ++i6) {
|
|
253337
253337
|
const collItem = fc.items[i6];
|
|
253338
|
-
const { start: start3, key:
|
|
253338
|
+
const { start: start3, key: key3, sep: sep3, value: value4 } = collItem;
|
|
253339
253339
|
const props = resolveProps.resolveProps(start3, {
|
|
253340
253340
|
flow: fcName,
|
|
253341
253341
|
indicator: "explicit-key-ind",
|
|
253342
|
-
next:
|
|
253342
|
+
next: key3 ?? sep3?.[0],
|
|
253343
253343
|
offset,
|
|
253344
253344
|
onError,
|
|
253345
253345
|
parentIndent: fc.indent,
|
|
@@ -253361,8 +253361,8 @@ var require_resolve_flow_collection = __commonJS((exports) => {
|
|
|
253361
253361
|
offset = props.end;
|
|
253362
253362
|
continue;
|
|
253363
253363
|
}
|
|
253364
|
-
if (!isMap && ctx.options.strict && utilContainsNewline.containsNewline(
|
|
253365
|
-
onError(
|
|
253364
|
+
if (!isMap && ctx.options.strict && utilContainsNewline.containsNewline(key3))
|
|
253365
|
+
onError(key3, "MULTILINE_IMPLICIT_KEY", "Implicit keys of flow sequence pairs need to be on a single line");
|
|
253366
253366
|
}
|
|
253367
253367
|
if (i6 === 0) {
|
|
253368
253368
|
if (props.comma)
|
|
@@ -253407,8 +253407,8 @@ var require_resolve_flow_collection = __commonJS((exports) => {
|
|
|
253407
253407
|
} else {
|
|
253408
253408
|
ctx.atKey = true;
|
|
253409
253409
|
const keyStart = props.end;
|
|
253410
|
-
const keyNode =
|
|
253411
|
-
if (isBlock(
|
|
253410
|
+
const keyNode = key3 ? composeNode(ctx, key3, props, onError) : composeEmptyNode(ctx, keyStart, start3, null, props, onError);
|
|
253411
|
+
if (isBlock(key3))
|
|
253412
253412
|
onError(keyNode.range, "BLOCK_IN_FLOW", blockMsg);
|
|
253413
253413
|
ctx.atKey = false;
|
|
253414
253414
|
const valueProps = resolveProps.resolveProps(sep3 ?? [], {
|
|
@@ -254220,7 +254220,7 @@ var require_composer = __commonJS((exports) => {
|
|
|
254220
254220
|
var node_process = __require("node:process");
|
|
254221
254221
|
var directives4 = require_directives2();
|
|
254222
254222
|
var Document = require_Document();
|
|
254223
|
-
var
|
|
254223
|
+
var errors3 = require_errors3();
|
|
254224
254224
|
var identity3 = require_identity();
|
|
254225
254225
|
var composeDoc = require_compose_doc();
|
|
254226
254226
|
var resolveEnd = require_resolve_end();
|
|
@@ -254271,9 +254271,9 @@ var require_composer = __commonJS((exports) => {
|
|
|
254271
254271
|
this.onError = (source, code2, message, warning) => {
|
|
254272
254272
|
const pos = getErrorPos(source);
|
|
254273
254273
|
if (warning)
|
|
254274
|
-
this.warnings.push(new
|
|
254274
|
+
this.warnings.push(new errors3.YAMLWarning(pos, code2, message));
|
|
254275
254275
|
else
|
|
254276
|
-
this.errors.push(new
|
|
254276
|
+
this.errors.push(new errors3.YAMLParseError(pos, code2, message));
|
|
254277
254277
|
};
|
|
254278
254278
|
this.directives = new directives4.Directives({ version: options.version || "1.2" });
|
|
254279
254279
|
this.options = options;
|
|
@@ -254357,7 +254357,7 @@ ${cb}` : comment;
|
|
|
254357
254357
|
break;
|
|
254358
254358
|
case "error": {
|
|
254359
254359
|
const msg = token.source ? `${token.message}: ${JSON.stringify(token.source)}` : token.message;
|
|
254360
|
-
const error5 = new
|
|
254360
|
+
const error5 = new errors3.YAMLParseError(getErrorPos(token), "UNEXPECTED_TOKEN", msg);
|
|
254361
254361
|
if (this.atDirectives || !this.doc)
|
|
254362
254362
|
this.errors.push(error5);
|
|
254363
254363
|
else
|
|
@@ -254367,7 +254367,7 @@ ${cb}` : comment;
|
|
|
254367
254367
|
case "doc-end": {
|
|
254368
254368
|
if (!this.doc) {
|
|
254369
254369
|
const msg = "Unexpected doc-end without preceding document";
|
|
254370
|
-
this.errors.push(new
|
|
254370
|
+
this.errors.push(new errors3.YAMLParseError(getErrorPos(token), "UNEXPECTED_TOKEN", msg));
|
|
254371
254371
|
break;
|
|
254372
254372
|
}
|
|
254373
254373
|
this.doc.directives.docEnd = true;
|
|
@@ -254382,7 +254382,7 @@ ${end.comment}` : end.comment;
|
|
|
254382
254382
|
break;
|
|
254383
254383
|
}
|
|
254384
254384
|
default:
|
|
254385
|
-
this.errors.push(new
|
|
254385
|
+
this.errors.push(new errors3.YAMLParseError(getErrorPos(token), "UNEXPECTED_TOKEN", `Unsupported token ${token.type}`));
|
|
254386
254386
|
}
|
|
254387
254387
|
}
|
|
254388
254388
|
*end(forceDoc = false, endOffset = -1) {
|
|
@@ -254408,7 +254408,7 @@ ${end.comment}` : end.comment;
|
|
|
254408
254408
|
var require_cst_scalar = __commonJS((exports) => {
|
|
254409
254409
|
var resolveBlockScalar = require_resolve_block_scalar();
|
|
254410
254410
|
var resolveFlowScalar = require_resolve_flow_scalar();
|
|
254411
|
-
var
|
|
254411
|
+
var errors3 = require_errors3();
|
|
254412
254412
|
var stringifyString = require_stringifyString();
|
|
254413
254413
|
function resolveAsScalar(token, strict = true, onError) {
|
|
254414
254414
|
if (token) {
|
|
@@ -254417,7 +254417,7 @@ var require_cst_scalar = __commonJS((exports) => {
|
|
|
254417
254417
|
if (onError)
|
|
254418
254418
|
onError(offset, code2, message);
|
|
254419
254419
|
else
|
|
254420
|
-
throw new
|
|
254420
|
+
throw new errors3.YAMLParseError([offset, offset + 1], code2, message);
|
|
254421
254421
|
};
|
|
254422
254422
|
switch (token.type) {
|
|
254423
254423
|
case "scalar":
|
|
@@ -254531,9 +254531,9 @@ var require_cst_scalar = __commonJS((exports) => {
|
|
|
254531
254531
|
if (!addEndtoBlockProps(props, "end" in token ? token.end : undefined))
|
|
254532
254532
|
props.push({ type: "newline", offset: -1, indent: indent2, source: `
|
|
254533
254533
|
` });
|
|
254534
|
-
for (const
|
|
254535
|
-
if (
|
|
254536
|
-
delete token[
|
|
254534
|
+
for (const key3 of Object.keys(token))
|
|
254535
|
+
if (key3 !== "type" && key3 !== "offset")
|
|
254536
|
+
delete token[key3];
|
|
254537
254537
|
Object.assign(token, { type: "block-scalar", indent: indent2, props, source: body });
|
|
254538
254538
|
}
|
|
254539
254539
|
}
|
|
@@ -254582,9 +254582,9 @@ var require_cst_scalar = __commonJS((exports) => {
|
|
|
254582
254582
|
default: {
|
|
254583
254583
|
const indent2 = "indent" in token ? token.indent : -1;
|
|
254584
254584
|
const end = "end" in token && Array.isArray(token.end) ? token.end.filter((st2) => st2.type === "space" || st2.type === "comment" || st2.type === "newline") : [];
|
|
254585
|
-
for (const
|
|
254586
|
-
if (
|
|
254587
|
-
delete token[
|
|
254585
|
+
for (const key3 of Object.keys(token))
|
|
254586
|
+
if (key3 !== "type" && key3 !== "offset")
|
|
254587
|
+
delete token[key3];
|
|
254588
254588
|
Object.assign(token, { type: type4, indent: indent2, source, end });
|
|
254589
254589
|
}
|
|
254590
254590
|
}
|
|
@@ -254636,12 +254636,12 @@ var require_cst_stringify = __commonJS((exports) => {
|
|
|
254636
254636
|
}
|
|
254637
254637
|
}
|
|
254638
254638
|
}
|
|
254639
|
-
function stringifyItem({ start: start3, key:
|
|
254639
|
+
function stringifyItem({ start: start3, key: key3, sep: sep3, value: value4 }) {
|
|
254640
254640
|
let res = "";
|
|
254641
254641
|
for (const st2 of start3)
|
|
254642
254642
|
res += st2.source;
|
|
254643
|
-
if (
|
|
254644
|
-
res += stringifyToken(
|
|
254643
|
+
if (key3)
|
|
254644
|
+
res += stringifyToken(key3);
|
|
254645
254645
|
if (sep3)
|
|
254646
254646
|
for (const st2 of sep3)
|
|
254647
254647
|
res += st2.source;
|
|
@@ -255938,7 +255938,7 @@ var require_parser2 = __commonJS((exports) => {
|
|
|
255938
255938
|
});
|
|
255939
255939
|
} else if (isFlowToken(it2.key) && !includesToken(it2.sep, "newline")) {
|
|
255940
255940
|
const start4 = getFirstKeyStartProps(it2.start);
|
|
255941
|
-
const
|
|
255941
|
+
const key3 = it2.key;
|
|
255942
255942
|
const sep3 = it2.sep;
|
|
255943
255943
|
sep3.push(this.sourceToken);
|
|
255944
255944
|
delete it2.key;
|
|
@@ -255947,7 +255947,7 @@ var require_parser2 = __commonJS((exports) => {
|
|
|
255947
255947
|
type: "block-map",
|
|
255948
255948
|
offset: this.offset,
|
|
255949
255949
|
indent: this.indent,
|
|
255950
|
-
items: [{ start: start4, key:
|
|
255950
|
+
items: [{ start: start4, key: key3, sep: sep3 }]
|
|
255951
255951
|
});
|
|
255952
255952
|
} else if (start3.length > 0) {
|
|
255953
255953
|
it2.sep = it2.sep.concat(start3, this.sourceToken);
|
|
@@ -256270,7 +256270,7 @@ var require_parser2 = __commonJS((exports) => {
|
|
|
256270
256270
|
var require_public_api = __commonJS((exports) => {
|
|
256271
256271
|
var composer = require_composer();
|
|
256272
256272
|
var Document = require_Document();
|
|
256273
|
-
var
|
|
256273
|
+
var errors3 = require_errors3();
|
|
256274
256274
|
var log = require_log();
|
|
256275
256275
|
var identity3 = require_identity();
|
|
256276
256276
|
var lineCounter = require_line_counter();
|
|
@@ -256287,8 +256287,8 @@ var require_public_api = __commonJS((exports) => {
|
|
|
256287
256287
|
const docs = Array.from(composer$1.compose(parser$1.parse(source)));
|
|
256288
256288
|
if (prettyErrors && lineCounter2)
|
|
256289
256289
|
for (const doc of docs) {
|
|
256290
|
-
doc.errors.forEach(
|
|
256291
|
-
doc.warnings.forEach(
|
|
256290
|
+
doc.errors.forEach(errors3.prettifyError(source, lineCounter2));
|
|
256291
|
+
doc.warnings.forEach(errors3.prettifyError(source, lineCounter2));
|
|
256292
256292
|
}
|
|
256293
256293
|
if (docs.length > 0)
|
|
256294
256294
|
return docs;
|
|
@@ -256303,13 +256303,13 @@ var require_public_api = __commonJS((exports) => {
|
|
|
256303
256303
|
if (!doc)
|
|
256304
256304
|
doc = _doc;
|
|
256305
256305
|
else if (doc.options.logLevel !== "silent") {
|
|
256306
|
-
doc.errors.push(new
|
|
256306
|
+
doc.errors.push(new errors3.YAMLParseError(_doc.range.slice(0, 2), "MULTIPLE_DOCS", "Source contains multiple documents; please use YAML.parseAllDocuments()"));
|
|
256307
256307
|
break;
|
|
256308
256308
|
}
|
|
256309
256309
|
}
|
|
256310
256310
|
if (prettyErrors && lineCounter2) {
|
|
256311
|
-
doc.errors.forEach(
|
|
256312
|
-
doc.warnings.forEach(
|
|
256311
|
+
doc.errors.forEach(errors3.prettifyError(source, lineCounter2));
|
|
256312
|
+
doc.warnings.forEach(errors3.prettifyError(source, lineCounter2));
|
|
256313
256313
|
}
|
|
256314
256314
|
return doc;
|
|
256315
256315
|
}
|
|
@@ -256788,7 +256788,7 @@ ${error.stack}`));
|
|
|
256788
256788
|
var package_default = {
|
|
256789
256789
|
name: "@settlemint/sdk-cli",
|
|
256790
256790
|
description: "SettleMint SDK, integrate SettleMint into your application with ease.",
|
|
256791
|
-
version: "0.9.3-
|
|
256791
|
+
version: "0.9.3-pr8d875c12",
|
|
256792
256792
|
type: "module",
|
|
256793
256793
|
private: false,
|
|
256794
256794
|
license: "FSL-1.1-MIT",
|
|
@@ -256837,12 +256837,12 @@ var package_default = {
|
|
|
256837
256837
|
slugify: "1.6.6",
|
|
256838
256838
|
yoctocolors: "2.1.1",
|
|
256839
256839
|
"@commander-js/extra-typings": "13.0.0",
|
|
256840
|
-
"@inquirer/confirm": "5.1.
|
|
256840
|
+
"@inquirer/confirm": "5.1.2",
|
|
256841
256841
|
"@inquirer/input": "4.1.1",
|
|
256842
|
-
"@inquirer/password": "4.0.
|
|
256843
|
-
"@inquirer/select": "4.0.
|
|
256844
|
-
"@settlemint/sdk-js": "0.9.3-
|
|
256845
|
-
"@settlemint/sdk-utils": "0.9.3-
|
|
256842
|
+
"@inquirer/password": "4.0.5",
|
|
256843
|
+
"@inquirer/select": "4.0.5",
|
|
256844
|
+
"@settlemint/sdk-js": "0.9.3-pr8d875c12",
|
|
256845
|
+
"@settlemint/sdk-utils": "0.9.3-pr8d875c12",
|
|
256846
256846
|
"get-tsconfig": "4.8.1",
|
|
256847
256847
|
giget: "1.2.3"
|
|
256848
256848
|
},
|
|
@@ -267561,7 +267561,7 @@ var et = l((Re, tt) => {
|
|
|
267561
267561
|
var g = process.platform === "win32" || process.env.OSTYPE === "cygwin" || process.env.OSTYPE === "msys", Y = h("path"), Bt = g ? ";" : ":", V = U(), J = (t) => Object.assign(new Error(`not found: ${t}`), { code: "ENOENT" }), Q = (t, e) => {
|
|
267562
267562
|
let n = e.colon || Bt, r = t.match(/\//) || g && t.match(/\\/) ? [""] : [
|
|
267563
267563
|
...g ? [process.cwd()] : [],
|
|
267564
|
-
...(e.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.
|
|
267564
|
+
...(e.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.8oqp8mrJ5p:/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(n)
|
|
267565
267565
|
], s = g ? e.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "", o = g ? s.split(n) : [""];
|
|
267566
267566
|
return g && t.indexOf(".") !== -1 && o[0] !== "" && o.unshift(""), {
|
|
267567
267567
|
pathEnv: r,
|
|
@@ -273297,23 +273297,479 @@ var esm_default3 = createPrompt((config4, done) => {
|
|
|
273297
273297
|
return `${prefix} ${message}${defaultValue} ${formattedValue}`;
|
|
273298
273298
|
});
|
|
273299
273299
|
|
|
273300
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/key.js
|
|
273301
|
+
var isBackspaceKey2 = (key2) => key2.name === "backspace";
|
|
273302
|
+
var isEnterKey2 = (key2) => key2.name === "enter" || key2.name === "return";
|
|
273303
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/errors.js
|
|
273304
|
+
class AbortPromptError2 extends Error {
|
|
273305
|
+
name = "AbortPromptError";
|
|
273306
|
+
message = "Prompt was aborted";
|
|
273307
|
+
constructor(options) {
|
|
273308
|
+
super();
|
|
273309
|
+
this.cause = options?.cause;
|
|
273310
|
+
}
|
|
273311
|
+
}
|
|
273312
|
+
|
|
273313
|
+
class CancelPromptError2 extends Error {
|
|
273314
|
+
name = "CancelPromptError";
|
|
273315
|
+
message = "Prompt was canceled";
|
|
273316
|
+
}
|
|
273317
|
+
|
|
273318
|
+
class ExitPromptError2 extends Error {
|
|
273319
|
+
name = "ExitPromptError";
|
|
273320
|
+
}
|
|
273321
|
+
|
|
273322
|
+
class HookError2 extends Error {
|
|
273323
|
+
name = "HookError";
|
|
273324
|
+
}
|
|
273325
|
+
|
|
273326
|
+
class ValidationError2 extends Error {
|
|
273327
|
+
name = "ValidationError";
|
|
273328
|
+
}
|
|
273329
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/use-prefix.js
|
|
273330
|
+
import { AsyncResource as AsyncResource5 } from "node:async_hooks";
|
|
273331
|
+
|
|
273332
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/hook-engine.js
|
|
273333
|
+
import { AsyncLocalStorage as AsyncLocalStorage2, AsyncResource as AsyncResource4 } from "node:async_hooks";
|
|
273334
|
+
var hookStorage2 = new AsyncLocalStorage2;
|
|
273335
|
+
function createStore2(rl) {
|
|
273336
|
+
const store = {
|
|
273337
|
+
rl,
|
|
273338
|
+
hooks: [],
|
|
273339
|
+
hooksCleanup: [],
|
|
273340
|
+
hooksEffect: [],
|
|
273341
|
+
index: 0,
|
|
273342
|
+
handleChange() {
|
|
273343
|
+
}
|
|
273344
|
+
};
|
|
273345
|
+
return store;
|
|
273346
|
+
}
|
|
273347
|
+
function withHooks2(rl, cb) {
|
|
273348
|
+
const store = createStore2(rl);
|
|
273349
|
+
return hookStorage2.run(store, () => {
|
|
273350
|
+
function cycle(render) {
|
|
273351
|
+
store.handleChange = () => {
|
|
273352
|
+
store.index = 0;
|
|
273353
|
+
render();
|
|
273354
|
+
};
|
|
273355
|
+
store.handleChange();
|
|
273356
|
+
}
|
|
273357
|
+
return cb(cycle);
|
|
273358
|
+
});
|
|
273359
|
+
}
|
|
273360
|
+
function getStore2() {
|
|
273361
|
+
const store = hookStorage2.getStore();
|
|
273362
|
+
if (!store) {
|
|
273363
|
+
throw new HookError2("[Inquirer] Hook functions can only be called from within a prompt");
|
|
273364
|
+
}
|
|
273365
|
+
return store;
|
|
273366
|
+
}
|
|
273367
|
+
function readline3() {
|
|
273368
|
+
return getStore2().rl;
|
|
273369
|
+
}
|
|
273370
|
+
function withUpdates2(fn) {
|
|
273371
|
+
const wrapped = (...args) => {
|
|
273372
|
+
const store = getStore2();
|
|
273373
|
+
let shouldUpdate = false;
|
|
273374
|
+
const oldHandleChange = store.handleChange;
|
|
273375
|
+
store.handleChange = () => {
|
|
273376
|
+
shouldUpdate = true;
|
|
273377
|
+
};
|
|
273378
|
+
const returnValue = fn(...args);
|
|
273379
|
+
if (shouldUpdate) {
|
|
273380
|
+
oldHandleChange();
|
|
273381
|
+
}
|
|
273382
|
+
store.handleChange = oldHandleChange;
|
|
273383
|
+
return returnValue;
|
|
273384
|
+
};
|
|
273385
|
+
return AsyncResource4.bind(wrapped);
|
|
273386
|
+
}
|
|
273387
|
+
function withPointer2(cb) {
|
|
273388
|
+
const store = getStore2();
|
|
273389
|
+
const { index } = store;
|
|
273390
|
+
const pointer = {
|
|
273391
|
+
get() {
|
|
273392
|
+
return store.hooks[index];
|
|
273393
|
+
},
|
|
273394
|
+
set(value4) {
|
|
273395
|
+
store.hooks[index] = value4;
|
|
273396
|
+
},
|
|
273397
|
+
initialized: index in store.hooks
|
|
273398
|
+
};
|
|
273399
|
+
const returnValue = cb(pointer);
|
|
273400
|
+
store.index++;
|
|
273401
|
+
return returnValue;
|
|
273402
|
+
}
|
|
273403
|
+
function handleChange2() {
|
|
273404
|
+
getStore2().handleChange();
|
|
273405
|
+
}
|
|
273406
|
+
var effectScheduler2 = {
|
|
273407
|
+
queue(cb) {
|
|
273408
|
+
const store = getStore2();
|
|
273409
|
+
const { index } = store;
|
|
273410
|
+
store.hooksEffect.push(() => {
|
|
273411
|
+
store.hooksCleanup[index]?.();
|
|
273412
|
+
const cleanFn = cb(readline3());
|
|
273413
|
+
if (cleanFn != null && typeof cleanFn !== "function") {
|
|
273414
|
+
throw new ValidationError2("useEffect return value must be a cleanup function or nothing.");
|
|
273415
|
+
}
|
|
273416
|
+
store.hooksCleanup[index] = cleanFn;
|
|
273417
|
+
});
|
|
273418
|
+
},
|
|
273419
|
+
run() {
|
|
273420
|
+
const store = getStore2();
|
|
273421
|
+
withUpdates2(() => {
|
|
273422
|
+
store.hooksEffect.forEach((effect) => {
|
|
273423
|
+
effect();
|
|
273424
|
+
});
|
|
273425
|
+
store.hooksEffect.length = 0;
|
|
273426
|
+
})();
|
|
273427
|
+
},
|
|
273428
|
+
clearAll() {
|
|
273429
|
+
const store = getStore2();
|
|
273430
|
+
store.hooksCleanup.forEach((cleanFn) => {
|
|
273431
|
+
cleanFn?.();
|
|
273432
|
+
});
|
|
273433
|
+
store.hooksEffect.length = 0;
|
|
273434
|
+
store.hooksCleanup.length = 0;
|
|
273435
|
+
}
|
|
273436
|
+
};
|
|
273437
|
+
|
|
273438
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/use-state.js
|
|
273439
|
+
function useState2(defaultValue) {
|
|
273440
|
+
return withPointer2((pointer) => {
|
|
273441
|
+
const setFn = (newValue) => {
|
|
273442
|
+
if (pointer.get() !== newValue) {
|
|
273443
|
+
pointer.set(newValue);
|
|
273444
|
+
handleChange2();
|
|
273445
|
+
}
|
|
273446
|
+
};
|
|
273447
|
+
if (pointer.initialized) {
|
|
273448
|
+
return [pointer.get(), setFn];
|
|
273449
|
+
}
|
|
273450
|
+
const value4 = typeof defaultValue === "function" ? defaultValue() : defaultValue;
|
|
273451
|
+
pointer.set(value4);
|
|
273452
|
+
return [value4, setFn];
|
|
273453
|
+
});
|
|
273454
|
+
}
|
|
273455
|
+
|
|
273456
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/use-effect.js
|
|
273457
|
+
function useEffect2(cb, depArray) {
|
|
273458
|
+
withPointer2((pointer) => {
|
|
273459
|
+
const oldDeps = pointer.get();
|
|
273460
|
+
const hasChanged = !Array.isArray(oldDeps) || depArray.some((dep, i6) => !Object.is(dep, oldDeps[i6]));
|
|
273461
|
+
if (hasChanged) {
|
|
273462
|
+
effectScheduler2.queue(cb);
|
|
273463
|
+
}
|
|
273464
|
+
pointer.set(depArray);
|
|
273465
|
+
});
|
|
273466
|
+
}
|
|
273467
|
+
|
|
273468
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/theme.js
|
|
273469
|
+
var import_yoctocolors_cjs4 = __toESM(require_yoctocolors_cjs(), 1);
|
|
273470
|
+
var defaultTheme2 = {
|
|
273471
|
+
prefix: {
|
|
273472
|
+
idle: import_yoctocolors_cjs4.default.blue("?"),
|
|
273473
|
+
done: import_yoctocolors_cjs4.default.green(esm_default.tick)
|
|
273474
|
+
},
|
|
273475
|
+
spinner: {
|
|
273476
|
+
interval: 80,
|
|
273477
|
+
frames: ["⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏"].map((frame) => import_yoctocolors_cjs4.default.yellow(frame))
|
|
273478
|
+
},
|
|
273479
|
+
style: {
|
|
273480
|
+
answer: import_yoctocolors_cjs4.default.cyan,
|
|
273481
|
+
message: import_yoctocolors_cjs4.default.bold,
|
|
273482
|
+
error: (text2) => import_yoctocolors_cjs4.default.red(`> ${text2}`),
|
|
273483
|
+
defaultAnswer: (text2) => import_yoctocolors_cjs4.default.dim(`(${text2})`),
|
|
273484
|
+
help: import_yoctocolors_cjs4.default.dim,
|
|
273485
|
+
highlight: import_yoctocolors_cjs4.default.cyan,
|
|
273486
|
+
key: (text2) => import_yoctocolors_cjs4.default.cyan(import_yoctocolors_cjs4.default.bold(`<${text2}>`))
|
|
273487
|
+
}
|
|
273488
|
+
};
|
|
273489
|
+
|
|
273490
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/make-theme.js
|
|
273491
|
+
function isPlainObject3(value4) {
|
|
273492
|
+
if (typeof value4 !== "object" || value4 === null)
|
|
273493
|
+
return false;
|
|
273494
|
+
let proto = value4;
|
|
273495
|
+
while (Object.getPrototypeOf(proto) !== null) {
|
|
273496
|
+
proto = Object.getPrototypeOf(proto);
|
|
273497
|
+
}
|
|
273498
|
+
return Object.getPrototypeOf(value4) === proto;
|
|
273499
|
+
}
|
|
273500
|
+
function deepMerge3(...objects) {
|
|
273501
|
+
const output = {};
|
|
273502
|
+
for (const obj of objects) {
|
|
273503
|
+
for (const [key2, value4] of Object.entries(obj)) {
|
|
273504
|
+
const prevValue = output[key2];
|
|
273505
|
+
output[key2] = isPlainObject3(prevValue) && isPlainObject3(value4) ? deepMerge3(prevValue, value4) : value4;
|
|
273506
|
+
}
|
|
273507
|
+
}
|
|
273508
|
+
return output;
|
|
273509
|
+
}
|
|
273510
|
+
function makeTheme2(...themes) {
|
|
273511
|
+
const themesToMerge = [
|
|
273512
|
+
defaultTheme2,
|
|
273513
|
+
...themes.filter((theme) => theme != null)
|
|
273514
|
+
];
|
|
273515
|
+
return deepMerge3(...themesToMerge);
|
|
273516
|
+
}
|
|
273517
|
+
|
|
273518
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/use-prefix.js
|
|
273519
|
+
function usePrefix2({ status = "idle", theme }) {
|
|
273520
|
+
const [showLoader, setShowLoader] = useState2(false);
|
|
273521
|
+
const [tick, setTick] = useState2(0);
|
|
273522
|
+
const { prefix, spinner: spinner2 } = makeTheme2(theme);
|
|
273523
|
+
useEffect2(() => {
|
|
273524
|
+
if (status === "loading") {
|
|
273525
|
+
let tickInterval;
|
|
273526
|
+
let inc = -1;
|
|
273527
|
+
const delayTimeout = setTimeout(AsyncResource5.bind(() => {
|
|
273528
|
+
setShowLoader(true);
|
|
273529
|
+
tickInterval = setInterval(AsyncResource5.bind(() => {
|
|
273530
|
+
inc = inc + 1;
|
|
273531
|
+
setTick(inc % spinner2.frames.length);
|
|
273532
|
+
}), spinner2.interval);
|
|
273533
|
+
}), 300);
|
|
273534
|
+
return () => {
|
|
273535
|
+
clearTimeout(delayTimeout);
|
|
273536
|
+
clearInterval(tickInterval);
|
|
273537
|
+
};
|
|
273538
|
+
} else {
|
|
273539
|
+
setShowLoader(false);
|
|
273540
|
+
}
|
|
273541
|
+
}, [status]);
|
|
273542
|
+
if (showLoader) {
|
|
273543
|
+
return spinner2.frames[tick];
|
|
273544
|
+
}
|
|
273545
|
+
const iconName = status === "loading" ? "idle" : status;
|
|
273546
|
+
return typeof prefix === "string" ? prefix : prefix[iconName] ?? prefix["idle"];
|
|
273547
|
+
}
|
|
273548
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/use-ref.js
|
|
273549
|
+
function useRef2(val) {
|
|
273550
|
+
return useState2({ current: val })[0];
|
|
273551
|
+
}
|
|
273552
|
+
|
|
273553
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/use-keypress.js
|
|
273554
|
+
function useKeypress2(userHandler) {
|
|
273555
|
+
const signal = useRef2(userHandler);
|
|
273556
|
+
signal.current = userHandler;
|
|
273557
|
+
useEffect2((rl) => {
|
|
273558
|
+
let ignore = false;
|
|
273559
|
+
const handler = withUpdates2((_input, event) => {
|
|
273560
|
+
if (ignore)
|
|
273561
|
+
return;
|
|
273562
|
+
signal.current(event, rl);
|
|
273563
|
+
});
|
|
273564
|
+
rl.input.on("keypress", handler);
|
|
273565
|
+
return () => {
|
|
273566
|
+
ignore = true;
|
|
273567
|
+
rl.input.removeListener("keypress", handler);
|
|
273568
|
+
};
|
|
273569
|
+
}, []);
|
|
273570
|
+
}
|
|
273571
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/utils.js
|
|
273572
|
+
var import_cli_width2 = __toESM(require_cli_width(), 1);
|
|
273573
|
+
var import_wrap_ansi2 = __toESM(require_wrap_ansi(), 1);
|
|
273574
|
+
function breakLines2(content, width) {
|
|
273575
|
+
return content.split(`
|
|
273576
|
+
`).flatMap((line) => import_wrap_ansi2.default(line, width, { trim: false, hard: true }).split(`
|
|
273577
|
+
`).map((str) => str.trimEnd())).join(`
|
|
273578
|
+
`);
|
|
273579
|
+
}
|
|
273580
|
+
function readlineWidth2() {
|
|
273581
|
+
return import_cli_width2.default({ defaultWidth: 80, output: readline3().output });
|
|
273582
|
+
}
|
|
273583
|
+
|
|
273584
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/create-prompt.js
|
|
273585
|
+
var import_mute_stream2 = __toESM(require_lib13(), 1);
|
|
273586
|
+
init_mjs();
|
|
273587
|
+
import * as readline4 from "node:readline";
|
|
273588
|
+
import { AsyncResource as AsyncResource6 } from "node:async_hooks";
|
|
273589
|
+
|
|
273590
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/screen-manager.js
|
|
273591
|
+
var import_strip_ansi2 = __toESM(require_strip_ansi(), 1);
|
|
273592
|
+
var import_ansi_escapes3 = __toESM(require_ansi_escapes(), 1);
|
|
273593
|
+
var height2 = (content) => content.split(`
|
|
273594
|
+
`).length;
|
|
273595
|
+
var lastLine2 = (content) => content.split(`
|
|
273596
|
+
`).pop() ?? "";
|
|
273597
|
+
function cursorDown2(n6) {
|
|
273598
|
+
return n6 > 0 ? import_ansi_escapes3.default.cursorDown(n6) : "";
|
|
273599
|
+
}
|
|
273600
|
+
|
|
273601
|
+
class ScreenManager2 {
|
|
273602
|
+
rl;
|
|
273603
|
+
height = 0;
|
|
273604
|
+
extraLinesUnderPrompt = 0;
|
|
273605
|
+
cursorPos;
|
|
273606
|
+
constructor(rl) {
|
|
273607
|
+
this.rl = rl;
|
|
273608
|
+
this.rl = rl;
|
|
273609
|
+
this.cursorPos = rl.getCursorPos();
|
|
273610
|
+
}
|
|
273611
|
+
write(content) {
|
|
273612
|
+
this.rl.output.unmute();
|
|
273613
|
+
this.rl.output.write(content);
|
|
273614
|
+
this.rl.output.mute();
|
|
273615
|
+
}
|
|
273616
|
+
render(content, bottomContent = "") {
|
|
273617
|
+
const promptLine = lastLine2(content);
|
|
273618
|
+
const rawPromptLine = import_strip_ansi2.default(promptLine);
|
|
273619
|
+
let prompt = rawPromptLine;
|
|
273620
|
+
if (this.rl.line.length > 0) {
|
|
273621
|
+
prompt = prompt.slice(0, -this.rl.line.length);
|
|
273622
|
+
}
|
|
273623
|
+
this.rl.setPrompt(prompt);
|
|
273624
|
+
this.cursorPos = this.rl.getCursorPos();
|
|
273625
|
+
const width = readlineWidth2();
|
|
273626
|
+
content = breakLines2(content, width);
|
|
273627
|
+
bottomContent = breakLines2(bottomContent, width);
|
|
273628
|
+
if (rawPromptLine.length % width === 0) {
|
|
273629
|
+
content += `
|
|
273630
|
+
`;
|
|
273631
|
+
}
|
|
273632
|
+
let output = content + (bottomContent ? `
|
|
273633
|
+
` + bottomContent : "");
|
|
273634
|
+
const promptLineUpDiff = Math.floor(rawPromptLine.length / width) - this.cursorPos.rows;
|
|
273635
|
+
const bottomContentHeight = promptLineUpDiff + (bottomContent ? height2(bottomContent) : 0);
|
|
273636
|
+
if (bottomContentHeight > 0)
|
|
273637
|
+
output += import_ansi_escapes3.default.cursorUp(bottomContentHeight);
|
|
273638
|
+
output += import_ansi_escapes3.default.cursorTo(this.cursorPos.cols);
|
|
273639
|
+
this.write(cursorDown2(this.extraLinesUnderPrompt) + import_ansi_escapes3.default.eraseLines(this.height) + output);
|
|
273640
|
+
this.extraLinesUnderPrompt = bottomContentHeight;
|
|
273641
|
+
this.height = height2(output);
|
|
273642
|
+
}
|
|
273643
|
+
checkCursorPos() {
|
|
273644
|
+
const cursorPos = this.rl.getCursorPos();
|
|
273645
|
+
if (cursorPos.cols !== this.cursorPos.cols) {
|
|
273646
|
+
this.write(import_ansi_escapes3.default.cursorTo(cursorPos.cols));
|
|
273647
|
+
this.cursorPos = cursorPos;
|
|
273648
|
+
}
|
|
273649
|
+
}
|
|
273650
|
+
done({ clearContent }) {
|
|
273651
|
+
this.rl.setPrompt("");
|
|
273652
|
+
let output = cursorDown2(this.extraLinesUnderPrompt);
|
|
273653
|
+
output += clearContent ? import_ansi_escapes3.default.eraseLines(this.height) : `
|
|
273654
|
+
`;
|
|
273655
|
+
output += import_ansi_escapes3.default.cursorShow;
|
|
273656
|
+
this.write(output);
|
|
273657
|
+
this.rl.close();
|
|
273658
|
+
}
|
|
273659
|
+
}
|
|
273660
|
+
|
|
273661
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/promise-polyfill.js
|
|
273662
|
+
class PromisePolyfill2 extends Promise {
|
|
273663
|
+
static withResolver() {
|
|
273664
|
+
let resolve5;
|
|
273665
|
+
let reject;
|
|
273666
|
+
const promise = new Promise((res, rej) => {
|
|
273667
|
+
resolve5 = res;
|
|
273668
|
+
reject = rej;
|
|
273669
|
+
});
|
|
273670
|
+
return { promise, resolve: resolve5, reject };
|
|
273671
|
+
}
|
|
273672
|
+
}
|
|
273673
|
+
|
|
273674
|
+
// ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/create-prompt.js
|
|
273675
|
+
function getCallSites2() {
|
|
273676
|
+
const _prepareStackTrace = Error.prepareStackTrace;
|
|
273677
|
+
try {
|
|
273678
|
+
let result = [];
|
|
273679
|
+
Error.prepareStackTrace = (_5, callSites) => {
|
|
273680
|
+
const callSitesWithoutCurrent = callSites.slice(1);
|
|
273681
|
+
result = callSitesWithoutCurrent;
|
|
273682
|
+
return callSitesWithoutCurrent;
|
|
273683
|
+
};
|
|
273684
|
+
new Error().stack;
|
|
273685
|
+
return result;
|
|
273686
|
+
} finally {
|
|
273687
|
+
Error.prepareStackTrace = _prepareStackTrace;
|
|
273688
|
+
}
|
|
273689
|
+
}
|
|
273690
|
+
function createPrompt2(view) {
|
|
273691
|
+
const callSites = getCallSites2();
|
|
273692
|
+
const callerFilename = callSites[1]?.getFileName?.();
|
|
273693
|
+
const prompt = (config4, context = {}) => {
|
|
273694
|
+
const { input = process.stdin, signal } = context;
|
|
273695
|
+
const cleanups = new Set;
|
|
273696
|
+
const output = new import_mute_stream2.default;
|
|
273697
|
+
output.pipe(context.output ?? process.stdout);
|
|
273698
|
+
const rl = readline4.createInterface({
|
|
273699
|
+
terminal: true,
|
|
273700
|
+
input,
|
|
273701
|
+
output
|
|
273702
|
+
});
|
|
273703
|
+
const screen = new ScreenManager2(rl);
|
|
273704
|
+
const { promise, resolve: resolve5, reject } = PromisePolyfill2.withResolver();
|
|
273705
|
+
const cancel4 = () => reject(new CancelPromptError2);
|
|
273706
|
+
if (signal) {
|
|
273707
|
+
const abort = () => reject(new AbortPromptError2({ cause: signal.reason }));
|
|
273708
|
+
if (signal.aborted) {
|
|
273709
|
+
abort();
|
|
273710
|
+
return Object.assign(promise, { cancel: cancel4 });
|
|
273711
|
+
}
|
|
273712
|
+
signal.addEventListener("abort", abort);
|
|
273713
|
+
cleanups.add(() => signal.removeEventListener("abort", abort));
|
|
273714
|
+
}
|
|
273715
|
+
cleanups.add(onExit((code2, signal2) => {
|
|
273716
|
+
reject(new ExitPromptError2(`User force closed the prompt with ${code2} ${signal2}`));
|
|
273717
|
+
}));
|
|
273718
|
+
const checkCursorPos = () => screen.checkCursorPos();
|
|
273719
|
+
rl.input.on("keypress", checkCursorPos);
|
|
273720
|
+
cleanups.add(() => rl.input.removeListener("keypress", checkCursorPos));
|
|
273721
|
+
return withHooks2(rl, (cycle) => {
|
|
273722
|
+
const hooksCleanup = AsyncResource6.bind(() => effectScheduler2.clearAll());
|
|
273723
|
+
rl.on("close", hooksCleanup);
|
|
273724
|
+
cleanups.add(() => rl.removeListener("close", hooksCleanup));
|
|
273725
|
+
cycle(() => {
|
|
273726
|
+
try {
|
|
273727
|
+
const nextView = view(config4, (value4) => {
|
|
273728
|
+
setImmediate(() => resolve5(value4));
|
|
273729
|
+
});
|
|
273730
|
+
if (nextView === undefined) {
|
|
273731
|
+
throw new Error(`Prompt functions must return a string.
|
|
273732
|
+
at ${callerFilename}`);
|
|
273733
|
+
}
|
|
273734
|
+
const [content, bottomContent] = typeof nextView === "string" ? [nextView] : nextView;
|
|
273735
|
+
screen.render(content, bottomContent);
|
|
273736
|
+
effectScheduler2.run();
|
|
273737
|
+
} catch (error5) {
|
|
273738
|
+
reject(error5);
|
|
273739
|
+
}
|
|
273740
|
+
});
|
|
273741
|
+
return Object.assign(promise.then((answer) => {
|
|
273742
|
+
effectScheduler2.clearAll();
|
|
273743
|
+
return answer;
|
|
273744
|
+
}, (error5) => {
|
|
273745
|
+
effectScheduler2.clearAll();
|
|
273746
|
+
throw error5;
|
|
273747
|
+
}).finally(() => {
|
|
273748
|
+
cleanups.forEach((cleanup) => cleanup());
|
|
273749
|
+
screen.done({ clearContent: Boolean(context.clearPromptOnDone) });
|
|
273750
|
+
output.end();
|
|
273751
|
+
}).then(() => promise), { cancel: cancel4 });
|
|
273752
|
+
});
|
|
273753
|
+
};
|
|
273754
|
+
return prompt;
|
|
273755
|
+
}
|
|
273300
273756
|
// ../../node_modules/@inquirer/input/dist/esm/index.js
|
|
273301
273757
|
var inputTheme = {
|
|
273302
273758
|
validationFailureMode: "keep"
|
|
273303
273759
|
};
|
|
273304
|
-
var esm_default4 =
|
|
273760
|
+
var esm_default4 = createPrompt2((config4, done) => {
|
|
273305
273761
|
const { required, validate: validate4 = () => true } = config4;
|
|
273306
|
-
const theme =
|
|
273307
|
-
const [status, setStatus] =
|
|
273308
|
-
const [defaultValue = "", setDefaultValue] =
|
|
273309
|
-
const [errorMsg, setError] =
|
|
273310
|
-
const [value4, setValue] =
|
|
273311
|
-
const prefix =
|
|
273312
|
-
|
|
273762
|
+
const theme = makeTheme2(inputTheme, config4.theme);
|
|
273763
|
+
const [status, setStatus] = useState2("idle");
|
|
273764
|
+
const [defaultValue = "", setDefaultValue] = useState2(config4.default);
|
|
273765
|
+
const [errorMsg, setError] = useState2();
|
|
273766
|
+
const [value4, setValue] = useState2("");
|
|
273767
|
+
const prefix = usePrefix2({ status, theme });
|
|
273768
|
+
useKeypress2(async (key3, rl) => {
|
|
273313
273769
|
if (status !== "idle") {
|
|
273314
273770
|
return;
|
|
273315
273771
|
}
|
|
273316
|
-
if (
|
|
273772
|
+
if (isEnterKey2(key3)) {
|
|
273317
273773
|
const answer = value4 || defaultValue;
|
|
273318
273774
|
setStatus("loading");
|
|
273319
273775
|
const isValid2 = required && !answer ? "You must provide a value" : await validate4(answer);
|
|
@@ -273330,9 +273786,9 @@ var esm_default4 = createPrompt((config4, done) => {
|
|
|
273330
273786
|
setError(isValid2 || "You must provide a valid value");
|
|
273331
273787
|
setStatus("idle");
|
|
273332
273788
|
}
|
|
273333
|
-
} else if (
|
|
273789
|
+
} else if (isBackspaceKey2(key3) && !value4) {
|
|
273334
273790
|
setDefaultValue(undefined);
|
|
273335
|
-
} else if (
|
|
273791
|
+
} else if (key3.name === "tab" && !value4) {
|
|
273336
273792
|
setDefaultValue(undefined);
|
|
273337
273793
|
rl.clearLine(0);
|
|
273338
273794
|
rl.write(defaultValue);
|
|
@@ -273364,7 +273820,7 @@ var esm_default4 = createPrompt((config4, done) => {
|
|
|
273364
273820
|
});
|
|
273365
273821
|
|
|
273366
273822
|
// ../../node_modules/@inquirer/password/dist/esm/index.js
|
|
273367
|
-
var
|
|
273823
|
+
var import_ansi_escapes4 = __toESM(require_ansi_escapes(), 1);
|
|
273368
273824
|
var esm_default5 = createPrompt((config4, done) => {
|
|
273369
273825
|
const { validate: validate4 = () => true } = config4;
|
|
273370
273826
|
const theme = makeTheme(config4.theme);
|
|
@@ -273372,11 +273828,11 @@ var esm_default5 = createPrompt((config4, done) => {
|
|
|
273372
273828
|
const [errorMsg, setError] = useState();
|
|
273373
273829
|
const [value4, setValue] = useState("");
|
|
273374
273830
|
const prefix = usePrefix({ status, theme });
|
|
273375
|
-
useKeypress(async (
|
|
273831
|
+
useKeypress(async (key3, rl) => {
|
|
273376
273832
|
if (status !== "idle") {
|
|
273377
273833
|
return;
|
|
273378
273834
|
}
|
|
273379
|
-
if (isEnterKey(
|
|
273835
|
+
if (isEnterKey(key3)) {
|
|
273380
273836
|
const answer = value4;
|
|
273381
273837
|
setStatus("loading");
|
|
273382
273838
|
const isValid2 = await validate4(answer);
|
|
@@ -273401,7 +273857,7 @@ var esm_default5 = createPrompt((config4, done) => {
|
|
|
273401
273857
|
const maskChar = typeof config4.mask === "string" ? config4.mask : "*";
|
|
273402
273858
|
formattedValue = maskChar.repeat(value4.length);
|
|
273403
273859
|
} else if (status !== "done") {
|
|
273404
|
-
helpTip = `${theme.style.help("[input is masked]")}${
|
|
273860
|
+
helpTip = `${theme.style.help("[input is masked]")}${import_ansi_escapes4.default.cursorHide}`;
|
|
273405
273861
|
}
|
|
273406
273862
|
if (status === "done") {
|
|
273407
273863
|
formattedValue = theme.style.answer(formattedValue);
|
|
@@ -273552,7 +274008,6 @@ async function servicePrompt({
|
|
|
273552
274008
|
accept,
|
|
273553
274009
|
envKey,
|
|
273554
274010
|
defaultHandler,
|
|
273555
|
-
isRequired = false,
|
|
273556
274011
|
isCi = is_in_ci_default
|
|
273557
274012
|
}) {
|
|
273558
274013
|
if (services.length === 0) {
|
|
@@ -273566,27 +274021,20 @@ async function servicePrompt({
|
|
|
273566
274021
|
if (isCi) {
|
|
273567
274022
|
return;
|
|
273568
274023
|
}
|
|
273569
|
-
if (
|
|
274024
|
+
if (services.length === 1) {
|
|
273570
274025
|
return services[0];
|
|
273571
274026
|
}
|
|
273572
274027
|
return defaultHandler({ defaultService: selectedService });
|
|
273573
274028
|
}
|
|
273574
274029
|
|
|
273575
274030
|
// src/commands/connect/blockchain-node.prompt.ts
|
|
273576
|
-
async function blockchainNodePrompt({
|
|
273577
|
-
env: env2,
|
|
273578
|
-
nodes,
|
|
273579
|
-
accept,
|
|
273580
|
-
filterRunningOnly = false,
|
|
273581
|
-
isRequired = false
|
|
273582
|
-
}) {
|
|
274031
|
+
async function blockchainNodePrompt(env2, nodes, accept, filterRunningOnly = false) {
|
|
273583
274032
|
const choices = filterRunningOnly ? nodes.filter((node) => node.status === "COMPLETED") : nodes;
|
|
273584
274033
|
return servicePrompt({
|
|
273585
274034
|
env: env2,
|
|
273586
274035
|
services: nodes,
|
|
273587
274036
|
accept,
|
|
273588
274037
|
envKey: "SETTLEMINT_BLOCKCHAIN_NODE",
|
|
273589
|
-
isRequired,
|
|
273590
274038
|
defaultHandler: async ({ defaultService: defaultNode }) => {
|
|
273591
274039
|
return esm_default2({
|
|
273592
274040
|
message: "Which blockchain node do you want to connect to?",
|
|
@@ -273595,12 +274043,10 @@ async function blockchainNodePrompt({
|
|
|
273595
274043
|
name: node.name,
|
|
273596
274044
|
value: node
|
|
273597
274045
|
})),
|
|
273598
|
-
|
|
273599
|
-
|
|
273600
|
-
|
|
273601
|
-
|
|
273602
|
-
}
|
|
273603
|
-
]
|
|
274046
|
+
{
|
|
274047
|
+
name: "None",
|
|
274048
|
+
value: undefined
|
|
274049
|
+
}
|
|
273604
274050
|
],
|
|
273605
274051
|
default: defaultNode
|
|
273606
274052
|
});
|
|
@@ -273609,19 +274055,13 @@ async function blockchainNodePrompt({
|
|
|
273609
274055
|
}
|
|
273610
274056
|
|
|
273611
274057
|
// src/commands/connect/blockscout.prompt.ts
|
|
273612
|
-
async function blockscoutPrompt({
|
|
273613
|
-
env: env2,
|
|
273614
|
-
insights,
|
|
273615
|
-
accept,
|
|
273616
|
-
isRequired = false
|
|
273617
|
-
}) {
|
|
274058
|
+
async function blockscoutPrompt(env2, insights, accept) {
|
|
273618
274059
|
const possible = insights.filter((insight) => insight.insightsCategory === "BLOCKCHAIN_EXPLORER");
|
|
273619
274060
|
return servicePrompt({
|
|
273620
274061
|
env: env2,
|
|
273621
274062
|
services: possible,
|
|
273622
274063
|
accept,
|
|
273623
274064
|
envKey: "SETTLEMINT_BLOCKSCOUT",
|
|
273624
|
-
isRequired,
|
|
273625
274065
|
defaultHandler: async ({ defaultService: defaultBlockscout }) => {
|
|
273626
274066
|
return esm_default2({
|
|
273627
274067
|
message: "Which blockscout instance do you want to connect to?",
|
|
@@ -273630,12 +274070,10 @@ async function blockscoutPrompt({
|
|
|
273630
274070
|
name: insight.name,
|
|
273631
274071
|
value: insight
|
|
273632
274072
|
})),
|
|
273633
|
-
|
|
273634
|
-
|
|
273635
|
-
|
|
273636
|
-
|
|
273637
|
-
}
|
|
273638
|
-
]
|
|
274073
|
+
{
|
|
274074
|
+
name: "None",
|
|
274075
|
+
value: undefined
|
|
274076
|
+
}
|
|
273639
274077
|
],
|
|
273640
274078
|
default: defaultBlockscout
|
|
273641
274079
|
});
|
|
@@ -273644,18 +274082,12 @@ async function blockscoutPrompt({
|
|
|
273644
274082
|
}
|
|
273645
274083
|
|
|
273646
274084
|
// src/commands/connect/custom-deployment.prompt.ts
|
|
273647
|
-
async function customDeploymentPrompt({
|
|
273648
|
-
env: env2,
|
|
273649
|
-
customDeployments,
|
|
273650
|
-
accept,
|
|
273651
|
-
isRequired = false
|
|
273652
|
-
}) {
|
|
274085
|
+
async function customDeploymentPrompt(env2, customDeployments, accept) {
|
|
273653
274086
|
return servicePrompt({
|
|
273654
274087
|
env: env2,
|
|
273655
274088
|
services: customDeployments,
|
|
273656
274089
|
accept,
|
|
273657
274090
|
envKey: "SETTLEMINT_CUSTOM_DEPLOYMENT",
|
|
273658
|
-
isRequired,
|
|
273659
274091
|
defaultHandler: async ({
|
|
273660
274092
|
defaultService: defaultCustomDeployment
|
|
273661
274093
|
}) => {
|
|
@@ -273666,12 +274098,10 @@ async function customDeploymentPrompt({
|
|
|
273666
274098
|
name: customDeployment.name,
|
|
273667
274099
|
value: customDeployment
|
|
273668
274100
|
})),
|
|
273669
|
-
|
|
273670
|
-
|
|
273671
|
-
|
|
273672
|
-
|
|
273673
|
-
}
|
|
273674
|
-
]
|
|
274101
|
+
{
|
|
274102
|
+
name: "None",
|
|
274103
|
+
value: undefined
|
|
274104
|
+
}
|
|
273675
274105
|
],
|
|
273676
274106
|
default: defaultCustomDeployment
|
|
273677
274107
|
});
|
|
@@ -273680,19 +274110,13 @@ async function customDeploymentPrompt({
|
|
|
273680
274110
|
}
|
|
273681
274111
|
|
|
273682
274112
|
// src/commands/connect/hasura.prompt.ts
|
|
273683
|
-
async function hasuraPrompt({
|
|
273684
|
-
env: env2,
|
|
273685
|
-
integrations,
|
|
273686
|
-
accept,
|
|
273687
|
-
isRequired = false
|
|
273688
|
-
}) {
|
|
274113
|
+
async function hasuraPrompt(env2, integrations, accept) {
|
|
273689
274114
|
const possible = integrations.filter((integration) => integration.integrationType === "HASURA");
|
|
273690
274115
|
return servicePrompt({
|
|
273691
274116
|
env: env2,
|
|
273692
274117
|
services: possible,
|
|
273693
274118
|
accept,
|
|
273694
274119
|
envKey: "SETTLEMINT_HASURA",
|
|
273695
|
-
isRequired,
|
|
273696
274120
|
defaultHandler: async ({ defaultService: defaultHasura }) => {
|
|
273697
274121
|
return esm_default2({
|
|
273698
274122
|
message: "Which Hasura instance do you want to connect to?",
|
|
@@ -273701,12 +274125,10 @@ async function hasuraPrompt({
|
|
|
273701
274125
|
name: integration.name,
|
|
273702
274126
|
value: integration
|
|
273703
274127
|
})),
|
|
273704
|
-
|
|
273705
|
-
|
|
273706
|
-
|
|
273707
|
-
|
|
273708
|
-
}
|
|
273709
|
-
]
|
|
274128
|
+
{
|
|
274129
|
+
name: "None",
|
|
274130
|
+
value: undefined
|
|
274131
|
+
}
|
|
273710
274132
|
],
|
|
273711
274133
|
default: defaultHasura
|
|
273712
274134
|
});
|
|
@@ -273715,19 +274137,13 @@ async function hasuraPrompt({
|
|
|
273715
274137
|
}
|
|
273716
274138
|
|
|
273717
274139
|
// src/commands/connect/hd-private-keys.prompt.ts
|
|
273718
|
-
async function hdPrivateKeyPrompt({
|
|
273719
|
-
env: env2,
|
|
273720
|
-
privateKeys,
|
|
273721
|
-
accept,
|
|
273722
|
-
isRequired = false
|
|
273723
|
-
}) {
|
|
274140
|
+
async function hdPrivateKeyPrompt(env2, privateKeys, accept) {
|
|
273724
274141
|
const possible = privateKeys.filter((privateKey) => privateKey.privateKeyType === "HD_ECDSA_P256");
|
|
273725
274142
|
return servicePrompt({
|
|
273726
274143
|
env: env2,
|
|
273727
274144
|
services: possible,
|
|
273728
274145
|
accept,
|
|
273729
274146
|
envKey: "SETTLEMINT_HD_PRIVATE_KEY",
|
|
273730
|
-
isRequired,
|
|
273731
274147
|
defaultHandler: async ({ defaultService: defaultPrivateKey }) => {
|
|
273732
274148
|
return esm_default2({
|
|
273733
274149
|
message: "Which HD Private Key do you want to use?",
|
|
@@ -273736,12 +274152,10 @@ async function hdPrivateKeyPrompt({
|
|
|
273736
274152
|
name: privateKey.name,
|
|
273737
274153
|
value: privateKey
|
|
273738
274154
|
})),
|
|
273739
|
-
|
|
273740
|
-
|
|
273741
|
-
|
|
273742
|
-
|
|
273743
|
-
}
|
|
273744
|
-
]
|
|
274155
|
+
{
|
|
274156
|
+
name: "None",
|
|
274157
|
+
value: undefined
|
|
274158
|
+
}
|
|
273745
274159
|
],
|
|
273746
274160
|
default: defaultPrivateKey
|
|
273747
274161
|
});
|
|
@@ -273794,19 +274208,13 @@ async function instancePrompt(env2, accept, freeTextInput = false) {
|
|
|
273794
274208
|
}
|
|
273795
274209
|
|
|
273796
274210
|
// src/commands/connect/ipfs.prompt.ts
|
|
273797
|
-
async function ipfsPrompt({
|
|
273798
|
-
env: env2,
|
|
273799
|
-
storages,
|
|
273800
|
-
accept,
|
|
273801
|
-
isRequired = false
|
|
273802
|
-
}) {
|
|
274211
|
+
async function ipfsPrompt(env2, storages, accept) {
|
|
273803
274212
|
const possible = storages.filter((storage) => storage.storageProtocol === "IPFS");
|
|
273804
274213
|
return servicePrompt({
|
|
273805
274214
|
env: env2,
|
|
273806
274215
|
services: possible,
|
|
273807
274216
|
accept,
|
|
273808
274217
|
envKey: "SETTLEMINT_IPFS",
|
|
273809
|
-
isRequired,
|
|
273810
274218
|
defaultHandler: async ({ defaultService: defaultStorage }) => {
|
|
273811
274219
|
return esm_default2({
|
|
273812
274220
|
message: "Which IPFS instance do you want to connect to?",
|
|
@@ -273815,12 +274223,10 @@ async function ipfsPrompt({
|
|
|
273815
274223
|
name: storage.name,
|
|
273816
274224
|
value: storage
|
|
273817
274225
|
})),
|
|
273818
|
-
|
|
273819
|
-
|
|
273820
|
-
|
|
273821
|
-
|
|
273822
|
-
}
|
|
273823
|
-
]
|
|
274226
|
+
{
|
|
274227
|
+
name: "None",
|
|
274228
|
+
value: undefined
|
|
274229
|
+
}
|
|
273824
274230
|
],
|
|
273825
274231
|
default: defaultStorage
|
|
273826
274232
|
});
|
|
@@ -273829,19 +274235,13 @@ async function ipfsPrompt({
|
|
|
273829
274235
|
}
|
|
273830
274236
|
|
|
273831
274237
|
// src/commands/connect/minio.prompt.ts
|
|
273832
|
-
async function minioPrompt({
|
|
273833
|
-
env: env2,
|
|
273834
|
-
storages,
|
|
273835
|
-
accept,
|
|
273836
|
-
isRequired = false
|
|
273837
|
-
}) {
|
|
274238
|
+
async function minioPrompt(env2, storages, accept) {
|
|
273838
274239
|
const possible = storages.filter((storage) => storage.storageProtocol === "MINIO");
|
|
273839
274240
|
return servicePrompt({
|
|
273840
274241
|
env: env2,
|
|
273841
274242
|
services: possible,
|
|
273842
274243
|
accept,
|
|
273843
274244
|
envKey: "SETTLEMINT_MINIO",
|
|
273844
|
-
isRequired,
|
|
273845
274245
|
defaultHandler: async ({ defaultService: defaultStorage }) => {
|
|
273846
274246
|
return esm_default2({
|
|
273847
274247
|
message: "Which MinIO instance do you want to connect to?",
|
|
@@ -273850,12 +274250,10 @@ async function minioPrompt({
|
|
|
273850
274250
|
name: storage.name,
|
|
273851
274251
|
value: storage
|
|
273852
274252
|
})),
|
|
273853
|
-
|
|
273854
|
-
|
|
273855
|
-
|
|
273856
|
-
|
|
273857
|
-
}
|
|
273858
|
-
]
|
|
274253
|
+
{
|
|
274254
|
+
name: "None",
|
|
274255
|
+
value: undefined
|
|
274256
|
+
}
|
|
273859
274257
|
],
|
|
273860
274258
|
default: defaultStorage
|
|
273861
274259
|
});
|
|
@@ -273864,19 +274262,13 @@ async function minioPrompt({
|
|
|
273864
274262
|
}
|
|
273865
274263
|
|
|
273866
274264
|
// src/commands/connect/portal.prompt.ts
|
|
273867
|
-
async function portalPrompt({
|
|
273868
|
-
env: env2,
|
|
273869
|
-
middlewares,
|
|
273870
|
-
accept,
|
|
273871
|
-
isRequired = false
|
|
273872
|
-
}) {
|
|
274265
|
+
async function portalPrompt(env2, middlewares, accept) {
|
|
273873
274266
|
const possible = middlewares.filter((middleware) => middleware.interface === "SMART_CONTRACT_PORTAL");
|
|
273874
274267
|
return servicePrompt({
|
|
273875
274268
|
env: env2,
|
|
273876
274269
|
services: possible,
|
|
273877
274270
|
accept,
|
|
273878
274271
|
envKey: "SETTLEMINT_PORTAL",
|
|
273879
|
-
isRequired,
|
|
273880
274272
|
defaultHandler: async ({ defaultService: defaultMiddleware }) => {
|
|
273881
274273
|
return esm_default2({
|
|
273882
274274
|
message: "Which Smart Contract Portal instance do you want to connect to?",
|
|
@@ -273885,12 +274277,10 @@ async function portalPrompt({
|
|
|
273885
274277
|
name: middleware.name,
|
|
273886
274278
|
value: middleware
|
|
273887
274279
|
})),
|
|
273888
|
-
|
|
273889
|
-
|
|
273890
|
-
|
|
273891
|
-
|
|
273892
|
-
}
|
|
273893
|
-
]
|
|
274280
|
+
{
|
|
274281
|
+
name: "None",
|
|
274282
|
+
value: undefined
|
|
274283
|
+
}
|
|
273894
274284
|
],
|
|
273895
274285
|
default: defaultMiddleware
|
|
273896
274286
|
});
|
|
@@ -273907,12 +274297,12 @@ async function servicesSpinner(settlemint, application) {
|
|
|
273907
274297
|
const [
|
|
273908
274298
|
blockchainNetworks,
|
|
273909
274299
|
blockchainNodes,
|
|
273910
|
-
|
|
273911
|
-
|
|
273912
|
-
|
|
273913
|
-
|
|
274300
|
+
middleware,
|
|
274301
|
+
integrationTool,
|
|
274302
|
+
storage,
|
|
274303
|
+
privateKey,
|
|
273914
274304
|
insights,
|
|
273915
|
-
|
|
274305
|
+
customDeployment
|
|
273916
274306
|
] = await Promise.all([
|
|
273917
274307
|
settlemint.blockchainNetwork.list(application.uniqueName),
|
|
273918
274308
|
settlemint.blockchainNode.list(application.uniqueName),
|
|
@@ -273926,25 +274316,19 @@ async function servicesSpinner(settlemint, application) {
|
|
|
273926
274316
|
return {
|
|
273927
274317
|
blockchainNetworks,
|
|
273928
274318
|
blockchainNodes,
|
|
273929
|
-
|
|
273930
|
-
|
|
273931
|
-
|
|
273932
|
-
|
|
274319
|
+
middleware,
|
|
274320
|
+
integrationTool,
|
|
274321
|
+
storage,
|
|
274322
|
+
privateKey,
|
|
273933
274323
|
insights,
|
|
273934
|
-
|
|
274324
|
+
customDeployment
|
|
273935
274325
|
};
|
|
273936
274326
|
}
|
|
273937
274327
|
});
|
|
273938
274328
|
}
|
|
273939
274329
|
|
|
273940
274330
|
// src/commands/connect/thegraph.prompt.ts
|
|
273941
|
-
async function theGraphPrompt({
|
|
273942
|
-
env: env2,
|
|
273943
|
-
middlewares,
|
|
273944
|
-
accept,
|
|
273945
|
-
filterRunningOnly = false,
|
|
273946
|
-
isRequired = false
|
|
273947
|
-
}) {
|
|
274331
|
+
async function theGraphPrompt(env2, middlewares, accept, filterRunningOnly = false) {
|
|
273948
274332
|
const graphMiddlewares = middlewares.filter((middleware) => middleware.__typename === "HAGraphMiddleware");
|
|
273949
274333
|
const choices = filterRunningOnly ? graphMiddlewares.filter((middleware) => middleware.status === "COMPLETED") : graphMiddlewares;
|
|
273950
274334
|
return servicePrompt({
|
|
@@ -273952,7 +274336,6 @@ async function theGraphPrompt({
|
|
|
273952
274336
|
services: graphMiddlewares,
|
|
273953
274337
|
accept,
|
|
273954
274338
|
envKey: "SETTLEMINT_THEGRAPH",
|
|
273955
|
-
isRequired,
|
|
273956
274339
|
defaultHandler: async ({ defaultService: defaultMiddleware }) => {
|
|
273957
274340
|
return esm_default2({
|
|
273958
274341
|
message: "Which The Graph instance do you want to connect to?",
|
|
@@ -273961,12 +274344,10 @@ async function theGraphPrompt({
|
|
|
273961
274344
|
name: middleware.name,
|
|
273962
274345
|
value: middleware
|
|
273963
274346
|
})),
|
|
273964
|
-
|
|
273965
|
-
|
|
273966
|
-
|
|
273967
|
-
|
|
273968
|
-
}
|
|
273969
|
-
]
|
|
274347
|
+
{
|
|
274348
|
+
name: "None",
|
|
274349
|
+
value: undefined
|
|
274350
|
+
}
|
|
273970
274351
|
],
|
|
273971
274352
|
default: defaultMiddleware
|
|
273972
274353
|
});
|
|
@@ -274021,52 +274402,16 @@ function connectCommand() {
|
|
|
274021
274402
|
const workspace = await workspacePrompt(env2, workspaces, acceptDefaults);
|
|
274022
274403
|
const application = await applicationPrompt(env2, workspace?.applications ?? [], acceptDefaults);
|
|
274023
274404
|
const aatToken = await applicationAccessTokenPrompt(env2, application, settlemint, acceptDefaults);
|
|
274024
|
-
const {
|
|
274025
|
-
const blockchainNode = await blockchainNodePrompt(
|
|
274026
|
-
|
|
274027
|
-
|
|
274028
|
-
|
|
274029
|
-
|
|
274030
|
-
const
|
|
274031
|
-
|
|
274032
|
-
|
|
274033
|
-
|
|
274034
|
-
});
|
|
274035
|
-
const thegraph = await theGraphPrompt({
|
|
274036
|
-
env: env2,
|
|
274037
|
-
middlewares,
|
|
274038
|
-
accept: acceptDefaults
|
|
274039
|
-
});
|
|
274040
|
-
const portal = await portalPrompt({
|
|
274041
|
-
env: env2,
|
|
274042
|
-
middlewares,
|
|
274043
|
-
accept: acceptDefaults
|
|
274044
|
-
});
|
|
274045
|
-
const ipfs = await ipfsPrompt({
|
|
274046
|
-
env: env2,
|
|
274047
|
-
storages,
|
|
274048
|
-
accept: acceptDefaults
|
|
274049
|
-
});
|
|
274050
|
-
const minio = await minioPrompt({
|
|
274051
|
-
env: env2,
|
|
274052
|
-
storages,
|
|
274053
|
-
accept: acceptDefaults
|
|
274054
|
-
});
|
|
274055
|
-
const hdPrivateKey = await hdPrivateKeyPrompt({
|
|
274056
|
-
env: env2,
|
|
274057
|
-
privateKeys,
|
|
274058
|
-
accept: acceptDefaults
|
|
274059
|
-
});
|
|
274060
|
-
const cDeployment = await customDeploymentPrompt({
|
|
274061
|
-
env: env2,
|
|
274062
|
-
customDeployments,
|
|
274063
|
-
accept: acceptDefaults
|
|
274064
|
-
});
|
|
274065
|
-
const blockscout = await blockscoutPrompt({
|
|
274066
|
-
env: env2,
|
|
274067
|
-
insights,
|
|
274068
|
-
accept: acceptDefaults
|
|
274069
|
-
});
|
|
274405
|
+
const { middleware, integrationTool, storage, privateKey, insights, customDeployment, blockchainNodes } = await servicesSpinner(settlemint, application);
|
|
274406
|
+
const blockchainNode = await blockchainNodePrompt(env2, blockchainNodes, acceptDefaults);
|
|
274407
|
+
const hasura = await hasuraPrompt(env2, integrationTool, acceptDefaults);
|
|
274408
|
+
const thegraph = await theGraphPrompt(env2, middleware, acceptDefaults);
|
|
274409
|
+
const portal = await portalPrompt(env2, middleware, acceptDefaults);
|
|
274410
|
+
const ipfs = await ipfsPrompt(env2, storage, acceptDefaults);
|
|
274411
|
+
const minio = await minioPrompt(env2, storage, acceptDefaults);
|
|
274412
|
+
const hdPrivateKey = await hdPrivateKeyPrompt(env2, privateKey, acceptDefaults);
|
|
274413
|
+
const cDeployment = await customDeploymentPrompt(env2, customDeployment, acceptDefaults);
|
|
274414
|
+
const blockscout = await blockscoutPrompt(env2, insights, acceptDefaults);
|
|
274070
274415
|
if (acceptDefaults) {
|
|
274071
274416
|
const selectedServices = [
|
|
274072
274417
|
`Workspace: ${workspace.name}`,
|
|
@@ -274383,7 +274728,7 @@ var basename2 = function(p5, extension) {
|
|
|
274383
274728
|
return extension && lastSegment.endsWith(extension) ? lastSegment.slice(0, -extension.length) : lastSegment;
|
|
274384
274729
|
};
|
|
274385
274730
|
// ../../node_modules/defu/dist/defu.mjs
|
|
274386
|
-
function
|
|
274731
|
+
function isPlainObject4(value4) {
|
|
274387
274732
|
if (value4 === null || typeof value4 !== "object") {
|
|
274388
274733
|
return false;
|
|
274389
274734
|
}
|
|
@@ -274400,27 +274745,27 @@ function isPlainObject3(value4) {
|
|
|
274400
274745
|
return true;
|
|
274401
274746
|
}
|
|
274402
274747
|
function _defu(baseObject, defaults2, namespace = ".", merger) {
|
|
274403
|
-
if (!
|
|
274748
|
+
if (!isPlainObject4(defaults2)) {
|
|
274404
274749
|
return _defu(baseObject, {}, namespace, merger);
|
|
274405
274750
|
}
|
|
274406
274751
|
const object = Object.assign({}, defaults2);
|
|
274407
|
-
for (const
|
|
274408
|
-
if (
|
|
274752
|
+
for (const key3 in baseObject) {
|
|
274753
|
+
if (key3 === "__proto__" || key3 === "constructor") {
|
|
274409
274754
|
continue;
|
|
274410
274755
|
}
|
|
274411
|
-
const value4 = baseObject[
|
|
274756
|
+
const value4 = baseObject[key3];
|
|
274412
274757
|
if (value4 === null || value4 === undefined) {
|
|
274413
274758
|
continue;
|
|
274414
274759
|
}
|
|
274415
|
-
if (merger && merger(object,
|
|
274760
|
+
if (merger && merger(object, key3, value4, namespace)) {
|
|
274416
274761
|
continue;
|
|
274417
274762
|
}
|
|
274418
|
-
if (Array.isArray(value4) && Array.isArray(object[
|
|
274419
|
-
object[
|
|
274420
|
-
} else if (
|
|
274421
|
-
object[
|
|
274763
|
+
if (Array.isArray(value4) && Array.isArray(object[key3])) {
|
|
274764
|
+
object[key3] = [...value4, ...object[key3]];
|
|
274765
|
+
} else if (isPlainObject4(value4) && isPlainObject4(object[key3])) {
|
|
274766
|
+
object[key3] = _defu(value4, object[key3], (namespace ? `${namespace}.` : "") + key3.toString(), merger);
|
|
274422
274767
|
} else {
|
|
274423
|
-
object[
|
|
274768
|
+
object[key3] = value4;
|
|
274424
274769
|
}
|
|
274425
274770
|
}
|
|
274426
274771
|
return object;
|
|
@@ -274429,15 +274774,15 @@ function createDefu(merger) {
|
|
|
274429
274774
|
return (...arguments_4) => arguments_4.reduce((p5, c3) => _defu(p5, c3, "", merger), {});
|
|
274430
274775
|
}
|
|
274431
274776
|
var defu = createDefu();
|
|
274432
|
-
var defuFn = createDefu((object,
|
|
274433
|
-
if (object[
|
|
274434
|
-
object[
|
|
274777
|
+
var defuFn = createDefu((object, key3, currentValue) => {
|
|
274778
|
+
if (object[key3] !== undefined && typeof currentValue === "function") {
|
|
274779
|
+
object[key3] = currentValue(object[key3]);
|
|
274435
274780
|
return true;
|
|
274436
274781
|
}
|
|
274437
274782
|
});
|
|
274438
|
-
var defuArrayFn = createDefu((object,
|
|
274439
|
-
if (Array.isArray(object[
|
|
274440
|
-
object[
|
|
274783
|
+
var defuArrayFn = createDefu((object, key3, currentValue) => {
|
|
274784
|
+
if (Array.isArray(object[key3]) && typeof currentValue === "function") {
|
|
274785
|
+
object[key3] = currentValue(object[key3]);
|
|
274441
274786
|
return true;
|
|
274442
274787
|
}
|
|
274443
274788
|
});
|
|
@@ -274660,11 +275005,11 @@ function cacheDirectory() {
|
|
|
274660
275005
|
}
|
|
274661
275006
|
function normalizeHeaders(headers = {}) {
|
|
274662
275007
|
const normalized = {};
|
|
274663
|
-
for (const [
|
|
275008
|
+
for (const [key3, value4] of Object.entries(headers)) {
|
|
274664
275009
|
if (!value4) {
|
|
274665
275010
|
continue;
|
|
274666
275011
|
}
|
|
274667
|
-
normalized[
|
|
275012
|
+
normalized[key3.toLowerCase()] = value4;
|
|
274668
275013
|
}
|
|
274669
275014
|
return normalized;
|
|
274670
275015
|
}
|
|
@@ -275696,18 +276041,12 @@ function applicationCreateCommand() {
|
|
|
275696
276041
|
}
|
|
275697
276042
|
|
|
275698
276043
|
// src/commands/connect/blockchain-network.prompt.ts
|
|
275699
|
-
async function blockchainNetworkPrompt({
|
|
275700
|
-
env: env2,
|
|
275701
|
-
networks,
|
|
275702
|
-
accept,
|
|
275703
|
-
isRequired = false
|
|
275704
|
-
}) {
|
|
276044
|
+
async function blockchainNetworkPrompt(env2, networks, accept) {
|
|
275705
276045
|
return servicePrompt({
|
|
275706
276046
|
env: env2,
|
|
275707
276047
|
services: networks,
|
|
275708
276048
|
accept,
|
|
275709
276049
|
envKey: "SETTLEMINT_BLOCKCHAIN_NETWORK",
|
|
275710
|
-
isRequired,
|
|
275711
276050
|
defaultHandler: async ({ defaultService: defaultNetwork }) => {
|
|
275712
276051
|
return esm_default2({
|
|
275713
276052
|
message: "Which blockchain network do you want to connect to?",
|
|
@@ -275716,12 +276055,10 @@ async function blockchainNetworkPrompt({
|
|
|
275716
276055
|
name: network.name,
|
|
275717
276056
|
value: network
|
|
275718
276057
|
})),
|
|
275719
|
-
|
|
275720
|
-
|
|
275721
|
-
|
|
275722
|
-
|
|
275723
|
-
}
|
|
275724
|
-
]
|
|
276058
|
+
{
|
|
276059
|
+
name: "None",
|
|
276060
|
+
value: undefined
|
|
276061
|
+
}
|
|
275725
276062
|
],
|
|
275726
276063
|
default: defaultNetwork
|
|
275727
276064
|
});
|
|
@@ -275761,12 +276098,7 @@ function blockchainNodeBesuCreateCommand() {
|
|
|
275761
276098
|
let networkUniqueName = blockchainNetwork;
|
|
275762
276099
|
if (!networkUniqueName) {
|
|
275763
276100
|
const networks = await settlemint.blockchainNetwork.list(applicationUniqueName);
|
|
275764
|
-
const network = await blockchainNetworkPrompt(
|
|
275765
|
-
env: env2,
|
|
275766
|
-
networks,
|
|
275767
|
-
accept: acceptDefaults,
|
|
275768
|
-
isRequired: true
|
|
275769
|
-
});
|
|
276101
|
+
const network = await blockchainNetworkPrompt(env2, networks, acceptDefaults);
|
|
275770
276102
|
if (!network) {
|
|
275771
276103
|
return nothingSelectedError("blockchain network");
|
|
275772
276104
|
}
|
|
@@ -275839,12 +276171,7 @@ function blockscoutInsightsCreateCommand() {
|
|
|
275839
276171
|
const loadBalancerUniqueName = blockchainNodeUniqueName ? undefined : loadBalancer ?? env2.SETTLEMINT_LOAD_BALANCER;
|
|
275840
276172
|
if (!blockchainNodeUniqueName && !loadBalancerUniqueName) {
|
|
275841
276173
|
const blockchainNodes = await settlemint.blockchainNode.list(applicationUniqueName);
|
|
275842
|
-
const node = await blockchainNodePrompt(
|
|
275843
|
-
env: env2,
|
|
275844
|
-
nodes: blockchainNodes,
|
|
275845
|
-
accept: acceptDefaults,
|
|
275846
|
-
isRequired: true
|
|
275847
|
-
});
|
|
276174
|
+
const node = await blockchainNodePrompt(env2, blockchainNodes, acceptDefaults);
|
|
275848
276175
|
if (!node) {
|
|
275849
276176
|
return nothingSelectedError("blockchain node");
|
|
275850
276177
|
}
|
|
@@ -275974,12 +276301,7 @@ function graphMiddlewareCreateCommand() {
|
|
|
275974
276301
|
let blockchainNodeUniqueName = blockchainNode;
|
|
275975
276302
|
if (!blockchainNodeUniqueName) {
|
|
275976
276303
|
const blockchainNodes = await settlemint.blockchainNode.list(applicationUniqueName);
|
|
275977
|
-
const node = await blockchainNodePrompt(
|
|
275978
|
-
env: env2,
|
|
275979
|
-
nodes: blockchainNodes,
|
|
275980
|
-
accept: acceptDefaults,
|
|
275981
|
-
isRequired: true
|
|
275982
|
-
});
|
|
276304
|
+
const node = await blockchainNodePrompt(env2, blockchainNodes, acceptDefaults);
|
|
275983
276305
|
if (!node) {
|
|
275984
276306
|
return nothingSelectedError("blockchain node");
|
|
275985
276307
|
}
|
|
@@ -276057,12 +276379,7 @@ function smartContractPortalMiddlewareCreateCommand() {
|
|
|
276057
276379
|
const loadBalancerUniqueName = blockchainNodeUniqueName ? undefined : loadBalancer ?? env2.SETTLEMINT_LOAD_BALANCER;
|
|
276058
276380
|
if (!blockchainNodeUniqueName && !loadBalancerUniqueName) {
|
|
276059
276381
|
const blockchainNodes = await settlemint.blockchainNode.list(applicationUniqueName);
|
|
276060
|
-
const node = await blockchainNodePrompt(
|
|
276061
|
-
env: env2,
|
|
276062
|
-
nodes: blockchainNodes,
|
|
276063
|
-
accept: acceptDefaults,
|
|
276064
|
-
isRequired: true
|
|
276065
|
-
});
|
|
276382
|
+
const node = await blockchainNodePrompt(env2, blockchainNodes, acceptDefaults);
|
|
276066
276383
|
if (!node) {
|
|
276067
276384
|
return nothingSelectedError("blockchain node");
|
|
276068
276385
|
}
|
|
@@ -276154,12 +276471,7 @@ function privateKeyHdCreateCommand() {
|
|
|
276154
276471
|
let blockchainNodeUniqueName = blockchainNode;
|
|
276155
276472
|
if (!blockchainNodeUniqueName) {
|
|
276156
276473
|
const blockchainNodes = await settlemint.blockchainNode.list(applicationUniqueName);
|
|
276157
|
-
const node = await blockchainNodePrompt(
|
|
276158
|
-
env: env2,
|
|
276159
|
-
nodes: blockchainNodes,
|
|
276160
|
-
accept: acceptDefaults,
|
|
276161
|
-
isRequired: true
|
|
276162
|
-
});
|
|
276474
|
+
const node = await blockchainNodePrompt(env2, blockchainNodes, acceptDefaults);
|
|
276163
276475
|
if (!node) {
|
|
276164
276476
|
return nothingSelectedError("blockchain node");
|
|
276165
276477
|
}
|
|
@@ -276225,12 +276537,7 @@ function privateKeyHsmCreateCommand() {
|
|
|
276225
276537
|
let blockchainNodeUniqueName = blockchainNode;
|
|
276226
276538
|
if (!blockchainNodeUniqueName) {
|
|
276227
276539
|
const blockchainNodes = await settlemint.blockchainNode.list(applicationUniqueName);
|
|
276228
|
-
const node = await blockchainNodePrompt(
|
|
276229
|
-
env: env2,
|
|
276230
|
-
nodes: blockchainNodes,
|
|
276231
|
-
accept: acceptDefaults,
|
|
276232
|
-
isRequired: true
|
|
276233
|
-
});
|
|
276540
|
+
const node = await blockchainNodePrompt(env2, blockchainNodes, acceptDefaults);
|
|
276234
276541
|
if (!node) {
|
|
276235
276542
|
return nothingSelectedError("blockchain node");
|
|
276236
276543
|
}
|
|
@@ -276880,11 +277187,11 @@ function createCommand4() {
|
|
|
276880
277187
|
|
|
276881
277188
|
// src/utils/passthrough-options.ts
|
|
276882
277189
|
function mapPassthroughOptions(options, command) {
|
|
276883
|
-
const optionArgs = Object.entries(options).map(([
|
|
277190
|
+
const optionArgs = Object.entries(options).map(([key3, value4]) => {
|
|
276884
277191
|
if (value4 === true) {
|
|
276885
|
-
return `--${
|
|
277192
|
+
return `--${key3}`;
|
|
276886
277193
|
}
|
|
276887
|
-
return `--${
|
|
277194
|
+
return `--${key3}=${value4}`;
|
|
276888
277195
|
});
|
|
276889
277196
|
return [...optionArgs, ...command.args];
|
|
276890
277197
|
}
|
|
@@ -277068,12 +277375,7 @@ async function selectTargetNode({
|
|
|
277068
277375
|
if (nodesWithActivePrivateKey.length === 0) {
|
|
277069
277376
|
cancel("No EVM blockchain nodes with private keys found. Please activate a private key on your EVM blockchain node and try again.");
|
|
277070
277377
|
}
|
|
277071
|
-
const blockchainNode = await blockchainNodePrompt(
|
|
277072
|
-
env: env2,
|
|
277073
|
-
nodes: nodesWithActivePrivateKey,
|
|
277074
|
-
accept: autoAccept,
|
|
277075
|
-
isRequired: true
|
|
277076
|
-
});
|
|
277378
|
+
const blockchainNode = await blockchainNodePrompt(env2, nodesWithActivePrivateKey, autoAccept, true);
|
|
277077
277379
|
if (!blockchainNode) {
|
|
277078
277380
|
return nothingSelectedError("EVM blockchain node");
|
|
277079
277381
|
}
|
|
@@ -277351,7 +277653,7 @@ import { basename as basename4, join as join9 } from "node:path";
|
|
|
277351
277653
|
var composer = require_composer();
|
|
277352
277654
|
var Document = require_Document();
|
|
277353
277655
|
var Schema = require_Schema();
|
|
277354
|
-
var
|
|
277656
|
+
var errors3 = require_errors3();
|
|
277355
277657
|
var Alias = require_Alias();
|
|
277356
277658
|
var identity3 = require_identity();
|
|
277357
277659
|
var Pair = require_Pair();
|
|
@@ -277367,9 +277669,9 @@ var visit2 = require_visit();
|
|
|
277367
277669
|
var $Composer = composer.Composer;
|
|
277368
277670
|
var $Document = Document.Document;
|
|
277369
277671
|
var $Schema = Schema.Schema;
|
|
277370
|
-
var $YAMLError =
|
|
277371
|
-
var $YAMLParseError =
|
|
277372
|
-
var $YAMLWarning =
|
|
277672
|
+
var $YAMLError = errors3.YAMLError;
|
|
277673
|
+
var $YAMLParseError = errors3.YAMLParseError;
|
|
277674
|
+
var $YAMLWarning = errors3.YAMLWarning;
|
|
277373
277675
|
var $Alias = Alias.Alias;
|
|
277374
277676
|
var $isAlias = identity3.isAlias;
|
|
277375
277677
|
var $isCollection = identity3.isCollection;
|
|
@@ -277517,12 +277819,7 @@ async function getTheGraphMiddleware({
|
|
|
277517
277819
|
return missingApplication();
|
|
277518
277820
|
}
|
|
277519
277821
|
const middlewares = await settlemintClient.middleware.list(env2.SETTLEMINT_APPLICATION);
|
|
277520
|
-
return theGraphPrompt(
|
|
277521
|
-
env: env2,
|
|
277522
|
-
middlewares,
|
|
277523
|
-
accept: autoAccept,
|
|
277524
|
-
isRequired: true
|
|
277525
|
-
});
|
|
277822
|
+
return theGraphPrompt(env2, middlewares, autoAccept, true);
|
|
277526
277823
|
}
|
|
277527
277824
|
async function getTheGraphNetwork({
|
|
277528
277825
|
theGraphMiddleware,
|
|
@@ -277736,4 +278033,4 @@ function sdkCliCommand(exitOverride = undefined) {
|
|
|
277736
278033
|
ascii();
|
|
277737
278034
|
sdkCliCommand();
|
|
277738
278035
|
|
|
277739
|
-
//# debugId=
|
|
278036
|
+
//# debugId=C0D154B3F327733D64756E2164756E21
|