@settlemint/sdk-cli 0.6.33-pr28b24ef → 0.6.33-prc113526
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
|
@@ -276439,7 +276439,7 @@ function connectCommand() {
|
|
|
276439
276439
|
var package_default = {
|
|
276440
276440
|
name: "@settlemint/sdk-cli",
|
|
276441
276441
|
description: "SettleMint SDK, integrate SettleMint into your application with ease.",
|
|
276442
|
-
version: "0.6.33-
|
|
276442
|
+
version: "0.6.33-prc113526",
|
|
276443
276443
|
type: "module",
|
|
276444
276444
|
private: false,
|
|
276445
276445
|
license: "FSL-1.1-MIT",
|
|
@@ -276489,8 +276489,8 @@ var package_default = {
|
|
|
276489
276489
|
"@inquirer/input": "4.1.0",
|
|
276490
276490
|
"@inquirer/password": "4.0.3",
|
|
276491
276491
|
"@inquirer/select": "4.0.3",
|
|
276492
|
-
"@settlemint/sdk-js": "0.6.33-
|
|
276493
|
-
"@settlemint/sdk-utils": "0.6.33-
|
|
276492
|
+
"@settlemint/sdk-js": "0.6.33-prc113526",
|
|
276493
|
+
"@settlemint/sdk-utils": "0.6.33-prc113526",
|
|
276494
276494
|
"get-tsconfig": "4.8.1",
|
|
276495
276495
|
giget: "1.2.3"
|
|
276496
276496
|
},
|
|
@@ -279940,4 +279940,4 @@ sdkcli.parseAsync(process.argv).catch((reason) => {
|
|
|
279940
279940
|
cancel2(reason);
|
|
279941
279941
|
});
|
|
279942
279942
|
|
|
279943
|
-
//# debugId=
|
|
279943
|
+
//# debugId=01AAB556D573523564756E2164756E21
|