@robinmordasiewicz/f5xc-xcsh 2.0.21-2601091916 → 2.0.21-2601091926

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
@@ -48639,8 +48639,8 @@ function getLogoModeFromEnv(envPrefix) {
48639
48639
  var CLI_NAME = "xcsh";
48640
48640
  var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
48641
48641
  function getVersion() {
48642
- if ("v2.0.21-2601091916") {
48643
- return "v2.0.21-2601091916";
48642
+ if ("v2.0.21-2601091926") {
48643
+ return "v2.0.21-2601091926";
48644
48644
  }
48645
48645
  if (process.env.XCSH_VERSION) {
48646
48646
  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.21-2601091916",
3
+ "version": "2.0.21-2601091926",
4
4
  "description": "F5 Distributed Cloud Shell - Interactive CLI for F5 XC",
5
5
  "type": "module",
6
6
  "bin": {