@robinmordasiewicz/f5xc-xcsh 2.0.21-2601131415 → 2.0.21-2601131436
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
|
@@ -49215,8 +49215,8 @@ function getLogoModeFromEnv(envPrefix) {
|
|
|
49215
49215
|
var CLI_NAME = "xcsh";
|
|
49216
49216
|
var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
|
|
49217
49217
|
function getVersion() {
|
|
49218
|
-
if ("v2.0.21-
|
|
49219
|
-
return "v2.0.21-
|
|
49218
|
+
if ("v2.0.21-2601131436") {
|
|
49219
|
+
return "v2.0.21-2601131436";
|
|
49220
49220
|
}
|
|
49221
49221
|
if (process.env.XCSH_VERSION) {
|
|
49222
49222
|
return process.env.XCSH_VERSION;
|