@settlemint/sdk-cli 1.1.1-pr4d510942 → 1.1.1-pr72b6a69f

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 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-pr4d510942",
267032
+ version: "1.1.1-pr72b6a69f",
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.3",
267077
- "@inquirer/input": "4.1.4",
267078
- "@inquirer/password": "4.0.6",
267079
- "@inquirer/select": "4.0.6",
267080
- "@settlemint/sdk-js": "1.1.1-pr4d510942",
267081
- "@settlemint/sdk-utils": "1.1.1-pr4d510942",
267076
+ "@inquirer/confirm": "5.1.4",
267077
+ "@inquirer/input": "4.1.3",
267078
+ "@inquirer/password": "4.0.7",
267079
+ "@inquirer/select": "4.0.7",
267080
+ "@settlemint/sdk-js": "1.1.1-pr72b6a69f",
267081
+ "@settlemint/sdk-utils": "1.1.1-pr72b6a69f",
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);
272071
272070
  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 = import_strip_ansi.default(promptLine);
272097
+ const rawPromptLine = stripVTControlCharacters2(promptLine);
272098
272098
  let prompt = rawPromptLine;
272099
272099
  if (this.rl.line.length > 0) {
272100
272100
  prompt = prompt.slice(0, -this.rl.line.length);
@@ -273327,8 +273327,8 @@ import * as readline4 from "node:readline";
273327
273327
  import { AsyncResource as AsyncResource6 } from "node:async_hooks";
273328
273328
 
273329
273329
  // ../../node_modules/@inquirer/input/node_modules/@inquirer/core/dist/esm/lib/screen-manager.js
273330
+ var import_strip_ansi = __toESM(require_strip_ansi(), 1);
273330
273331
  var import_ansi_escapes3 = __toESM(require_ansi_escapes(), 1);
273331
- import { stripVTControlCharacters as stripVTControlCharacters2 } from "node:util";
273332
273332
  var height2 = (content) => content.split(`
273333
273333
  `).length;
273334
273334
  var lastLine2 = (content) => content.split(`
@@ -273354,7 +273354,7 @@ class ScreenManager2 {
273354
273354
  }
273355
273355
  render(content, bottomContent = "") {
273356
273356
  const promptLine = lastLine2(content);
273357
- const rawPromptLine = stripVTControlCharacters2(promptLine);
273357
+ const rawPromptLine = import_strip_ansi.default(promptLine);
273358
273358
  let prompt = rawPromptLine;
273359
273359
  if (this.rl.line.length > 0) {
273360
273360
  prompt = prompt.slice(0, -this.rl.line.length);
@@ -278683,4 +278683,4 @@ ${error5.stack}`));
278683
278683
  // src/cli.ts
278684
278684
  sdkCliCommand();
278685
278685
 
278686
- //# debugId=187F7B044EB715C964756E2164756E21
278686
+ //# debugId=AB04C5EA407A045264756E2164756E21