@mongodb-js/compass-aggregations 8.17.0 → 8.19.1
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/.depcheckrc +0 -1
- package/lib/index.js +13 -13
- package/package.json +28 -30
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mongodb-js/compass-aggregations",
|
3
3
|
"productName": "Aggregations plugin",
|
4
|
-
"version": "8.
|
4
|
+
"version": "8.19.1",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "lib/index.js",
|
@@ -32,22 +32,22 @@
|
|
32
32
|
},
|
33
33
|
"license": "SSPL",
|
34
34
|
"peerDependencies": {
|
35
|
-
"@mongodb-js/compass-components": "^0.
|
36
|
-
"@mongodb-js/compass-crud": "
|
37
|
-
"@mongodb-js/compass-export-to-language": "
|
38
|
-
"@mongodb-js/compass-field-store": "
|
35
|
+
"@mongodb-js/compass-components": "^0.10.0",
|
36
|
+
"@mongodb-js/compass-crud": "^12.19.1",
|
37
|
+
"@mongodb-js/compass-export-to-language": "^7.18.1",
|
38
|
+
"@mongodb-js/compass-field-store": "^7.18.1",
|
39
39
|
"ace-builds": "^1.4.3",
|
40
40
|
"async": "^3.2.0",
|
41
41
|
"bson": "*",
|
42
42
|
"electron": "^13.5.1",
|
43
|
-
"hadron-react-bson": "
|
44
|
-
"hadron-react-buttons": "
|
45
|
-
"hadron-react-components": "
|
43
|
+
"hadron-react-bson": "^5.7.0",
|
44
|
+
"hadron-react-buttons": "^5.6.0",
|
45
|
+
"hadron-react-components": "^5.10.0",
|
46
46
|
"mongodb-ace-autocompleter": "*",
|
47
|
-
"mongodb-ace-mode": "
|
48
|
-
"mongodb-ace-theme": "
|
49
|
-
"mongodb-data-service": "
|
50
|
-
"mongodb-js-metrics": "
|
47
|
+
"mongodb-ace-mode": "^1.5.0",
|
48
|
+
"mongodb-ace-theme": "^1.5.0",
|
49
|
+
"mongodb-data-service": "^21.16.1",
|
50
|
+
"mongodb-js-metrics": "^7.7.0",
|
51
51
|
"mongodb-query-parser": "^2.4.3",
|
52
52
|
"prop-types": "^15.7.2",
|
53
53
|
"react": "^16.14.0",
|
@@ -64,10 +64,10 @@
|
|
64
64
|
"@babel/preset-react": "^7.13.13",
|
65
65
|
"@babel/register": "^7.13.16",
|
66
66
|
"@hot-loader/react-dom": "^16.9.0",
|
67
|
-
"@mongodb-js/compass-components": "^0.
|
68
|
-
"@mongodb-js/compass-crud": "^12.
|
69
|
-
"@mongodb-js/compass-export-to-language": "^7.
|
70
|
-
"@mongodb-js/compass-field-store": "^7.
|
67
|
+
"@mongodb-js/compass-components": "^0.10.0",
|
68
|
+
"@mongodb-js/compass-crud": "^12.19.1",
|
69
|
+
"@mongodb-js/compass-export-to-language": "^7.18.1",
|
70
|
+
"@mongodb-js/compass-field-store": "^7.18.1",
|
71
71
|
"ace-builds": "^1.4.3",
|
72
72
|
"async": "^3.2.0",
|
73
73
|
"autoprefixer": "^9.4.10",
|
@@ -90,12 +90,12 @@
|
|
90
90
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
91
91
|
"file-loader": "^5.1.0",
|
92
92
|
"font-awesome": "^4.7.0",
|
93
|
-
"hadron-app": "^4.
|
94
|
-
"hadron-app-registry": "^8.
|
93
|
+
"hadron-app": "^4.18.1",
|
94
|
+
"hadron-app-registry": "^8.8.0",
|
95
95
|
"hadron-document": "^7.7.0",
|
96
96
|
"hadron-react-bson": "^5.7.0",
|
97
97
|
"hadron-react-buttons": "^5.6.0",
|
98
|
-
"hadron-react-components": "^5.
|
98
|
+
"hadron-react-components": "^5.10.0",
|
99
99
|
"html-webpack-plugin": "^3.2.0",
|
100
100
|
"ignore-loader": "^0.1.2",
|
101
101
|
"istanbul-instrumenter-loader": "^3.0.1",
|
@@ -118,9 +118,9 @@
|
|
118
118
|
"mongodb-ace-autocompleter": "^0.10.0",
|
119
119
|
"mongodb-ace-mode": "^1.5.0",
|
120
120
|
"mongodb-ace-theme": "^1.5.0",
|
121
|
-
"mongodb-connection-model": "^21.
|
122
|
-
"mongodb-data-service": "^21.
|
123
|
-
"mongodb-js-metrics": "^7.
|
121
|
+
"mongodb-connection-model": "^21.12.1",
|
122
|
+
"mongodb-data-service": "^21.16.1",
|
123
|
+
"mongodb-js-metrics": "^7.7.0",
|
124
124
|
"mongodb-query-parser": "^2.4.3",
|
125
125
|
"mongodb-reflux-store": "^0.0.1",
|
126
126
|
"mongodb-schema": "^8.2.5",
|
@@ -152,8 +152,8 @@
|
|
152
152
|
"webpack-node-externals": "^3.0.0"
|
153
153
|
},
|
154
154
|
"dependencies": {
|
155
|
-
"@mongodb-js/compass-logging": "^0.
|
156
|
-
"@mongodb-js/mongodb-redux-common": "^1.
|
155
|
+
"@mongodb-js/compass-logging": "^0.7.0",
|
156
|
+
"@mongodb-js/mongodb-redux-common": "^1.8.0",
|
157
157
|
"acorn-loose": "^8.0.2",
|
158
158
|
"astring": "^1.7.0",
|
159
159
|
"bson": "*",
|
@@ -162,19 +162,17 @@
|
|
162
162
|
"lodash.debounce": "^4.0.8",
|
163
163
|
"lodash.isempty": "^4.4.0",
|
164
164
|
"lodash.isstring": "^4.0.1",
|
165
|
-
"mongodb-
|
166
|
-
"mongodb-ns": "^2.2.0",
|
165
|
+
"mongodb-ns": "^2.3.0",
|
167
166
|
"re-resizable": "^6.9.0",
|
168
167
|
"react-bootstrap": "^0.32.4",
|
169
168
|
"react-dnd": "^10.0.2",
|
170
169
|
"react-dnd-html5-backend": "^10.0.2",
|
171
|
-
"react-ios-switch": "^0.1.19",
|
172
170
|
"react-redux": "^5.0.6",
|
173
171
|
"react-select-plus": "^1.2.0",
|
174
|
-
"redux": "^4.
|
172
|
+
"redux": "^4.1.2",
|
175
173
|
"redux-thunk": "^2.3.0",
|
176
174
|
"semver": "^5.7.1",
|
177
|
-
"storage-mixin": "^4.
|
175
|
+
"storage-mixin": "^4.10.0"
|
178
176
|
},
|
179
177
|
"homepage": "https://github.com/mongodb-js/compass",
|
180
178
|
"bugs": {
|
@@ -185,5 +183,5 @@
|
|
185
183
|
"type": "git",
|
186
184
|
"url": "https://github.com/mongodb-js/compass.git"
|
187
185
|
},
|
188
|
-
"gitHead": "
|
186
|
+
"gitHead": "38680b2f9463d22a71105b6a7721883feecd54c9"
|
189
187
|
}
|