@robinmordasiewicz/f5xc-xcsh 2.0.2-2601050109 → 2.0.3-2601050142

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -47014,8 +47014,8 @@ function getLogoModeFromEnv(envPrefix) {
47014
47014
  var CLI_NAME = "xcsh";
47015
47015
  var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
47016
47016
  function getVersion() {
47017
- if ("v2.0.2-2601050109") {
47018
- return "v2.0.2-2601050109";
47017
+ if ("v2.0.3-2601050142") {
47018
+ return "v2.0.3-2601050142";
47019
47019
  }
47020
47020
  if (process.env.XCSH_VERSION) {
47021
47021
  return process.env.XCSH_VERSION;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-xcsh",
3
- "version": "2.0.2-2601050109",
3
+ "version": "2.0.3-2601050142",
4
4
  "description": "F5 Distributed Cloud Shell - Interactive CLI for F5 XC",
5
5
  "type": "module",
6
6
  "bin": {