@settlemint/sdk-cli 0.9.0-pr0672605a → 0.9.0-pr2edbbcf1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +22 -41
- package/dist/cli.js.map +3 -3
- package/package.json +3 -3
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.AUxMLrbNKG:/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.AUxMLrbNKG:/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.AUxMLrbNKG:/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
|
}) => {
|
|
@@ -30374,7 +30374,7 @@ var require_typescript = __commonJS((exports, module) => {
|
|
|
30374
30374
|
});
|
|
30375
30375
|
module2.exports = __toCommonJS(typescript_exports);
|
|
30376
30376
|
var versionMajorMinor = "5.7";
|
|
30377
|
-
var version = "5.7.
|
|
30377
|
+
var version = "5.7.2";
|
|
30378
30378
|
var Comparison = /* @__PURE__ */ ((Comparison3) => {
|
|
30379
30379
|
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
|
|
30380
30380
|
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
|
|
@@ -42090,7 +42090,6 @@ ${lanes.join(`
|
|
|
42090
42090
|
}
|
|
42091
42091
|
var targetToLibMap = /* @__PURE__ */ new Map([
|
|
42092
42092
|
[99, "lib.esnext.full.d.ts"],
|
|
42093
|
-
[11, "lib.es2024.full.d.ts"],
|
|
42094
42093
|
[10, "lib.es2023.full.d.ts"],
|
|
42095
42094
|
[9, "lib.es2022.full.d.ts"],
|
|
42096
42095
|
[8, "lib.es2021.full.d.ts"],
|
|
@@ -42105,7 +42104,6 @@ ${lanes.join(`
|
|
|
42105
42104
|
const target = getEmitScriptTarget(options);
|
|
42106
42105
|
switch (target) {
|
|
42107
42106
|
case 99:
|
|
42108
|
-
case 11:
|
|
42109
42107
|
case 10:
|
|
42110
42108
|
case 9:
|
|
42111
42109
|
case 8:
|
|
@@ -75161,7 +75159,6 @@ ${lanes.join(`
|
|
|
75161
75159
|
var resolvingSignature = createSignature(undefined, undefined, undefined, emptyArray, anyType2, undefined, 0, 0);
|
|
75162
75160
|
var silentNeverSignature = createSignature(undefined, undefined, undefined, emptyArray, silentNeverType, undefined, 0, 0);
|
|
75163
75161
|
var enumNumberIndexInfo = createIndexInfo(numberType2, stringType2, true);
|
|
75164
|
-
var anyBaseTypeIndexInfo = createIndexInfo(stringType2, anyType2, false);
|
|
75165
75162
|
var iterationTypesCache = /* @__PURE__ */ new Map;
|
|
75166
75163
|
var noIterationTypes = {
|
|
75167
75164
|
get yieldType() {
|
|
@@ -78120,7 +78117,7 @@ ${lanes.join(`
|
|
|
78120
78117
|
return true;
|
|
78121
78118
|
}
|
|
78122
78119
|
if (requiresAddingUndefined && annotationType) {
|
|
78123
|
-
annotationType =
|
|
78120
|
+
annotationType = getOptionalType(annotationType, !isParameter(node));
|
|
78124
78121
|
}
|
|
78125
78122
|
return !!annotationType && typeNodeIsEquivalentToType(node, type, annotationType) && existingTypeNodeIsNotReferenceOrIsReferenceWithCompatibleTypeArgumentCount(existing, type);
|
|
78126
78123
|
}
|
|
@@ -83146,7 +83143,7 @@ ${lanes.join(`
|
|
|
83146
83143
|
addInheritedMembers(members, getPropertiesOfType(instantiatedBaseType));
|
|
83147
83144
|
callSignatures = concatenate(callSignatures, getSignaturesOfType(instantiatedBaseType, 0));
|
|
83148
83145
|
constructSignatures = concatenate(constructSignatures, getSignaturesOfType(instantiatedBaseType, 1));
|
|
83149
|
-
const inheritedIndexInfos = instantiatedBaseType !== anyType2 ? getIndexInfosOfType(instantiatedBaseType) : [
|
|
83146
|
+
const inheritedIndexInfos = instantiatedBaseType !== anyType2 ? getIndexInfosOfType(instantiatedBaseType) : [createIndexInfo(stringType2, anyType2, false)];
|
|
83150
83147
|
indexInfos = concatenate(indexInfos, filter2(inheritedIndexInfos, (info) => !findIndexInfo(indexInfos, info.keyType)));
|
|
83151
83148
|
}
|
|
83152
83149
|
}
|
|
@@ -83578,7 +83575,7 @@ ${lanes.join(`
|
|
|
83578
83575
|
members = createSymbolTable(getNamedOrIndexSignatureMembers(members));
|
|
83579
83576
|
addInheritedMembers(members, getPropertiesOfType(baseConstructorType));
|
|
83580
83577
|
} else if (baseConstructorType === anyType2) {
|
|
83581
|
-
baseConstructorIndexInfo =
|
|
83578
|
+
baseConstructorIndexInfo = createIndexInfo(stringType2, anyType2, false);
|
|
83582
83579
|
}
|
|
83583
83580
|
}
|
|
83584
83581
|
const indexSymbol = getIndexSymbolFromSymbolTable(members);
|
|
@@ -95221,10 +95218,9 @@ ${lanes.join(`
|
|
|
95221
95218
|
const jsxFactoryRefErr = diagnostics && compilerOptions.jsx === 2 ? Diagnostics.This_JSX_tag_requires_0_to_be_in_scope_but_it_could_not_be_found : undefined;
|
|
95222
95219
|
const jsxFactoryNamespace = getJsxNamespace(node);
|
|
95223
95220
|
const jsxFactoryLocation = isJsxOpeningLikeElement(node) ? node.tagName : node;
|
|
95224
|
-
const shouldFactoryRefErr = compilerOptions.jsx !== 1 && compilerOptions.jsx !== 3;
|
|
95225
95221
|
let jsxFactorySym;
|
|
95226
95222
|
if (!(isJsxOpeningFragment(node) && jsxFactoryNamespace === "null")) {
|
|
95227
|
-
jsxFactorySym = resolveName(jsxFactoryLocation, jsxFactoryNamespace,
|
|
95223
|
+
jsxFactorySym = resolveName(jsxFactoryLocation, jsxFactoryNamespace, compilerOptions.jsx === 1 ? 111551 & ~384 : 111551, jsxFactoryRefErr, true);
|
|
95228
95224
|
}
|
|
95229
95225
|
if (jsxFactorySym) {
|
|
95230
95226
|
jsxFactorySym.isReferenced = -1;
|
|
@@ -95236,7 +95232,7 @@ ${lanes.join(`
|
|
|
95236
95232
|
const file = getSourceFileOfNode(node);
|
|
95237
95233
|
const localJsxNamespace = getLocalJsxNamespace(file);
|
|
95238
95234
|
if (localJsxNamespace) {
|
|
95239
|
-
resolveName(jsxFactoryLocation, localJsxNamespace,
|
|
95235
|
+
resolveName(jsxFactoryLocation, localJsxNamespace, compilerOptions.jsx === 1 ? 111551 & ~384 : 111551, jsxFactoryRefErr, true);
|
|
95240
95236
|
}
|
|
95241
95237
|
}
|
|
95242
95238
|
}
|
|
@@ -98302,13 +98298,6 @@ ${lanes.join(`
|
|
|
98302
98298
|
return getIntersectionType(x);
|
|
98303
98299
|
}
|
|
98304
98300
|
function reportNonexistentProperty(propNode, containingType, isUncheckedJS) {
|
|
98305
|
-
const links = getNodeLinks(propNode);
|
|
98306
|
-
const cache = links.nonExistentPropCheckCache || (links.nonExistentPropCheckCache = /* @__PURE__ */ new Set);
|
|
98307
|
-
const key = `${getTypeId(containingType)}|${isUncheckedJS}`;
|
|
98308
|
-
if (cache.has(key)) {
|
|
98309
|
-
return;
|
|
98310
|
-
}
|
|
98311
|
-
cache.add(key);
|
|
98312
98301
|
let errorInfo;
|
|
98313
98302
|
let relatedInfo;
|
|
98314
98303
|
if (!isPrivateIdentifier(propNode) && containingType.flags & 1048576 && !(containingType.flags & 402784252)) {
|
|
@@ -99939,12 +99928,10 @@ ${lanes.join(`
|
|
|
99939
99928
|
if (sourceFileLinks.jsxFragmentType !== undefined)
|
|
99940
99929
|
return sourceFileLinks.jsxFragmentType;
|
|
99941
99930
|
const jsxFragmentFactoryName = getJsxNamespace(node);
|
|
99942
|
-
|
|
99943
|
-
if (!shouldResolveFactoryReference)
|
|
99931
|
+
if (jsxFragmentFactoryName === "null")
|
|
99944
99932
|
return sourceFileLinks.jsxFragmentType = anyType2;
|
|
99945
|
-
const shouldModuleRefErr = compilerOptions.jsx !== 1 && compilerOptions.jsx !== 3;
|
|
99946
99933
|
const jsxFactoryRefErr = diagnostics ? Diagnostics.Using_JSX_fragments_requires_fragment_factory_0_to_be_in_scope_but_it_could_not_be_found : undefined;
|
|
99947
|
-
const jsxFactorySymbol = getJsxNamespaceContainerForImplicitImport(node) ?? resolveName(node, jsxFragmentFactoryName,
|
|
99934
|
+
const jsxFactorySymbol = getJsxNamespaceContainerForImplicitImport(node) ?? resolveName(node, jsxFragmentFactoryName, compilerOptions.jsx === 1 ? 111551 & ~384 : 111551, jsxFactoryRefErr, true);
|
|
99948
99935
|
if (jsxFactorySymbol === undefined)
|
|
99949
99936
|
return sourceFileLinks.jsxFragmentType = errorType;
|
|
99950
99937
|
if (jsxFactorySymbol.escapedName === ReactNames.Fragment)
|
|
@@ -102155,9 +102142,7 @@ ${lanes.join(`
|
|
|
102155
102142
|
switch (node.kind) {
|
|
102156
102143
|
case 223:
|
|
102157
102144
|
case 213:
|
|
102158
|
-
case 215:
|
|
102159
102145
|
case 212:
|
|
102160
|
-
case 236:
|
|
102161
102146
|
case 214:
|
|
102162
102147
|
case 211:
|
|
102163
102148
|
case 229:
|
|
@@ -102173,8 +102158,6 @@ ${lanes.join(`
|
|
|
102173
102158
|
case 56:
|
|
102174
102159
|
case 77:
|
|
102175
102160
|
return 3;
|
|
102176
|
-
case 28:
|
|
102177
|
-
return getSyntacticNullishnessSemantics(node.right);
|
|
102178
102161
|
}
|
|
102179
102162
|
return 2;
|
|
102180
102163
|
case 227:
|
|
@@ -107582,7 +107565,7 @@ ${lanes.join(`
|
|
|
107582
107565
|
}
|
|
107583
107566
|
}
|
|
107584
107567
|
}
|
|
107585
|
-
if (
|
|
107568
|
+
if (isOnlyImportableAsDefault(node.moduleSpecifier, resolvedModule) && !hasTypeJsonImportAttribute(node)) {
|
|
107586
107569
|
error2(node.moduleSpecifier, Diagnostics.Importing_a_JSON_file_into_an_ECMAScript_module_requires_a_type_Colon_json_import_attribute_when_module_is_set_to_0, ModuleKind[moduleKind]);
|
|
107587
107570
|
}
|
|
107588
107571
|
} else if (noUncheckedSideEffectImports && !importClause) {
|
|
@@ -109614,8 +109597,6 @@ ${lanes.join(`
|
|
|
109614
109597
|
for (const info of infoList) {
|
|
109615
109598
|
if (info.declaration)
|
|
109616
109599
|
continue;
|
|
109617
|
-
if (info === anyBaseTypeIndexInfo)
|
|
109618
|
-
continue;
|
|
109619
109600
|
const node = nodeBuilder.indexInfoToIndexSignatureDeclaration(info, enclosing, flags, internalFlags, tracker);
|
|
109620
109601
|
if (node && infoList === staticInfos) {
|
|
109621
109602
|
(node.modifiers || (node.modifiers = factory.createNodeArray())).unshift(factory.createModifier(126));
|
|
@@ -144013,9 +143994,9 @@ ${lanes.join(`
|
|
|
144013
143994
|
}
|
|
144014
143995
|
if (!result && node.kind === 303) {
|
|
144015
143996
|
const initializer = node.initializer;
|
|
144016
|
-
const
|
|
144017
|
-
if (
|
|
144018
|
-
result = serializeExistingTypeNode(
|
|
143997
|
+
const type = isJSDocTypeAssertion(initializer) ? getJSDocTypeAssertionType(initializer) : initializer.kind === 234 || initializer.kind === 216 ? initializer.type : undefined;
|
|
143998
|
+
if (type && !isConstTypeReference(type)) {
|
|
143999
|
+
result = serializeExistingTypeNode(type, context);
|
|
144019
144000
|
}
|
|
144020
144001
|
}
|
|
144021
144002
|
return result ?? inferTypeOfDeclaration(node, symbol, context, false);
|
|
@@ -223327,7 +223308,7 @@ ${Bt.cyan(Yt)}
|
|
|
223327
223308
|
code: "ENOENT"
|
|
223328
223309
|
}), getPathInfo = (e9, t7) => {
|
|
223329
223310
|
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.
|
|
223311
|
+
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.AUxMLrbNKG:/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
223312
|
var n6 = nr ? t7.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "";
|
|
223332
223313
|
var a5 = nr ? n6.split(r6) : [""];
|
|
223333
223314
|
if (nr) {
|
|
@@ -226464,7 +226445,7 @@ ${whileRunning(e9)}`;
|
|
|
226464
226445
|
};
|
|
226465
226446
|
ni = Object.assign(async function _main() {
|
|
226466
226447
|
var e9 = new Cli({
|
|
226467
|
-
binaryVersion: "0.9.0-
|
|
226448
|
+
binaryVersion: "0.9.0-pr2edbbcf1",
|
|
226468
226449
|
binaryLabel: "gql.tada CLI",
|
|
226469
226450
|
binaryName: "gql.tada"
|
|
226470
226451
|
});
|
|
@@ -234964,7 +234945,7 @@ var require_which2 = __commonJS((exports, module) => {
|
|
|
234964
234945
|
const colon = opt2.colon || COLON;
|
|
234965
234946
|
const pathEnv = cmd2.match(/\//) || isWindows2 && cmd2.match(/\\/) ? [""] : [
|
|
234966
234947
|
...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.
|
|
234948
|
+
...(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.AUxMLrbNKG:/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
234949
|
];
|
|
234969
234950
|
const pathExtExe = isWindows2 ? opt2.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "";
|
|
234970
234951
|
const pathExt = isWindows2 ? pathExtExe.split(colon) : [""];
|
|
@@ -256788,7 +256769,7 @@ ${error.stack}`));
|
|
|
256788
256769
|
var package_default = {
|
|
256789
256770
|
name: "@settlemint/sdk-cli",
|
|
256790
256771
|
description: "SettleMint SDK, integrate SettleMint into your application with ease.",
|
|
256791
|
-
version: "0.9.0-
|
|
256772
|
+
version: "0.9.0-pr2edbbcf1",
|
|
256792
256773
|
type: "module",
|
|
256793
256774
|
private: false,
|
|
256794
256775
|
license: "FSL-1.1-MIT",
|
|
@@ -256841,8 +256822,8 @@ var package_default = {
|
|
|
256841
256822
|
"@inquirer/input": "4.1.1",
|
|
256842
256823
|
"@inquirer/password": "4.0.4",
|
|
256843
256824
|
"@inquirer/select": "4.0.4",
|
|
256844
|
-
"@settlemint/sdk-js": "0.9.0-
|
|
256845
|
-
"@settlemint/sdk-utils": "0.9.0-
|
|
256825
|
+
"@settlemint/sdk-js": "0.9.0-pr2edbbcf1",
|
|
256826
|
+
"@settlemint/sdk-utils": "0.9.0-pr2edbbcf1",
|
|
256846
256827
|
"get-tsconfig": "4.8.1",
|
|
256847
256828
|
giget: "1.2.3"
|
|
256848
256829
|
},
|
|
@@ -276714,4 +276695,4 @@ function sdkCliCommand(exitOverride = undefined) {
|
|
|
276714
276695
|
ascii();
|
|
276715
276696
|
sdkCliCommand();
|
|
276716
276697
|
|
|
276717
|
-
//# debugId=
|
|
276698
|
+
//# debugId=E5921130EB7BE52864756E2164756E21
|