@robinmordasiewicz/xcsh 6.17.0 → 6.19.0

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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -44983,8 +44983,8 @@ var HistoryManager = class _HistoryManager {
44983
44983
  var CLI_NAME = "xcsh";
44984
44984
  var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
44985
44985
  function getVersion() {
44986
- if ("6.17.0") {
44987
- return "6.17.0";
44986
+ if ("6.19.0") {
44987
+ return "6.19.0";
44988
44988
  }
44989
44989
  if (process.env.XCSH_VERSION) {
44990
44990
  return process.env.XCSH_VERSION;
@@ -51798,6 +51798,7 @@ program2.name(CLI_NAME).description("F5 Distributed Cloud Shell - Interactive CL
51798
51798
  );
51799
51799
  process.exit(1);
51800
51800
  }
51801
+ process.stdin.resume();
51801
51802
  render_default(/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(App2, {}));
51802
51803
  return;
51803
51804
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/xcsh",
3
- "version": "6.17.0",
3
+ "version": "6.19.0",
4
4
  "description": "F5 Distributed Cloud Shell - Interactive CLI for F5 XC",
5
5
  "type": "module",
6
6
  "bin": {