@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.
- package/dist/index.js +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-
|
|
48643
|
-
return "v2.0.21-
|
|
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;
|