@settlemint/sdk-cli 2.1.4-main9cd49b9b → 2.1.4-mainb208ff94
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 +8 -8
- package/dist/cli.js.map +3 -3
- package/package.json +5 -5
package/dist/cli.js
CHANGED
@@ -245340,7 +245340,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
245340
245340
|
var package_default = {
|
245341
245341
|
name: "@settlemint/sdk-cli",
|
245342
245342
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
245343
|
-
version: "2.1.4-
|
245343
|
+
version: "2.1.4-mainb208ff94",
|
245344
245344
|
type: "module",
|
245345
245345
|
private: false,
|
245346
245346
|
license: "FSL-1.1-MIT",
|
@@ -245388,10 +245388,10 @@ var package_default = {
|
|
245388
245388
|
"@inquirer/confirm": "5.1.9",
|
245389
245389
|
"@inquirer/input": "4.1.9",
|
245390
245390
|
"@inquirer/password": "4.0.12",
|
245391
|
-
"@inquirer/select": "4.
|
245392
|
-
"@settlemint/sdk-js": "2.1.4-
|
245393
|
-
"@settlemint/sdk-utils": "2.1.4-
|
245394
|
-
"@types/node": "22.
|
245391
|
+
"@inquirer/select": "4.2.0",
|
245392
|
+
"@settlemint/sdk-js": "2.1.4-mainb208ff94",
|
245393
|
+
"@settlemint/sdk-utils": "2.1.4-mainb208ff94",
|
245394
|
+
"@types/node": "22.15.0",
|
245395
245395
|
"@types/semver": "7.7.0",
|
245396
245396
|
"@types/which": "3.0.4",
|
245397
245397
|
"get-tsconfig": "4.10.0",
|
@@ -251813,9 +251813,9 @@ var esm_default3 = createPrompt((config3, done) => {
|
|
251813
251813
|
firstRender.current = false;
|
251814
251814
|
if (items.length > pageSize) {
|
251815
251815
|
helpTipBottom = `
|
251816
|
-
${theme.style.help("
|
251816
|
+
${theme.style.help(`(${config3.instructions?.pager ?? "Use arrow keys to reveal more choices"})`)}`;
|
251817
251817
|
} else {
|
251818
|
-
helpTipTop = theme.style.help("
|
251818
|
+
helpTipTop = theme.style.help(`(${config3.instructions?.navigation ?? "Use arrow keys"})`);
|
251819
251819
|
}
|
251820
251820
|
}
|
251821
251821
|
const page = usePagination({
|
@@ -260520,4 +260520,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
260520
260520
|
// src/cli.ts
|
260521
260521
|
sdkCliCommand();
|
260522
260522
|
|
260523
|
-
//# debugId=
|
260523
|
+
//# debugId=8432E63B71A7ED0C64756E2164756E21
|