@settlemint/sdk-cli 2.3.2-pr90f9d5ad → 2.3.2-pra0c7f3ba
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 +2 -2
- package/package.json +3 -3
package/dist/cli.js
CHANGED
@@ -254078,7 +254078,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
254078
254078
|
var package_default = {
|
254079
254079
|
name: "@settlemint/sdk-cli",
|
254080
254080
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
254081
|
-
version: "2.3.2-
|
254081
|
+
version: "2.3.2-pra0c7f3ba",
|
254082
254082
|
type: "module",
|
254083
254083
|
private: false,
|
254084
254084
|
license: "FSL-1.1-MIT",
|
@@ -254127,8 +254127,8 @@ var package_default = {
|
|
254127
254127
|
"@inquirer/input": "4.1.10",
|
254128
254128
|
"@inquirer/password": "4.0.13",
|
254129
254129
|
"@inquirer/select": "4.2.1",
|
254130
|
-
"@settlemint/sdk-js": "2.3.2-
|
254131
|
-
"@settlemint/sdk-utils": "2.3.2-
|
254130
|
+
"@settlemint/sdk-js": "2.3.2-pra0c7f3ba",
|
254131
|
+
"@settlemint/sdk-utils": "2.3.2-pra0c7f3ba",
|
254132
254132
|
"@types/node": "22.15.21",
|
254133
254133
|
"@types/semver": "7.7.0",
|
254134
254134
|
"@types/which": "3.0.4",
|
@@ -269849,4 +269849,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
269849
269849
|
// src/cli.ts
|
269850
269850
|
sdkCliCommand();
|
269851
269851
|
|
269852
|
-
//# debugId=
|
269852
|
+
//# debugId=1A99F928A14BCC1164756E2164756E21
|