@settlemint/sdk-cli 1.1.11-pr84754a00 → 1.1.11-pr88f288ce
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
@@ -266630,7 +266630,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
266630
266630
|
var package_default = {
|
266631
266631
|
name: "@settlemint/sdk-cli",
|
266632
266632
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
266633
|
-
version: "1.1.11-
|
266633
|
+
version: "1.1.11-pr88f288ce",
|
266634
266634
|
type: "module",
|
266635
266635
|
private: false,
|
266636
266636
|
license: "FSL-1.1-MIT",
|
@@ -266678,9 +266678,9 @@ var package_default = {
|
|
266678
266678
|
"@inquirer/input": "4.1.6",
|
266679
266679
|
"@inquirer/password": "4.0.9",
|
266680
266680
|
"@inquirer/select": "4.0.9",
|
266681
|
-
"@settlemint/sdk-js": "1.1.11-
|
266682
|
-
"@settlemint/sdk-utils": "1.1.11-
|
266683
|
-
"@types/node": "22.13.
|
266681
|
+
"@settlemint/sdk-js": "1.1.11-pr88f288ce",
|
266682
|
+
"@settlemint/sdk-utils": "1.1.11-pr88f288ce",
|
266683
|
+
"@types/node": "22.13.5",
|
266684
266684
|
"@types/semver": "7.5.8",
|
266685
266685
|
"@types/which": "3.0.4",
|
266686
266686
|
"get-tsconfig": "4.10.0",
|
@@ -280304,4 +280304,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
280304
280304
|
// src/cli.ts
|
280305
280305
|
sdkCliCommand();
|
280306
280306
|
|
280307
|
-
//# debugId=
|
280307
|
+
//# debugId=92467FBD28200C4E64756E2164756E21
|