@settlemint/sdk-cli 0.6.44-prb48eb1cf → 0.6.45
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
|
@@ -272379,7 +272379,7 @@ function connectCommand() {
|
|
|
272379
272379
|
var package_default = {
|
|
272380
272380
|
name: "@settlemint/sdk-cli",
|
|
272381
272381
|
description: "SettleMint SDK, integrate SettleMint into your application with ease.",
|
|
272382
|
-
version: "0.6.
|
|
272382
|
+
version: "0.6.45",
|
|
272383
272383
|
type: "module",
|
|
272384
272384
|
private: false,
|
|
272385
272385
|
license: "FSL-1.1-MIT",
|
|
@@ -272430,8 +272430,8 @@ var package_default = {
|
|
|
272430
272430
|
"@inquirer/input": "4.1.0",
|
|
272431
272431
|
"@inquirer/password": "4.0.3",
|
|
272432
272432
|
"@inquirer/select": "4.0.3",
|
|
272433
|
-
"@settlemint/sdk-js": "0.6.
|
|
272434
|
-
"@settlemint/sdk-utils": "0.6.
|
|
272433
|
+
"@settlemint/sdk-js": "0.6.45",
|
|
272434
|
+
"@settlemint/sdk-utils": "0.6.45",
|
|
272435
272435
|
"get-tsconfig": "4.8.1",
|
|
272436
272436
|
giget: "1.2.3"
|
|
272437
272437
|
},
|
|
@@ -275780,4 +275780,4 @@ sdkcli.parseAsync(process.argv).catch((reason) => {
|
|
|
275780
275780
|
cancel2(reason);
|
|
275781
275781
|
});
|
|
275782
275782
|
|
|
275783
|
-
//# debugId=
|
|
275783
|
+
//# debugId=882E87057EB9420B64756E2164756E21
|