@settlemint/sdk-cli 2.0.0-pr6e716fd7 → 2.0.0-pr75b909f6
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
@@ -259543,7 +259543,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
259543
259543
|
var package_default = {
|
259544
259544
|
name: "@settlemint/sdk-cli",
|
259545
259545
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
259546
|
-
version: "2.0.0-
|
259546
|
+
version: "2.0.0-pr75b909f6",
|
259547
259547
|
type: "module",
|
259548
259548
|
private: false,
|
259549
259549
|
license: "FSL-1.1-MIT",
|
@@ -259590,8 +259590,8 @@ var package_default = {
|
|
259590
259590
|
"@inquirer/input": "4.1.9",
|
259591
259591
|
"@inquirer/password": "4.0.12",
|
259592
259592
|
"@inquirer/select": "4.1.1",
|
259593
|
-
"@settlemint/sdk-js": "2.0.0-
|
259594
|
-
"@settlemint/sdk-utils": "2.0.0-
|
259593
|
+
"@settlemint/sdk-js": "2.0.0-pr75b909f6",
|
259594
|
+
"@settlemint/sdk-utils": "2.0.0-pr75b909f6",
|
259595
259595
|
"@types/node": "22.14.0",
|
259596
259596
|
"@types/semver": "7.7.0",
|
259597
259597
|
"@types/which": "3.0.4",
|
@@ -274112,4 +274112,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
274112
274112
|
// src/cli.ts
|
274113
274113
|
sdkCliCommand();
|
274114
274114
|
|
274115
|
-
//# debugId=
|
274115
|
+
//# debugId=695FAFE33CB4C02164756E2164756E21
|