@settlemint/sdk-cli 2.0.0-pr0a183ee8 → 2.0.0-pr2f010903
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
@@ -259524,7 +259524,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
259524
259524
|
var package_default = {
|
259525
259525
|
name: "@settlemint/sdk-cli",
|
259526
259526
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
259527
|
-
version: "2.0.0-
|
259527
|
+
version: "2.0.0-pr2f010903",
|
259528
259528
|
type: "module",
|
259529
259529
|
private: false,
|
259530
259530
|
license: "FSL-1.1-MIT",
|
@@ -259571,9 +259571,9 @@ var package_default = {
|
|
259571
259571
|
"@inquirer/input": "4.1.8",
|
259572
259572
|
"@inquirer/password": "4.0.11",
|
259573
259573
|
"@inquirer/select": "4.1.0",
|
259574
|
-
"@settlemint/sdk-js": "2.0.0-
|
259575
|
-
"@settlemint/sdk-utils": "2.0.0-
|
259576
|
-
"@types/node": "22.13.
|
259574
|
+
"@settlemint/sdk-js": "2.0.0-pr2f010903",
|
259575
|
+
"@settlemint/sdk-utils": "2.0.0-pr2f010903",
|
259576
|
+
"@types/node": "22.13.14",
|
259577
259577
|
"@types/semver": "7.7.0",
|
259578
259578
|
"@types/which": "3.0.4",
|
259579
259579
|
"get-tsconfig": "4.10.0",
|
@@ -274090,4 +274090,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
274090
274090
|
// src/cli.ts
|
274091
274091
|
sdkCliCommand();
|
274092
274092
|
|
274093
|
-
//# debugId=
|
274093
|
+
//# debugId=D94447B8213A62A764756E2164756E21
|