@mongodb-js/compass-shell 2.20.0 → 2.21.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/lib/1.js +26960 -1689
- package/lib/2.js +9 -9
- package/lib/index.js +2270 -5075
- package/package.json +17 -20
package/lib/2.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
(window["webpackJsonpCompassShellPlugin"] = window["webpackJsonpCompassShellPlugin"] || []).push([[2],{
|
|
2
2
|
|
|
3
|
-
/***/
|
|
3
|
+
/***/ 465:
|
|
4
4
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
5
5
|
|
|
6
6
|
"use strict";
|
|
@@ -15,17 +15,17 @@ var external_react_ = __webpack_require__(2);
|
|
|
15
15
|
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
|
|
16
16
|
|
|
17
17
|
// EXTERNAL MODULE: external "prop-types"
|
|
18
|
-
var external_prop_types_ = __webpack_require__(
|
|
18
|
+
var external_prop_types_ = __webpack_require__(163);
|
|
19
19
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
20
20
|
|
|
21
|
-
// EXTERNAL MODULE: ./node_modules/react-redux/es/index.js +
|
|
22
|
-
var es = __webpack_require__(
|
|
21
|
+
// EXTERNAL MODULE: ./node_modules/react-redux/es/index.js + 23 modules
|
|
22
|
+
var es = __webpack_require__(159);
|
|
23
23
|
|
|
24
|
-
// EXTERNAL MODULE: /Users/
|
|
25
|
-
var mongosh_browser_repl = __webpack_require__(
|
|
24
|
+
// EXTERNAL MODULE: /Users/leroux.bodenstein/mongo/compass/node_modules/@mongosh/browser-repl/lib/mongosh-browser-repl.js
|
|
25
|
+
var mongosh_browser_repl = __webpack_require__(390);
|
|
26
26
|
|
|
27
27
|
// EXTERNAL MODULE: external "@mongodb-js/compass-components"
|
|
28
|
-
var compass_components_ = __webpack_require__(
|
|
28
|
+
var compass_components_ = __webpack_require__(374);
|
|
29
29
|
|
|
30
30
|
// CONCATENATED MODULE: ./src/components/info-modal/keyboard-shortcuts-table.jsx
|
|
31
31
|
|
|
@@ -84,7 +84,7 @@ function KeyboardShortcutsTable() {
|
|
|
84
84
|
label: "Key"
|
|
85
85
|
}), /*#__PURE__*/external_react_default.a.createElement(compass_components_["TableHeader"], {
|
|
86
86
|
key: 'value',
|
|
87
|
-
label: "
|
|
87
|
+
label: "Description"
|
|
88
88
|
})]
|
|
89
89
|
}, ({
|
|
90
90
|
datum
|
|
@@ -98,7 +98,7 @@ function KeyboardShortcutsTable() {
|
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
// EXTERNAL MODULE: ./package.json
|
|
101
|
-
var package_0 = __webpack_require__(
|
|
101
|
+
var package_0 = __webpack_require__(55);
|
|
102
102
|
|
|
103
103
|
// CONCATENATED MODULE: ./src/components/info-modal/info-modal.jsx
|
|
104
104
|
|