@settlemint/sdk-cli 0.6.43-main75b7f78 → 0.6.43-prfe5b377
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
|
@@ -272358,7 +272358,7 @@ function connectCommand() {
|
|
|
272358
272358
|
var package_default = {
|
|
272359
272359
|
name: "@settlemint/sdk-cli",
|
|
272360
272360
|
description: "SettleMint SDK, integrate SettleMint into your application with ease.",
|
|
272361
|
-
version: "0.6.43-
|
|
272361
|
+
version: "0.6.43-prfe5b377",
|
|
272362
272362
|
type: "module",
|
|
272363
272363
|
private: false,
|
|
272364
272364
|
license: "FSL-1.1-MIT",
|
|
@@ -272409,8 +272409,8 @@ var package_default = {
|
|
|
272409
272409
|
"@inquirer/input": "4.1.0",
|
|
272410
272410
|
"@inquirer/password": "4.0.3",
|
|
272411
272411
|
"@inquirer/select": "4.0.3",
|
|
272412
|
-
"@settlemint/sdk-js": "0.6.43-
|
|
272413
|
-
"@settlemint/sdk-utils": "0.6.43-
|
|
272412
|
+
"@settlemint/sdk-js": "0.6.43-prfe5b377",
|
|
272413
|
+
"@settlemint/sdk-utils": "0.6.43-prfe5b377",
|
|
272414
272414
|
"get-tsconfig": "4.8.1",
|
|
272415
272415
|
giget: "1.2.3"
|
|
272416
272416
|
},
|
|
@@ -275759,4 +275759,4 @@ sdkcli.parseAsync(process.argv).catch((reason) => {
|
|
|
275759
275759
|
cancel2(reason);
|
|
275760
275760
|
});
|
|
275761
275761
|
|
|
275762
|
-
//# debugId=
|
|
275762
|
+
//# debugId=93D194D056FCFAA664756E2164756E21
|