@settlemint/sdk-cli 2.1.1-pr48657fc9 → 2.1.1-prcb571164
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
@@ -245277,7 +245277,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
245277
245277
|
var package_default = {
|
245278
245278
|
name: "@settlemint/sdk-cli",
|
245279
245279
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
245280
|
-
version: "2.1.1-
|
245280
|
+
version: "2.1.1-prcb571164",
|
245281
245281
|
type: "module",
|
245282
245282
|
private: false,
|
245283
245283
|
license: "FSL-1.1-MIT",
|
@@ -245326,9 +245326,9 @@ var package_default = {
|
|
245326
245326
|
"@inquirer/input": "4.1.9",
|
245327
245327
|
"@inquirer/password": "4.0.12",
|
245328
245328
|
"@inquirer/select": "4.1.1",
|
245329
|
-
"@settlemint/sdk-js": "2.1.1-
|
245330
|
-
"@settlemint/sdk-utils": "2.1.1-
|
245331
|
-
"@types/node": "22.14.
|
245329
|
+
"@settlemint/sdk-js": "2.1.1-prcb571164",
|
245330
|
+
"@settlemint/sdk-utils": "2.1.1-prcb571164",
|
245331
|
+
"@types/node": "22.14.0",
|
245332
245332
|
"@types/semver": "7.7.0",
|
245333
245333
|
"@types/which": "3.0.4",
|
245334
245334
|
"get-tsconfig": "4.10.0",
|
@@ -259871,4 +259871,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
259871
259871
|
// src/cli.ts
|
259872
259872
|
sdkCliCommand();
|
259873
259873
|
|
259874
|
-
//# debugId=
|
259874
|
+
//# debugId=B1C5D16D9B547AC064756E2164756E21
|