@settlemint/sdk-cli 1.1.11-pr501c99eb → 1.1.11-pr541d0be6
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
@@ -266997,7 +266997,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
266997
266997
|
var package_default = {
|
266998
266998
|
name: "@settlemint/sdk-cli",
|
266999
266999
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
267000
|
-
version: "1.1.11-
|
267000
|
+
version: "1.1.11-pr541d0be6",
|
267001
267001
|
type: "module",
|
267002
267002
|
private: false,
|
267003
267003
|
license: "FSL-1.1-MIT",
|
@@ -267045,9 +267045,9 @@ var package_default = {
|
|
267045
267045
|
"@inquirer/input": "4.1.6",
|
267046
267046
|
"@inquirer/password": "4.0.9",
|
267047
267047
|
"@inquirer/select": "4.0.9",
|
267048
|
-
"@settlemint/sdk-js": "1.1.11-
|
267049
|
-
"@settlemint/sdk-utils": "1.1.11-
|
267050
|
-
"@types/node": "22.13.
|
267048
|
+
"@settlemint/sdk-js": "1.1.11-pr541d0be6",
|
267049
|
+
"@settlemint/sdk-utils": "1.1.11-pr541d0be6",
|
267050
|
+
"@types/node": "22.13.8",
|
267051
267051
|
"@types/semver": "7.5.8",
|
267052
267052
|
"@types/which": "3.0.4",
|
267053
267053
|
"get-tsconfig": "4.10.0",
|
@@ -280671,4 +280671,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
280671
280671
|
// src/cli.ts
|
280672
280672
|
sdkCliCommand();
|
280673
280673
|
|
280674
|
-
//# debugId=
|
280674
|
+
//# debugId=C62AF1B9B496101764756E2164756E21
|