@robinmordasiewicz/f5xc-xcsh 1.0.82-2512312131 → 1.0.82-2512312156

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.
Files changed (2) hide show
  1. package/dist/index.js +6 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -45354,8 +45354,8 @@ function getLogoModeFromEnv(envPrefix) {
45354
45354
  var CLI_NAME = "xcsh";
45355
45355
  var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
45356
45356
  function getVersion() {
45357
- if ("v1.0.82-2512312131") {
45358
- return "v1.0.82-2512312131";
45357
+ if ("v1.0.82-2512312156") {
45358
+ return "v1.0.82-2512312156";
45359
45359
  }
45360
45360
  if (process.env.XCSH_VERSION) {
45361
45361
  return process.env.XCSH_VERSION;
@@ -46618,7 +46618,7 @@ function wrapText3(text, width, indent) {
46618
46618
  function formatRootHelp() {
46619
46619
  return [
46620
46620
  "",
46621
- colorBoldWhite(`${CLI_NAME} - ${CLI_FULL_NAME} v${CLI_VERSION}`),
46621
+ colorBoldWhite(`${CLI_NAME} - ${CLI_FULL_NAME} ${CLI_VERSION}`),
46622
46622
  "",
46623
46623
  "DESCRIPTION",
46624
46624
  ...wrapText3(CLI_DESCRIPTION_LONG, 80, 2),
@@ -49383,7 +49383,7 @@ function printImageBanner(imageSeq, imageHeight, imageWidth) {
49383
49383
  const TEXT_COL_WIDTH = INNER_WIDTH - IMAGE_COL_WIDTH;
49384
49384
  const HELP_LINES = wrapText4(CLI_DESCRIPTION_MEDIUM, TEXT_COL_WIDTH - 2);
49385
49385
  const helpStartRow = Math.floor((imageHeight - HELP_LINES.length) / 2);
49386
- const title = ` ${CLI_FULL_NAME} v${CLI_VERSION} `;
49386
+ const title = ` ${CLI_FULL_NAME} ${CLI_VERSION} `;
49387
49387
  const leftDashes = 3;
49388
49388
  const rightDashes = TOTAL_WIDTH - 1 - leftDashes - title.length - 1;
49389
49389
  process.stdout.write("\n");
@@ -49434,7 +49434,7 @@ function printAsciiBanner() {
49434
49434
  const helpColumnWidth = INNER_WIDTH - logoWidth - 1;
49435
49435
  const HELP_LINES = wrapText4(CLI_DESCRIPTION_MEDIUM, helpColumnWidth - 2);
49436
49436
  const HELP_START_ROW = 8;
49437
- const title = ` ${CLI_FULL_NAME} v${CLI_VERSION} `;
49437
+ const title = ` ${CLI_FULL_NAME} ${CLI_VERSION} `;
49438
49438
  const leftDashes = 3;
49439
49439
  const rightDashes = TOTAL_WIDTH - 1 - leftDashes - title.length - 1;
49440
49440
  const output = [];
@@ -49480,7 +49480,7 @@ function getBannerLines(logoMode, useImage) {
49480
49480
  const TOTAL_WIDTH = Math.max(80, logoWidth + 4);
49481
49481
  const INNER_WIDTH = TOTAL_WIDTH - 2;
49482
49482
  const helpColumnWidth = INNER_WIDTH - logoWidth - 1;
49483
- const title = ` ${CLI_FULL_NAME} v${CLI_VERSION} `;
49483
+ const title = ` ${CLI_FULL_NAME} ${CLI_VERSION} `;
49484
49484
  const leftDashes = 3;
49485
49485
  const rightDashes = TOTAL_WIDTH - 1 - leftDashes - title.length - 1;
49486
49486
  const output = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-xcsh",
3
- "version": "1.0.82-2512312131",
3
+ "version": "1.0.82-2512312156",
4
4
  "description": "F5 Distributed Cloud Shell - Interactive CLI for F5 XC",
5
5
  "type": "module",
6
6
  "bin": {