@settlemint/sdk-cli 0.6.41-main8881c07 → 0.6.41-pr0ed5f08
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 +4 -5
- package/dist/cli.js.map +3 -3
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -272337,7 +272337,7 @@ function connectCommand() {
|
|
|
272337
272337
|
var package_default = {
|
|
272338
272338
|
name: "@settlemint/sdk-cli",
|
|
272339
272339
|
description: "SettleMint SDK, integrate SettleMint into your application with ease.",
|
|
272340
|
-
version: "0.6.41-
|
|
272340
|
+
version: "0.6.41-pr0ed5f08",
|
|
272341
272341
|
type: "module",
|
|
272342
272342
|
private: false,
|
|
272343
272343
|
license: "FSL-1.1-MIT",
|
|
@@ -272387,8 +272387,8 @@ var package_default = {
|
|
|
272387
272387
|
"@inquirer/input": "4.1.0",
|
|
272388
272388
|
"@inquirer/password": "4.0.3",
|
|
272389
272389
|
"@inquirer/select": "4.0.3",
|
|
272390
|
-
"@settlemint/sdk-js": "0.6.41-
|
|
272391
|
-
"@settlemint/sdk-utils": "0.6.41-
|
|
272390
|
+
"@settlemint/sdk-js": "0.6.41-pr0ed5f08",
|
|
272391
|
+
"@settlemint/sdk-utils": "0.6.41-pr0ed5f08",
|
|
272392
272392
|
"get-tsconfig": "4.8.1",
|
|
272393
272393
|
giget: "1.2.3"
|
|
272394
272394
|
},
|
|
@@ -273509,7 +273509,6 @@ async function executeCommand2(command, args, options) {
|
|
|
273509
273509
|
child.on("error", (err) => reject(err));
|
|
273510
273510
|
child.on("close", (code2) => {
|
|
273511
273511
|
if (code2 === 0 || code2 === null || code2 === 143) {
|
|
273512
|
-
process.stdin.unpipe(child.stdin);
|
|
273513
273512
|
resolve22();
|
|
273514
273513
|
return;
|
|
273515
273514
|
}
|
|
@@ -275816,4 +275815,4 @@ sdkcli.parseAsync(process.argv).catch((reason) => {
|
|
|
275816
275815
|
cancel2(reason);
|
|
275817
275816
|
});
|
|
275818
275817
|
|
|
275819
|
-
//# debugId=
|
|
275818
|
+
//# debugId=3DC3A60E66BF0CCC64756E2164756E21
|