@robinmordasiewicz/f5xc-xcsh 1.0.91-2601030111 → 1.0.91-2601030116
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
|
@@ -47015,8 +47015,8 @@ function getLogoModeFromEnv(envPrefix) {
|
|
|
47015
47015
|
var CLI_NAME = "xcsh";
|
|
47016
47016
|
var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
|
|
47017
47017
|
function getVersion() {
|
|
47018
|
-
if ("v1.0.91-
|
|
47019
|
-
return "v1.0.91-
|
|
47018
|
+
if ("v1.0.91-2601030116") {
|
|
47019
|
+
return "v1.0.91-2601030116";
|
|
47020
47020
|
}
|
|
47021
47021
|
if (process.env.XCSH_VERSION) {
|
|
47022
47022
|
return process.env.XCSH_VERSION;
|