@settlemint/sdk-cli 2.4.0-pre56422a0 → 2.4.0-pre8513221
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
@@ -263840,7 +263840,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
263840
263840
|
var package_default = {
|
263841
263841
|
name: "@settlemint/sdk-cli",
|
263842
263842
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
263843
|
-
version: "2.4.0-
|
263843
|
+
version: "2.4.0-pre8513221",
|
263844
263844
|
type: "module",
|
263845
263845
|
private: false,
|
263846
263846
|
license: "FSL-1.1-MIT",
|
@@ -263891,9 +263891,9 @@ var package_default = {
|
|
263891
263891
|
"@inquirer/input": "4.1.12",
|
263892
263892
|
"@inquirer/password": "4.0.15",
|
263893
263893
|
"@inquirer/select": "4.2.3",
|
263894
|
-
"@settlemint/sdk-js": "2.4.0-
|
263895
|
-
"@settlemint/sdk-utils": "2.4.0-
|
263896
|
-
"@settlemint/sdk-viem": "2.4.0-
|
263894
|
+
"@settlemint/sdk-js": "2.4.0-pre8513221",
|
263895
|
+
"@settlemint/sdk-utils": "2.4.0-pre8513221",
|
263896
|
+
"@settlemint/sdk-viem": "2.4.0-pre8513221",
|
263897
263897
|
"@types/node": "24.0.7",
|
263898
263898
|
"@types/semver": "7.7.0",
|
263899
263899
|
"@types/which": "3.0.4",
|
@@ -330092,4 +330092,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
330092
330092
|
// src/cli.ts
|
330093
330093
|
sdkCliCommand();
|
330094
330094
|
|
330095
|
-
//# debugId=
|
330095
|
+
//# debugId=4F34A96AC8EC26F964756E2164756E21
|