@robinmordasiewicz/f5xc-xcsh 2.0.4-2601050253 → 2.0.8-2601050643

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
@@ -46994,8 +46994,8 @@ function getLogoModeFromEnv(envPrefix) {
46994
46994
  var CLI_NAME = "xcsh";
46995
46995
  var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
46996
46996
  function getVersion() {
46997
- if ("v2.0.4-2601050253") {
46998
- return "v2.0.4-2601050253";
46997
+ if ("v2.0.8-2601050643") {
46998
+ return "v2.0.8-2601050643";
46999
46999
  }
47000
47000
  if (process.env.XCSH_VERSION) {
47001
47001
  return process.env.XCSH_VERSION;
@@ -154320,7 +154320,7 @@ program2.name(CLI_NAME).description("F5 Distributed Cloud Shell - Interactive CL
154320
154320
  }
154321
154321
  process.stdin.resume();
154322
154322
  const appProps = { initialSession: session };
154323
- render_default(/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(App2, { ...appProps }));
154323
+ render_default(/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(App2, { ...appProps }), { exitOnCtrlC: false });
154324
154324
  return;
154325
154325
  }
154326
154326
  await executeNonInteractive(commandArgs);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-xcsh",
3
- "version": "2.0.4-2601050253",
3
+ "version": "2.0.8-2601050643",
4
4
  "description": "F5 Distributed Cloud Shell - Interactive CLI for F5 XC",
5
5
  "type": "module",
6
6
  "bin": {