@settlemint/sdk-cli 0.6.45-maincd3e5ec → 0.6.45-pr0867b02
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
|
@@ -272362,7 +272362,7 @@ function connectCommand() {
|
|
|
272362
272362
|
var package_default = {
|
|
272363
272363
|
name: "@settlemint/sdk-cli",
|
|
272364
272364
|
description: "SettleMint SDK, integrate SettleMint into your application with ease.",
|
|
272365
|
-
version: "0.6.45-
|
|
272365
|
+
version: "0.6.45-pr0867b02",
|
|
272366
272366
|
type: "module",
|
|
272367
272367
|
private: false,
|
|
272368
272368
|
license: "FSL-1.1-MIT",
|
|
@@ -272413,8 +272413,8 @@ var package_default = {
|
|
|
272413
272413
|
"@inquirer/input": "4.1.0",
|
|
272414
272414
|
"@inquirer/password": "4.0.3",
|
|
272415
272415
|
"@inquirer/select": "4.0.3",
|
|
272416
|
-
"@settlemint/sdk-js": "0.6.45-
|
|
272417
|
-
"@settlemint/sdk-utils": "0.6.45-
|
|
272416
|
+
"@settlemint/sdk-js": "0.6.45-pr0867b02",
|
|
272417
|
+
"@settlemint/sdk-utils": "0.6.45-pr0867b02",
|
|
272418
272418
|
"get-tsconfig": "4.8.1",
|
|
272419
272419
|
giget: "1.2.3"
|
|
272420
272420
|
},
|
|
@@ -275760,4 +275760,4 @@ sdkcli.parseAsync(process.argv).catch((reason) => {
|
|
|
275760
275760
|
cancel2(reason);
|
|
275761
275761
|
});
|
|
275762
275762
|
|
|
275763
|
-
//# debugId=
|
|
275763
|
+
//# debugId=AFF6B204BB1CE3E464756E2164756E21
|