@mongodb-js/compass-shell 2.14.0 → 2.15.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/index.js +29164 -3551
- package/package.json +8 -6
- package/styles/index.less +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mongodb-js/compass-shell",
|
|
3
3
|
"productName": "Compass Shell plugin",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.15.0",
|
|
5
5
|
"apiVersion": "3.0.0",
|
|
6
6
|
"description": "Compass Shell Plugin",
|
|
7
7
|
"main": "lib/index.js",
|
|
@@ -44,10 +44,12 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@leafygreen-ui/icon": "^11.4.0",
|
|
46
46
|
"@leafygreen-ui/icon-button": "^9.1.5",
|
|
47
|
+
"@mongodb-js/compass-logging": "^0.3.0",
|
|
47
48
|
"@mongodb-js/mongodb-redux-common": "^1.4.0",
|
|
48
|
-
"@mongosh/browser-repl": "^1.0.
|
|
49
|
-
"@mongosh/
|
|
50
|
-
"@mongosh/
|
|
49
|
+
"@mongosh/browser-repl": "^1.0.7",
|
|
50
|
+
"@mongosh/logging": "^1.0.7",
|
|
51
|
+
"@mongosh/node-runtime-worker-thread": "^1.0.7",
|
|
52
|
+
"@mongosh/service-provider-core": "^1.0.7",
|
|
51
53
|
"hadron-react-buttons": "^5.4.0",
|
|
52
54
|
"re-resizable": "^6.9.0"
|
|
53
55
|
},
|
|
@@ -90,7 +92,7 @@
|
|
|
90
92
|
"eslint-plugin-react": "^7.24.0",
|
|
91
93
|
"file-loader": "^5.1.0",
|
|
92
94
|
"font-awesome": "^4.7.0",
|
|
93
|
-
"hadron-app": "^4.
|
|
95
|
+
"hadron-app": "^4.14.0",
|
|
94
96
|
"hadron-app-registry": "^8.4.0",
|
|
95
97
|
"html-webpack-plugin": "^3.2.0",
|
|
96
98
|
"ignore-loader": "^0.1.2",
|
|
@@ -148,5 +150,5 @@
|
|
|
148
150
|
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
|
|
149
151
|
"email": "compass@mongodb.com"
|
|
150
152
|
},
|
|
151
|
-
"gitHead": "
|
|
153
|
+
"gitHead": "08263644123ab2eebdc84b898ea6f1bc8e8bb76f"
|
|
152
154
|
}
|
package/styles/index.less
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
// TODO: TEMP - remove hardcoded require statement from hadron-style-manager
|