@settlemint/sdk-cli 1.1.2-pr81a2172f → 1.1.2-prd09f0442
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
|
@@ -274459,7 +274459,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
|
274459
274459
|
var package_default = {
|
|
274460
274460
|
name: "@settlemint/sdk-cli",
|
|
274461
274461
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
274462
|
-
version: "1.1.2-
|
|
274462
|
+
version: "1.1.2-prd09f0442",
|
|
274463
274463
|
type: "module",
|
|
274464
274464
|
private: false,
|
|
274465
274465
|
license: "FSL-1.1-MIT",
|
|
@@ -274507,9 +274507,9 @@ var package_default = {
|
|
|
274507
274507
|
"@inquirer/input": "4.1.4",
|
|
274508
274508
|
"@inquirer/password": "4.0.7",
|
|
274509
274509
|
"@inquirer/select": "4.0.7",
|
|
274510
|
-
"@settlemint/sdk-js": "1.1.2-
|
|
274511
|
-
"@settlemint/sdk-utils": "1.1.2-
|
|
274512
|
-
"@types/node": "22.
|
|
274510
|
+
"@settlemint/sdk-js": "1.1.2-prd09f0442",
|
|
274511
|
+
"@settlemint/sdk-utils": "1.1.2-prd09f0442",
|
|
274512
|
+
"@types/node": "22.12.0",
|
|
274513
274513
|
"@types/semver": "7.5.8",
|
|
274514
274514
|
"@types/which": "3.0.4",
|
|
274515
274515
|
"get-tsconfig": "4.10.0",
|
|
@@ -285378,4 +285378,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
|
285378
285378
|
// src/cli.ts
|
|
285379
285379
|
sdkCliCommand();
|
|
285380
285380
|
|
|
285381
|
-
//# debugId=
|
|
285381
|
+
//# debugId=01F30B03417AC7F464756E2164756E21
|