@robinmordasiewicz/f5xc-xcsh 2.0.46-2601220152 → 2.0.46-2601220352
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
|
@@ -41209,8 +41209,8 @@ var init_logo_renderer = __esm({
|
|
|
41209
41209
|
|
|
41210
41210
|
// src/branding/index.ts
|
|
41211
41211
|
function getVersion() {
|
|
41212
|
-
if ("v2.0.46-
|
|
41213
|
-
return "v2.0.46-
|
|
41212
|
+
if ("v2.0.46-2601220352") {
|
|
41213
|
+
return "v2.0.46-2601220352";
|
|
41214
41214
|
}
|
|
41215
41215
|
if (process.env.XCSH_VERSION) {
|
|
41216
41216
|
return process.env.XCSH_VERSION;
|