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