@settlemint/sdk-cli 2.1.5-pr9382b4f5 → 2.1.5-pr99b6b210
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
@@ -245345,7 +245345,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
245345
245345
|
var package_default = {
|
245346
245346
|
name: "@settlemint/sdk-cli",
|
245347
245347
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
245348
|
-
version: "2.1.5-
|
245348
|
+
version: "2.1.5-pr99b6b210",
|
245349
245349
|
type: "module",
|
245350
245350
|
private: false,
|
245351
245351
|
license: "FSL-1.1-MIT",
|
@@ -245394,8 +245394,8 @@ var package_default = {
|
|
245394
245394
|
"@inquirer/input": "4.1.9",
|
245395
245395
|
"@inquirer/password": "4.0.12",
|
245396
245396
|
"@inquirer/select": "4.2.0",
|
245397
|
-
"@settlemint/sdk-js": "2.1.5-
|
245398
|
-
"@settlemint/sdk-utils": "2.1.5-
|
245397
|
+
"@settlemint/sdk-js": "2.1.5-pr99b6b210",
|
245398
|
+
"@settlemint/sdk-utils": "2.1.5-pr99b6b210",
|
245399
245399
|
"@types/node": "22.15.1",
|
245400
245400
|
"@types/semver": "7.7.0",
|
245401
245401
|
"@types/which": "3.0.4",
|
@@ -260560,4 +260560,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
260560
260560
|
// src/cli.ts
|
260561
260561
|
sdkCliCommand();
|
260562
260562
|
|
260563
|
-
//# debugId=
|
260563
|
+
//# debugId=83DCF0839824AE3864756E2164756E21
|