@robinmordasiewicz/f5xc-xcsh 2.0.39-2601190720 → 2.0.39-2601190837
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 +3 -2
package/dist/index.js
CHANGED
|
@@ -41229,8 +41229,8 @@ var init_logo_renderer = __esm({
|
|
|
41229
41229
|
|
|
41230
41230
|
// src/branding/index.ts
|
|
41231
41231
|
function getVersion() {
|
|
41232
|
-
if ("v2.0.39-
|
|
41233
|
-
return "v2.0.39-
|
|
41232
|
+
if ("v2.0.39-2601190837") {
|
|
41233
|
+
return "v2.0.39-2601190837";
|
|
41234
41234
|
}
|
|
41235
41235
|
if (process.env.XCSH_VERSION) {
|
|
41236
41236
|
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.39-
|
|
3
|
+
"version": "2.0.39-2601190837",
|
|
4
4
|
"description": "F5 Distributed Cloud Shell - Interactive CLI for F5 XC",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
"node": ">=18.0.0"
|
|
103
103
|
},
|
|
104
104
|
"overrides": {
|
|
105
|
-
"esbuild": ">=0.25.0"
|
|
105
|
+
"esbuild": ">=0.25.0",
|
|
106
|
+
"tar": ">=7.5.3"
|
|
106
107
|
}
|
|
107
108
|
}
|