@settlemint/sdk-cli 1.1.9-pra5901b9c → 1.1.9-prccdef578
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 +2 -2
- package/package.json +4 -4
package/dist/cli.js
CHANGED
@@ -274462,7 +274462,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
274462
274462
|
var package_default = {
|
274463
274463
|
name: "@settlemint/sdk-cli",
|
274464
274464
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
274465
|
-
version: "1.1.9-
|
274465
|
+
version: "1.1.9-prccdef578",
|
274466
274466
|
type: "module",
|
274467
274467
|
private: false,
|
274468
274468
|
license: "FSL-1.1-MIT",
|
@@ -274510,9 +274510,9 @@ var package_default = {
|
|
274510
274510
|
"@inquirer/input": "4.1.6",
|
274511
274511
|
"@inquirer/password": "4.0.9",
|
274512
274512
|
"@inquirer/select": "4.0.9",
|
274513
|
-
"@settlemint/sdk-js": "1.1.9-
|
274514
|
-
"@settlemint/sdk-utils": "1.1.9-
|
274515
|
-
"@types/node": "22.13.
|
274513
|
+
"@settlemint/sdk-js": "1.1.9-prccdef578",
|
274514
|
+
"@settlemint/sdk-utils": "1.1.9-prccdef578",
|
274515
|
+
"@types/node": "22.13.5",
|
274516
274516
|
"@types/semver": "7.5.8",
|
274517
274517
|
"@types/which": "3.0.4",
|
274518
274518
|
"get-tsconfig": "4.10.0",
|
@@ -285676,4 +285676,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
285676
285676
|
// src/cli.ts
|
285677
285677
|
sdkCliCommand();
|
285678
285678
|
|
285679
|
-
//# debugId=
|
285679
|
+
//# debugId=7FE8FF15B796879464756E2164756E21
|