@settlemint/sdk-cli 2.3.1-prf6c2a7a1 → 2.3.1-prfcd3c3b5
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
@@ -255159,7 +255159,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
255159
255159
|
var package_default = {
|
255160
255160
|
name: "@settlemint/sdk-cli",
|
255161
255161
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
255162
|
-
version: "2.3.1-
|
255162
|
+
version: "2.3.1-prfcd3c3b5",
|
255163
255163
|
type: "module",
|
255164
255164
|
private: false,
|
255165
255165
|
license: "FSL-1.1-MIT",
|
@@ -255208,8 +255208,8 @@ var package_default = {
|
|
255208
255208
|
"@inquirer/input": "4.1.10",
|
255209
255209
|
"@inquirer/password": "4.0.13",
|
255210
255210
|
"@inquirer/select": "4.2.1",
|
255211
|
-
"@settlemint/sdk-js": "2.3.1-
|
255212
|
-
"@settlemint/sdk-utils": "2.3.1-
|
255211
|
+
"@settlemint/sdk-js": "2.3.1-prfcd3c3b5",
|
255212
|
+
"@settlemint/sdk-utils": "2.3.1-prfcd3c3b5",
|
255213
255213
|
"@types/node": "22.15.19",
|
255214
255214
|
"@types/semver": "7.7.0",
|
255215
255215
|
"@types/which": "3.0.4",
|
@@ -270608,4 +270608,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
270608
270608
|
// src/cli.ts
|
270609
270609
|
sdkCliCommand();
|
270610
270610
|
|
270611
|
-
//# debugId=
|
270611
|
+
//# debugId=8B0EEB050AB8611E64756E2164756E21
|