@robinmordasiewicz/xcsh 6.21.0 → 6.22.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.
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -45170,8 +45170,8 @@ var HistoryManager = class _HistoryManager {
|
|
|
45170
45170
|
var CLI_NAME = "xcsh";
|
|
45171
45171
|
var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
|
|
45172
45172
|
function getVersion() {
|
|
45173
|
-
if ("6.
|
|
45174
|
-
return "6.
|
|
45173
|
+
if ("6.22.0") {
|
|
45174
|
+
return "6.22.0";
|
|
45175
45175
|
}
|
|
45176
45176
|
if (process.env.XCSH_VERSION) {
|
|
45177
45177
|
return process.env.XCSH_VERSION;
|
|
@@ -47008,7 +47008,7 @@ function Suggestions({
|
|
|
47008
47008
|
onSelect,
|
|
47009
47009
|
onNavigate,
|
|
47010
47010
|
onCancel,
|
|
47011
|
-
maxVisible =
|
|
47011
|
+
maxVisible = 20,
|
|
47012
47012
|
isActive = true
|
|
47013
47013
|
}) {
|
|
47014
47014
|
use_input_default(
|
|
@@ -52273,7 +52273,7 @@ function App2() {
|
|
|
52273
52273
|
onSelect: handleSuggestionSelect,
|
|
52274
52274
|
onNavigate: handleSuggestionNavigate,
|
|
52275
52275
|
onCancel: completion.hide,
|
|
52276
|
-
maxVisible:
|
|
52276
|
+
maxVisible: 20,
|
|
52277
52277
|
isActive: false
|
|
52278
52278
|
}
|
|
52279
52279
|
) : /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|