@settlemint/sdk-cli 1.1.12-main3b07c8e9 → 1.1.12-pr50e81226
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 +4 -4
- package/dist/cli.js.map +1 -1
- package/package.json +3 -3
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.12-
|
267000
|
+
version: "1.1.12-pr50e81226",
|
267001
267001
|
type: "module",
|
267002
267002
|
private: false,
|
267003
267003
|
license: "FSL-1.1-MIT",
|
@@ -267045,8 +267045,8 @@ 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.12-
|
267049
|
-
"@settlemint/sdk-utils": "1.1.12-
|
267048
|
+
"@settlemint/sdk-js": "1.1.12-pr50e81226",
|
267049
|
+
"@settlemint/sdk-utils": "1.1.12-pr50e81226",
|
267050
267050
|
"@types/node": "22.13.8",
|
267051
267051
|
"@types/semver": "7.5.8",
|
267052
267052
|
"@types/which": "3.0.4",
|
@@ -280689,4 +280689,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
280689
280689
|
// src/cli.ts
|
280690
280690
|
sdkCliCommand();
|
280691
280691
|
|
280692
|
-
//# debugId=
|
280692
|
+
//# debugId=2017E5328988D82164756E2164756E21
|