@settlemint/sdk-cli 1.1.1-prc7f21dc7 → 1.1.1
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 +10 -10
- package/dist/cli.js.map +3 -3
- package/package.json +7 -7
package/dist/cli.js
CHANGED
|
@@ -267029,7 +267029,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
|
267029
267029
|
var package_default = {
|
|
267030
267030
|
name: "@settlemint/sdk-cli",
|
|
267031
267031
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
267032
|
-
version: "1.1.1
|
|
267032
|
+
version: "1.1.1",
|
|
267033
267033
|
type: "module",
|
|
267034
267034
|
private: false,
|
|
267035
267035
|
license: "FSL-1.1-MIT",
|
|
@@ -267073,12 +267073,12 @@ var package_default = {
|
|
|
267073
267073
|
},
|
|
267074
267074
|
devDependencies: {
|
|
267075
267075
|
"@commander-js/extra-typings": "13.1.0",
|
|
267076
|
-
"@inquirer/confirm": "5.1.
|
|
267077
|
-
"@inquirer/input": "4.1.
|
|
267078
|
-
"@inquirer/password": "4.0.
|
|
267079
|
-
"@inquirer/select": "4.0.
|
|
267080
|
-
"@settlemint/sdk-js": "1.1.1
|
|
267081
|
-
"@settlemint/sdk-utils": "1.1.1
|
|
267076
|
+
"@inquirer/confirm": "5.1.3",
|
|
267077
|
+
"@inquirer/input": "4.1.3",
|
|
267078
|
+
"@inquirer/password": "4.0.6",
|
|
267079
|
+
"@inquirer/select": "4.0.6",
|
|
267080
|
+
"@settlemint/sdk-js": "1.1.1",
|
|
267081
|
+
"@settlemint/sdk-utils": "1.1.1",
|
|
267082
267082
|
"@types/node": "22.12.0",
|
|
267083
267083
|
"@types/semver": "7.5.8",
|
|
267084
267084
|
"@types/which": "3.0.4",
|
|
@@ -272067,8 +272067,8 @@ var {
|
|
|
272067
272067
|
} = signalExitWrap(processOk2(process7) ? new SignalExit2(process7) : new SignalExitFallback2);
|
|
272068
272068
|
|
|
272069
272069
|
// ../../node_modules/@inquirer/core/dist/esm/lib/screen-manager.js
|
|
272070
|
+
var import_strip_ansi = __toESM(require_strip_ansi(), 1);
|
|
272070
272071
|
var import_ansi_escapes = __toESM(require_ansi_escapes(), 1);
|
|
272071
|
-
import { stripVTControlCharacters as stripVTControlCharacters2 } from "node:util";
|
|
272072
272072
|
var height = (content) => content.split(`
|
|
272073
272073
|
`).length;
|
|
272074
272074
|
var lastLine = (content) => content.split(`
|
|
@@ -272094,7 +272094,7 @@ class ScreenManager {
|
|
|
272094
272094
|
}
|
|
272095
272095
|
render(content, bottomContent = "") {
|
|
272096
272096
|
const promptLine = lastLine(content);
|
|
272097
|
-
const rawPromptLine =
|
|
272097
|
+
const rawPromptLine = import_strip_ansi.default(promptLine);
|
|
272098
272098
|
let prompt = rawPromptLine;
|
|
272099
272099
|
if (this.rl.line.length > 0) {
|
|
272100
272100
|
prompt = prompt.slice(0, -this.rl.line.length);
|
|
@@ -277940,4 +277940,4 @@ ${error5.stack}`));
|
|
|
277940
277940
|
// src/cli.ts
|
|
277941
277941
|
sdkCliCommand();
|
|
277942
277942
|
|
|
277943
|
-
//# debugId=
|
|
277943
|
+
//# debugId=D4C141022E1659BB64756E2164756E21
|