@settlemint/sdk-cli 2.2.3-pr5575cefc → 2.2.3-pr5df392b5
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
@@ -255163,7 +255163,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
255163
255163
|
var package_default = {
|
255164
255164
|
name: "@settlemint/sdk-cli",
|
255165
255165
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
255166
|
-
version: "2.2.3-
|
255166
|
+
version: "2.2.3-pr5df392b5",
|
255167
255167
|
type: "module",
|
255168
255168
|
private: false,
|
255169
255169
|
license: "FSL-1.1-MIT",
|
@@ -255212,9 +255212,9 @@ var package_default = {
|
|
255212
255212
|
"@inquirer/input": "4.1.10",
|
255213
255213
|
"@inquirer/password": "4.0.13",
|
255214
255214
|
"@inquirer/select": "4.2.1",
|
255215
|
-
"@settlemint/sdk-js": "2.2.3-
|
255216
|
-
"@settlemint/sdk-utils": "2.2.3-
|
255217
|
-
"@types/node": "22.15.
|
255215
|
+
"@settlemint/sdk-js": "2.2.3-pr5df392b5",
|
255216
|
+
"@settlemint/sdk-utils": "2.2.3-pr5df392b5",
|
255217
|
+
"@types/node": "22.15.18",
|
255218
255218
|
"@types/semver": "7.7.0",
|
255219
255219
|
"@types/which": "3.0.4",
|
255220
255220
|
"get-tsconfig": "4.10.0",
|
@@ -270604,4 +270604,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
270604
270604
|
// src/cli.ts
|
270605
270605
|
sdkCliCommand();
|
270606
270606
|
|
270607
|
-
//# debugId=
|
270607
|
+
//# debugId=055CF7CE37BE53B964756E2164756E21
|