@settlemint/sdk-cli 2.1.3-pr34e4fe53 → 2.1.3-pr8a72b7e7
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 +3 -3
- package/package.json +3 -3
package/dist/cli.js
CHANGED
@@ -245278,7 +245278,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
245278
245278
|
var package_default = {
|
245279
245279
|
name: "@settlemint/sdk-cli",
|
245280
245280
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
245281
|
-
version: "2.1.3-
|
245281
|
+
version: "2.1.3-pr8a72b7e7",
|
245282
245282
|
type: "module",
|
245283
245283
|
private: false,
|
245284
245284
|
license: "FSL-1.1-MIT",
|
@@ -245327,8 +245327,8 @@ var package_default = {
|
|
245327
245327
|
"@inquirer/input": "4.1.9",
|
245328
245328
|
"@inquirer/password": "4.0.12",
|
245329
245329
|
"@inquirer/select": "4.1.1",
|
245330
|
-
"@settlemint/sdk-js": "2.1.3-
|
245331
|
-
"@settlemint/sdk-utils": "2.1.3-
|
245330
|
+
"@settlemint/sdk-js": "2.1.3-pr8a72b7e7",
|
245331
|
+
"@settlemint/sdk-utils": "2.1.3-pr8a72b7e7",
|
245332
245332
|
"@types/node": "22.14.1",
|
245333
245333
|
"@types/semver": "7.7.0",
|
245334
245334
|
"@types/which": "3.0.4",
|
@@ -259901,4 +259901,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
259901
259901
|
// src/cli.ts
|
259902
259902
|
sdkCliCommand();
|
259903
259903
|
|
259904
|
-
//# debugId=
|
259904
|
+
//# debugId=EB333AC096460D3364756E2164756E21
|