@robinmordasiewicz/f5xc-xcsh 1.0.91-2601032317 → 1.0.91-2601032334

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -46628,7 +46628,7 @@ import { homedir as homedir2 } from "os";
46628
46628
  // src/config/paths.ts
46629
46629
  import { homedir } from "os";
46630
46630
  import { join } from "path";
46631
- var APP_NAME = "xcsh";
46631
+ var APP_NAME = "f5xc";
46632
46632
  function getConfigDir() {
46633
46633
  const xdgConfig = process.env.XDG_CONFIG_HOME;
46634
46634
  if (xdgConfig) {
@@ -47052,8 +47052,8 @@ function getLogoModeFromEnv(envPrefix) {
47052
47052
  var CLI_NAME = "xcsh";
47053
47053
  var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
47054
47054
  function getVersion() {
47055
- if ("v1.0.91-2601032317") {
47056
- return "v1.0.91-2601032317";
47055
+ if ("v1.0.91-2601032334") {
47056
+ return "v1.0.91-2601032334";
47057
47057
  }
47058
47058
  if (process.env.XCSH_VERSION) {
47059
47059
  return process.env.XCSH_VERSION;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-xcsh",
3
- "version": "1.0.91-2601032317",
3
+ "version": "1.0.91-2601032334",
4
4
  "description": "F5 Distributed Cloud Shell - Interactive CLI for F5 XC",
5
5
  "type": "module",
6
6
  "bin": {