@settlemint/sdk-cli 2.2.3-prd146e556 → 2.2.3-prd782f93c
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 +5 -5
- package/dist/cli.js.map +1 -1
- package/package.json +4 -4
package/dist/cli.js
CHANGED
@@ -247575,7 +247575,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
247575
247575
|
var package_default = {
|
247576
247576
|
name: "@settlemint/sdk-cli",
|
247577
247577
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
247578
|
-
version: "2.2.3-
|
247578
|
+
version: "2.2.3-prd782f93c",
|
247579
247579
|
type: "module",
|
247580
247580
|
private: false,
|
247581
247581
|
license: "FSL-1.1-MIT",
|
@@ -247624,9 +247624,9 @@ var package_default = {
|
|
247624
247624
|
"@inquirer/input": "4.1.9",
|
247625
247625
|
"@inquirer/password": "4.0.12",
|
247626
247626
|
"@inquirer/select": "4.2.0",
|
247627
|
-
"@settlemint/sdk-js": "2.2.3-
|
247628
|
-
"@settlemint/sdk-utils": "2.2.3-
|
247629
|
-
"@types/node": "22.15.
|
247627
|
+
"@settlemint/sdk-js": "2.2.3-prd782f93c",
|
247628
|
+
"@settlemint/sdk-utils": "2.2.3-prd782f93c",
|
247629
|
+
"@types/node": "22.15.17",
|
247630
247630
|
"@types/semver": "7.7.0",
|
247631
247631
|
"@types/which": "3.0.4",
|
247632
247632
|
"get-tsconfig": "4.10.0",
|
@@ -262940,4 +262940,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
262940
262940
|
// src/cli.ts
|
262941
262941
|
sdkCliCommand();
|
262942
262942
|
|
262943
|
-
//# debugId=
|
262943
|
+
//# debugId=953654E59964C55964756E2164756E21
|