@settlemint/sdk-cli 2.2.0-pr72a2ad5d → 2.2.0-pra4a76212
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
@@ -245445,7 +245445,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
245445
245445
|
var package_default = {
|
245446
245446
|
name: "@settlemint/sdk-cli",
|
245447
245447
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
245448
|
-
version: "2.2.0-
|
245448
|
+
version: "2.2.0-pra4a76212",
|
245449
245449
|
type: "module",
|
245450
245450
|
private: false,
|
245451
245451
|
license: "FSL-1.1-MIT",
|
@@ -245494,8 +245494,8 @@ var package_default = {
|
|
245494
245494
|
"@inquirer/input": "4.1.9",
|
245495
245495
|
"@inquirer/password": "4.0.12",
|
245496
245496
|
"@inquirer/select": "4.2.0",
|
245497
|
-
"@settlemint/sdk-js": "2.2.0-
|
245498
|
-
"@settlemint/sdk-utils": "2.2.0-
|
245497
|
+
"@settlemint/sdk-js": "2.2.0-pra4a76212",
|
245498
|
+
"@settlemint/sdk-utils": "2.2.0-pra4a76212",
|
245499
245499
|
"@types/node": "22.15.3",
|
245500
245500
|
"@types/semver": "7.7.0",
|
245501
245501
|
"@types/which": "3.0.4",
|
@@ -260806,4 +260806,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
260806
260806
|
// src/cli.ts
|
260807
260807
|
sdkCliCommand();
|
260808
260808
|
|
260809
|
-
//# debugId=
|
260809
|
+
//# debugId=4CF982D14A73356764756E2164756E21
|