@mongodb-js/compass-shell 3.1.1 → 3.2.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 +753 -753
- package/lib/2.js +8 -8
- package/lib/index.js +519 -556
- package/package.json +4 -4
package/lib/2.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
(window["webpackJsonpCompassShellPlugin"] = window["webpackJsonpCompassShellPlugin"] || []).push([[2],{
|
|
2
2
|
|
|
3
|
-
/***/
|
|
3
|
+
/***/ 480:
|
|
4
4
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
5
5
|
|
|
6
6
|
"use strict";
|
|
@@ -14,18 +14,18 @@ __webpack_require__.d(__webpack_exports__, "CompassShell", function() { return /
|
|
|
14
14
|
var external_react_ = __webpack_require__(2);
|
|
15
15
|
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
|
|
16
16
|
|
|
17
|
-
// EXTERNAL MODULE: /
|
|
18
|
-
var prop_types = __webpack_require__(
|
|
17
|
+
// EXTERNAL MODULE: /home/runner/work/compass/compass/node_modules/prop-types/index.js
|
|
18
|
+
var prop_types = __webpack_require__(244);
|
|
19
19
|
var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types);
|
|
20
20
|
|
|
21
|
-
// EXTERNAL MODULE: /
|
|
21
|
+
// EXTERNAL MODULE: /home/runner/work/compass/compass/node_modules/react-redux/es/index.js + 26 modules
|
|
22
22
|
var es = __webpack_require__(128);
|
|
23
23
|
|
|
24
|
-
// EXTERNAL MODULE: /
|
|
25
|
-
var mongosh_browser_repl = __webpack_require__(
|
|
24
|
+
// EXTERNAL MODULE: /home/runner/work/compass/compass/node_modules/@mongosh/browser-repl/lib/mongosh-browser-repl.js
|
|
25
|
+
var mongosh_browser_repl = __webpack_require__(285);
|
|
26
26
|
|
|
27
27
|
// EXTERNAL MODULE: external "@mongodb-js/compass-components"
|
|
28
|
-
var compass_components_ = __webpack_require__(
|
|
28
|
+
var compass_components_ = __webpack_require__(242);
|
|
29
29
|
|
|
30
30
|
// CONCATENATED MODULE: ./src/components/info-modal/keyboard-shortcuts-table.jsx
|
|
31
31
|
|
|
@@ -102,7 +102,7 @@ function KeyboardShortcutsTable() {
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
|
|
105
|
-
const mongoshVersion = `v${__webpack_require__(
|
|
105
|
+
const mongoshVersion = `v${__webpack_require__(476).version}`;
|
|
106
106
|
const modalContentWrapperStyles = Object(compass_components_["css"])({
|
|
107
107
|
padding: 'initial'
|
|
108
108
|
});
|