@mongodb-js/compass-shell 2.19.1 → 2.19.2
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 +1697 -7228
- package/lib/2.js +175 -2300
- package/lib/index.js +1356 -1286
- package/package.json +11 -20
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.19.
|
|
4
|
+
"version": "2.19.2",
|
|
5
5
|
"apiVersion": "3.0.0",
|
|
6
6
|
"description": "Compass Shell Plugin",
|
|
7
7
|
"main": "lib/index.js",
|
|
@@ -46,19 +46,18 @@
|
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@mongodb-js/compass-logging": "^0.7.
|
|
50
|
-
"@mongodb-js/mongodb-redux-common": "^1.8.
|
|
49
|
+
"@mongodb-js/compass-logging": "^0.7.1",
|
|
50
|
+
"@mongodb-js/mongodb-redux-common": "^1.8.1",
|
|
51
51
|
"@mongosh/browser-repl": "^1.1.9",
|
|
52
52
|
"@mongosh/logging": "^1.1.9",
|
|
53
53
|
"@mongosh/node-runtime-worker-thread": "^1.1.9",
|
|
54
|
-
"@mongosh/service-provider-core": "^1.1.9"
|
|
55
|
-
"hadron-react-buttons": "^5.6.0"
|
|
54
|
+
"@mongosh/service-provider-core": "^1.1.9"
|
|
56
55
|
},
|
|
57
56
|
"peerDependencies": {
|
|
58
|
-
"@mongodb-js/compass-components": "^0.10.
|
|
57
|
+
"@mongodb-js/compass-components": "^0.10.1",
|
|
59
58
|
"ace-builds": "^1.4.3",
|
|
60
59
|
"hadron-ipc": "^2.7.0",
|
|
61
|
-
"hadron-react-components": "^5.10.
|
|
60
|
+
"hadron-react-components": "^5.10.1",
|
|
62
61
|
"prop-types": "^15.7.2",
|
|
63
62
|
"react": "^16.14.0",
|
|
64
63
|
"react-ace": "^9.5.0",
|
|
@@ -73,16 +72,14 @@
|
|
|
73
72
|
"@babel/preset-react": "^7.13.13",
|
|
74
73
|
"@babel/register": "^7.13.16",
|
|
75
74
|
"@hot-loader/react-dom": "^16.9.0",
|
|
76
|
-
"@mongodb-js/compass-components": "^0.10.
|
|
75
|
+
"@mongodb-js/compass-components": "^0.10.1",
|
|
77
76
|
"ace-builds": "^1.4.3",
|
|
78
77
|
"autoprefixer": "^9.4.6",
|
|
79
78
|
"babel-loader": "^8.2.2",
|
|
80
79
|
"chai": "^4.2.0",
|
|
81
80
|
"chai-enzyme": "1.0.0-beta.0",
|
|
82
|
-
"classnames": "^2.2.6",
|
|
83
81
|
"core-js": "^3.12.1",
|
|
84
82
|
"cross-env": "^5.0.1",
|
|
85
|
-
"css-loader": "^4.3.0",
|
|
86
83
|
"depcheck": "^1.4.1",
|
|
87
84
|
"electron": "^13.5.1",
|
|
88
85
|
"electron-devtools-installer": "^3.2.0",
|
|
@@ -94,8 +91,8 @@
|
|
|
94
91
|
"eslint-plugin-react": "^7.24.0",
|
|
95
92
|
"file-loader": "^5.1.0",
|
|
96
93
|
"font-awesome": "^4.7.0",
|
|
97
|
-
"hadron-app": "^4.18.
|
|
98
|
-
"hadron-app-registry": "^8.8.
|
|
94
|
+
"hadron-app": "^4.18.2",
|
|
95
|
+
"hadron-app-registry": "^8.8.1",
|
|
99
96
|
"html-webpack-plugin": "^3.2.0",
|
|
100
97
|
"ignore-loader": "^0.1.2",
|
|
101
98
|
"istanbul-instrumenter-loader": "^3.0.1",
|
|
@@ -110,21 +107,16 @@
|
|
|
110
107
|
"karma-sinon": "^1.0.5",
|
|
111
108
|
"karma-sourcemap-loader": "^0.3.8",
|
|
112
109
|
"karma-webpack": "^4.0.2",
|
|
113
|
-
"less": "^3.11.1",
|
|
114
|
-
"less-loader": "^7.3.0",
|
|
115
|
-
"mini-css-extract-plugin": "^0.8.0",
|
|
116
110
|
"mocha": "^5.2.0",
|
|
117
111
|
"mocha-webpack": "^2.0.0-beta.0",
|
|
118
|
-
"mongodb": "^4.
|
|
112
|
+
"mongodb": "^4.4.0",
|
|
119
113
|
"mongodb-reflux-store": "^0.0.1",
|
|
120
114
|
"node-loader": "^0.6.0",
|
|
121
115
|
"nyc": "^13.1.0",
|
|
122
116
|
"peer-deps-externals-webpack-plugin": "^1.0.4",
|
|
123
|
-
"postcss-loader": "^2.1.6",
|
|
124
117
|
"prop-types": "^15.7.2",
|
|
125
118
|
"react": "^16.14.0",
|
|
126
119
|
"react-ace": "^9.5.0",
|
|
127
|
-
"react-bootstrap": "^0.32.1",
|
|
128
120
|
"react-dom": "^16.14.0",
|
|
129
121
|
"react-hot-loader": "^4.13.0",
|
|
130
122
|
"react-redux": "^7.1.1",
|
|
@@ -138,7 +130,6 @@
|
|
|
138
130
|
"shebang-loader": "^0.0.1",
|
|
139
131
|
"sinon": "^7.2.5",
|
|
140
132
|
"sinon-chai": "^3.3.0",
|
|
141
|
-
"style-loader": "^2.0.0",
|
|
142
133
|
"url-loader": "^3.0.0",
|
|
143
134
|
"webpack": "^4.46.0",
|
|
144
135
|
"webpack-bundle-analyzer": "^3.0.3",
|
|
@@ -152,5 +143,5 @@
|
|
|
152
143
|
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
|
|
153
144
|
"email": "compass@mongodb.com"
|
|
154
145
|
},
|
|
155
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "d51426c38f3ad0be209769e18365824c710dbc2d"
|
|
156
147
|
}
|