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