@settlemint/sdk-cli 0.6.37-main15c8483 → 0.6.38-maina808a5f
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 -4
- package/dist/cli.js.map +1 -1
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -276372,7 +276372,7 @@ function connectCommand() {
|
|
|
276372
276372
|
var package_default = {
|
|
276373
276373
|
name: "@settlemint/sdk-cli",
|
|
276374
276374
|
description: "SettleMint SDK, integrate SettleMint into your application with ease.",
|
|
276375
|
-
version: "0.6.
|
|
276375
|
+
version: "0.6.38-maina808a5f",
|
|
276376
276376
|
type: "module",
|
|
276377
276377
|
private: false,
|
|
276378
276378
|
license: "FSL-1.1-MIT",
|
|
@@ -276422,8 +276422,8 @@ var package_default = {
|
|
|
276422
276422
|
"@inquirer/input": "4.1.0",
|
|
276423
276423
|
"@inquirer/password": "4.0.3",
|
|
276424
276424
|
"@inquirer/select": "4.0.3",
|
|
276425
|
-
"@settlemint/sdk-js": "0.6.
|
|
276426
|
-
"@settlemint/sdk-utils": "0.6.
|
|
276425
|
+
"@settlemint/sdk-js": "0.6.38-maina808a5f",
|
|
276426
|
+
"@settlemint/sdk-utils": "0.6.38-maina808a5f",
|
|
276427
276427
|
"get-tsconfig": "4.8.1",
|
|
276428
276428
|
giget: "1.2.3"
|
|
276429
276429
|
},
|
|
@@ -279871,4 +279871,4 @@ sdkcli.parseAsync(process.argv).catch((reason) => {
|
|
|
279871
279871
|
cancel2(reason);
|
|
279872
279872
|
});
|
|
279873
279873
|
|
|
279874
|
-
//# debugId=
|
|
279874
|
+
//# debugId=1530C003B92E578964756E2164756E21
|