@mongodb-js/compass-shell 2.16.0 → 2.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.
- package/lib/1.js +394 -395
- package/lib/2.js +2357 -2324
- package/lib/index.js +68593 -25039
- package/package.json +21 -19
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.19.0",
|
|
5
5
|
"apiVersion": "3.0.0",
|
|
6
6
|
"description": "Compass Shell Plugin",
|
|
7
7
|
"main": "lib/index.js",
|
|
@@ -46,21 +46,22 @@
|
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@mongodb-js/compass-logging": "^0.
|
|
50
|
-
"@mongodb-js/mongodb-redux-common": "^1.
|
|
51
|
-
"@mongosh/browser-repl": "^1.1.
|
|
52
|
-
"@mongosh/logging": "^1.1.
|
|
53
|
-
"@mongosh/node-runtime-worker-thread": "^1.1.
|
|
54
|
-
"@mongosh/service-provider-core": "^1.1.
|
|
55
|
-
"hadron-react-buttons": "^5.
|
|
49
|
+
"@mongodb-js/compass-logging": "^0.7.0",
|
|
50
|
+
"@mongodb-js/mongodb-redux-common": "^1.8.0",
|
|
51
|
+
"@mongosh/browser-repl": "^1.1.9",
|
|
52
|
+
"@mongosh/logging": "^1.1.9",
|
|
53
|
+
"@mongosh/node-runtime-worker-thread": "^1.1.9",
|
|
54
|
+
"@mongosh/service-provider-core": "^1.1.9",
|
|
55
|
+
"hadron-react-buttons": "^5.6.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@mongodb-js/compass-components": "^0.
|
|
59
|
-
"
|
|
60
|
-
"hadron-
|
|
58
|
+
"@mongodb-js/compass-components": "^0.10.0",
|
|
59
|
+
"ace-builds": "^1.4.3",
|
|
60
|
+
"hadron-ipc": "^2.7.0",
|
|
61
|
+
"hadron-react-components": "^5.10.0",
|
|
61
62
|
"prop-types": "^15.7.2",
|
|
62
63
|
"react": "^16.14.0",
|
|
63
|
-
"react-ace": "^
|
|
64
|
+
"react-ace": "^9.5.0",
|
|
64
65
|
"react-dom": "^16.14.0"
|
|
65
66
|
},
|
|
66
67
|
"devDependencies": {
|
|
@@ -72,7 +73,8 @@
|
|
|
72
73
|
"@babel/preset-react": "^7.13.13",
|
|
73
74
|
"@babel/register": "^7.13.16",
|
|
74
75
|
"@hot-loader/react-dom": "^16.9.0",
|
|
75
|
-
"@mongodb-js/compass-components": "^0.
|
|
76
|
+
"@mongodb-js/compass-components": "^0.10.0",
|
|
77
|
+
"ace-builds": "^1.4.3",
|
|
76
78
|
"autoprefixer": "^9.4.6",
|
|
77
79
|
"babel-loader": "^8.2.2",
|
|
78
80
|
"chai": "^4.2.0",
|
|
@@ -92,8 +94,8 @@
|
|
|
92
94
|
"eslint-plugin-react": "^7.24.0",
|
|
93
95
|
"file-loader": "^5.1.0",
|
|
94
96
|
"font-awesome": "^4.7.0",
|
|
95
|
-
"hadron-app": "^4.
|
|
96
|
-
"hadron-app-registry": "^8.
|
|
97
|
+
"hadron-app": "^4.18.0",
|
|
98
|
+
"hadron-app-registry": "^8.8.0",
|
|
97
99
|
"html-webpack-plugin": "^3.2.0",
|
|
98
100
|
"ignore-loader": "^0.1.2",
|
|
99
101
|
"istanbul-instrumenter-loader": "^3.0.1",
|
|
@@ -113,7 +115,7 @@
|
|
|
113
115
|
"mini-css-extract-plugin": "^0.8.0",
|
|
114
116
|
"mocha": "^5.2.0",
|
|
115
117
|
"mocha-webpack": "^2.0.0-beta.0",
|
|
116
|
-
"mongodb": "^4.
|
|
118
|
+
"mongodb": "^4.3.0",
|
|
117
119
|
"mongodb-reflux-store": "^0.0.1",
|
|
118
120
|
"node-loader": "^0.6.0",
|
|
119
121
|
"nyc": "^13.1.0",
|
|
@@ -121,13 +123,13 @@
|
|
|
121
123
|
"postcss-loader": "^2.1.6",
|
|
122
124
|
"prop-types": "^15.7.2",
|
|
123
125
|
"react": "^16.14.0",
|
|
124
|
-
"react-ace": "^
|
|
126
|
+
"react-ace": "^9.5.0",
|
|
125
127
|
"react-bootstrap": "^0.32.1",
|
|
126
128
|
"react-dom": "^16.14.0",
|
|
127
129
|
"react-hot-loader": "^4.13.0",
|
|
128
130
|
"react-redux": "^7.1.1",
|
|
129
131
|
"react-tooltip": "^3.11.1",
|
|
130
|
-
"redux": "^4.
|
|
132
|
+
"redux": "^4.1.2",
|
|
131
133
|
"reflux": "^0.4.1",
|
|
132
134
|
"reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
|
|
133
135
|
"resolve": "^1.15.1",
|
|
@@ -150,5 +152,5 @@
|
|
|
150
152
|
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
|
|
151
153
|
"email": "compass@mongodb.com"
|
|
152
154
|
},
|
|
153
|
-
"gitHead": "
|
|
155
|
+
"gitHead": "6563679c816fa44691a53b7e27fa0cb5539e0854"
|
|
154
156
|
}
|