@settlemint/sdk-cli 2.0.0-pr11a87e39 → 2.0.0-pr150a98d3
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
@@ -259536,7 +259536,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
259536
259536
|
var package_default = {
|
259537
259537
|
name: "@settlemint/sdk-cli",
|
259538
259538
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
259539
|
-
version: "2.0.0-
|
259539
|
+
version: "2.0.0-pr150a98d3",
|
259540
259540
|
type: "module",
|
259541
259541
|
private: false,
|
259542
259542
|
license: "FSL-1.1-MIT",
|
@@ -259583,9 +259583,9 @@ var package_default = {
|
|
259583
259583
|
"@inquirer/input": "4.1.8",
|
259584
259584
|
"@inquirer/password": "4.0.11",
|
259585
259585
|
"@inquirer/select": "4.1.0",
|
259586
|
-
"@settlemint/sdk-js": "2.0.0-
|
259587
|
-
"@settlemint/sdk-utils": "2.0.0-
|
259588
|
-
"@types/node": "22.13.
|
259586
|
+
"@settlemint/sdk-js": "2.0.0-pr150a98d3",
|
259587
|
+
"@settlemint/sdk-utils": "2.0.0-pr150a98d3",
|
259588
|
+
"@types/node": "22.13.17",
|
259589
259589
|
"@types/semver": "7.7.0",
|
259590
259590
|
"@types/which": "3.0.4",
|
259591
259591
|
"get-tsconfig": "4.10.0",
|
@@ -274102,4 +274102,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
274102
274102
|
// src/cli.ts
|
274103
274103
|
sdkCliCommand();
|
274104
274104
|
|
274105
|
-
//# debugId=
|
274105
|
+
//# debugId=41B08C129D2C15CA64756E2164756E21
|