@settlemint/sdk-cli 0.6.47-prb3fdd6f → 0.6.47-pre4c1a6e
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 +6 -6
- package/dist/cli.js.map +4 -4
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -272651,7 +272651,7 @@ function connectCommand() {
|
|
|
272651
272651
|
var package_default = {
|
|
272652
272652
|
name: "@settlemint/sdk-cli",
|
|
272653
272653
|
description: "SettleMint SDK, integrate SettleMint into your application with ease.",
|
|
272654
|
-
version: "0.6.47-
|
|
272654
|
+
version: "0.6.47-pre4c1a6e",
|
|
272655
272655
|
type: "module",
|
|
272656
272656
|
private: false,
|
|
272657
272657
|
license: "FSL-1.1-MIT",
|
|
@@ -272702,8 +272702,8 @@ var package_default = {
|
|
|
272702
272702
|
"@inquirer/input": "4.1.0",
|
|
272703
272703
|
"@inquirer/password": "4.0.3",
|
|
272704
272704
|
"@inquirer/select": "4.0.3",
|
|
272705
|
-
"@settlemint/sdk-js": "0.6.47-
|
|
272706
|
-
"@settlemint/sdk-utils": "0.6.47-
|
|
272705
|
+
"@settlemint/sdk-js": "0.6.47-pre4c1a6e",
|
|
272706
|
+
"@settlemint/sdk-utils": "0.6.47-pre4c1a6e",
|
|
272707
272707
|
"get-tsconfig": "4.8.1",
|
|
272708
272708
|
giget: "1.2.3"
|
|
272709
272709
|
},
|
|
@@ -274638,7 +274638,7 @@ ${createExamples([
|
|
|
274638
274638
|
instance
|
|
274639
274639
|
});
|
|
274640
274640
|
const isDefaultId = id === "default";
|
|
274641
|
-
const serviceId = isDefaultId ?
|
|
274641
|
+
const serviceId = isDefaultId ? env2[envKey] : id;
|
|
274642
274642
|
if (!serviceId) {
|
|
274643
274643
|
throw new Error(`No default ${type4} found in your .env file. Please provide a valid ${type4} ID or set a default ${type4} first.`);
|
|
274644
274644
|
}
|
|
@@ -274736,7 +274736,7 @@ ${createExamples([
|
|
|
274736
274736
|
instance
|
|
274737
274737
|
});
|
|
274738
274738
|
const isDefaultId = id === "default";
|
|
274739
|
-
const serviceId = isDefaultId ?
|
|
274739
|
+
const serviceId = isDefaultId ? env2[envKey] : id;
|
|
274740
274740
|
if (!serviceId) {
|
|
274741
274741
|
throw new Error(`No default ${type4} found in your .env file. Please provide a valid ${type4} ID or set a default ${type4} first.`);
|
|
274742
274742
|
}
|
|
@@ -275821,4 +275821,4 @@ sdkcli.parseAsync(process.argv).catch((reason) => {
|
|
|
275821
275821
|
cancel3(reason);
|
|
275822
275822
|
});
|
|
275823
275823
|
|
|
275824
|
-
//# debugId=
|
|
275824
|
+
//# debugId=A4A815A7FA1435B964756E2164756E21
|