@settlemint/sdk-cli 2.3.5-main5b6e68f8 → 2.3.5-main74714e37
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
@@ -263129,7 +263129,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
263129
263129
|
var package_default = {
|
263130
263130
|
name: "@settlemint/sdk-cli",
|
263131
263131
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
263132
|
-
version: "2.3.5-
|
263132
|
+
version: "2.3.5-main74714e37",
|
263133
263133
|
type: "module",
|
263134
263134
|
private: false,
|
263135
263135
|
license: "FSL-1.1-MIT",
|
@@ -263178,8 +263178,8 @@ var package_default = {
|
|
263178
263178
|
"@inquirer/input": "4.1.12",
|
263179
263179
|
"@inquirer/password": "4.0.15",
|
263180
263180
|
"@inquirer/select": "4.2.3",
|
263181
|
-
"@settlemint/sdk-js": "2.3.5-
|
263182
|
-
"@settlemint/sdk-utils": "2.3.5-
|
263181
|
+
"@settlemint/sdk-js": "2.3.5-main74714e37",
|
263182
|
+
"@settlemint/sdk-utils": "2.3.5-main74714e37",
|
263183
263183
|
"@types/node": "24.0.0",
|
263184
263184
|
"@types/semver": "7.7.0",
|
263185
263185
|
"@types/which": "3.0.4",
|
@@ -327393,4 +327393,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
327393
327393
|
// src/cli.ts
|
327394
327394
|
sdkCliCommand();
|
327395
327395
|
|
327396
|
-
//# debugId=
|
327396
|
+
//# debugId=79AB43C79C3F792B64756E2164756E21
|