@settlemint/sdk-cli 2.3.5-prf7f294ed → 2.3.5-prfb2ed7df
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
@@ -263128,7 +263128,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
263128
263128
|
var package_default = {
|
263129
263129
|
name: "@settlemint/sdk-cli",
|
263130
263130
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
263131
|
-
version: "2.3.5-
|
263131
|
+
version: "2.3.5-prfb2ed7df",
|
263132
263132
|
type: "module",
|
263133
263133
|
private: false,
|
263134
263134
|
license: "FSL-1.1-MIT",
|
@@ -263177,9 +263177,9 @@ var package_default = {
|
|
263177
263177
|
"@inquirer/input": "4.1.12",
|
263178
263178
|
"@inquirer/password": "4.0.15",
|
263179
263179
|
"@inquirer/select": "4.2.3",
|
263180
|
-
"@settlemint/sdk-js": "2.3.5-
|
263181
|
-
"@settlemint/sdk-utils": "2.3.5-
|
263182
|
-
"@types/node": "22.15.
|
263180
|
+
"@settlemint/sdk-js": "2.3.5-prfb2ed7df",
|
263181
|
+
"@settlemint/sdk-utils": "2.3.5-prfb2ed7df",
|
263182
|
+
"@types/node": "22.15.30",
|
263183
263183
|
"@types/semver": "7.7.0",
|
263184
263184
|
"@types/which": "3.0.4",
|
263185
263185
|
"get-tsconfig": "4.10.1",
|
@@ -327384,4 +327384,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
327384
327384
|
// src/cli.ts
|
327385
327385
|
sdkCliCommand();
|
327386
327386
|
|
327387
|
-
//# debugId=
|
327387
|
+
//# debugId=5D0F6D072B580CFB64756E2164756E21
|