@settlemint/sdk-cli 2.3.0-main48efd864 → 2.3.0-mainebf8a721
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
@@ -255168,7 +255168,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
255168
255168
|
var package_default = {
|
255169
255169
|
name: "@settlemint/sdk-cli",
|
255170
255170
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
255171
|
-
version: "2.3.0-
|
255171
|
+
version: "2.3.0-mainebf8a721",
|
255172
255172
|
type: "module",
|
255173
255173
|
private: false,
|
255174
255174
|
license: "FSL-1.1-MIT",
|
@@ -255217,8 +255217,8 @@ var package_default = {
|
|
255217
255217
|
"@inquirer/input": "4.1.10",
|
255218
255218
|
"@inquirer/password": "4.0.13",
|
255219
255219
|
"@inquirer/select": "4.2.1",
|
255220
|
-
"@settlemint/sdk-js": "2.3.0-
|
255221
|
-
"@settlemint/sdk-utils": "2.3.0-
|
255220
|
+
"@settlemint/sdk-js": "2.3.0-mainebf8a721",
|
255221
|
+
"@settlemint/sdk-utils": "2.3.0-mainebf8a721",
|
255222
255222
|
"@types/node": "22.15.18",
|
255223
255223
|
"@types/semver": "7.7.0",
|
255224
255224
|
"@types/which": "3.0.4",
|
@@ -270615,4 +270615,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
270615
270615
|
// src/cli.ts
|
270616
270616
|
sdkCliCommand();
|
270617
270617
|
|
270618
|
-
//# debugId=
|
270618
|
+
//# debugId=F49C51513AFE094D64756E2164756E21
|