@settlemint/sdk-cli 0.6.35 → 0.6.36
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
|
@@ -276354,7 +276354,7 @@ function connectCommand() {
|
|
|
276354
276354
|
var package_default = {
|
|
276355
276355
|
name: "@settlemint/sdk-cli",
|
|
276356
276356
|
description: "SettleMint SDK, integrate SettleMint into your application with ease.",
|
|
276357
|
-
version: "0.6.
|
|
276357
|
+
version: "0.6.36",
|
|
276358
276358
|
type: "module",
|
|
276359
276359
|
private: false,
|
|
276360
276360
|
license: "FSL-1.1-MIT",
|
|
@@ -276404,8 +276404,8 @@ var package_default = {
|
|
|
276404
276404
|
"@inquirer/input": "4.1.0",
|
|
276405
276405
|
"@inquirer/password": "4.0.3",
|
|
276406
276406
|
"@inquirer/select": "4.0.3",
|
|
276407
|
-
"@settlemint/sdk-js": "0.6.
|
|
276408
|
-
"@settlemint/sdk-utils": "0.6.
|
|
276407
|
+
"@settlemint/sdk-js": "0.6.36",
|
|
276408
|
+
"@settlemint/sdk-utils": "0.6.36",
|
|
276409
276409
|
"get-tsconfig": "4.8.1",
|
|
276410
276410
|
giget: "1.2.3"
|
|
276411
276411
|
},
|
|
@@ -279853,4 +279853,4 @@ sdkcli.parseAsync(process.argv).catch((reason) => {
|
|
|
279853
279853
|
cancel2(reason);
|
|
279854
279854
|
});
|
|
279855
279855
|
|
|
279856
|
-
//# debugId=
|
|
279856
|
+
//# debugId=C25D1A4CA3DD3CD264756E2164756E21
|