@mongodb-js/compass-aggregations 9.1.1 → 9.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/dist/browser.js +1 -1
- package/dist/index.css +0 -11
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mongodb-js/compass-aggregations",
|
3
3
|
"productName": "Aggregations plugin",
|
4
|
-
"version": "9.
|
4
|
+
"version": "9.2.0",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "dist/index.js",
|
@@ -34,15 +34,15 @@
|
|
34
34
|
},
|
35
35
|
"license": "SSPL",
|
36
36
|
"peerDependencies": {
|
37
|
-
"@mongodb-js/compass-components": "^1.
|
38
|
-
"@mongodb-js/compass-crud": "^13.
|
37
|
+
"@mongodb-js/compass-components": "^1.2.0",
|
38
|
+
"@mongodb-js/compass-crud": "^13.2.0",
|
39
39
|
"@mongodb-js/compass-logging": "^1.1.0",
|
40
40
|
"@mongodb-js/explain-plan-helper": "^1.0.1",
|
41
41
|
"@mongodb-js/mongodb-redux-common": "^2.0.1",
|
42
42
|
"bson": "^4.4.1",
|
43
43
|
"hadron-document": "^8.0.1",
|
44
44
|
"hadron-react-buttons": "^6.0.1",
|
45
|
-
"hadron-react-components": "^6.
|
45
|
+
"hadron-react-components": "^6.2.0",
|
46
46
|
"mongodb-ace-autocompleter": "^1.1.1",
|
47
47
|
"react": "^16.14.0"
|
48
48
|
},
|
@@ -94,15 +94,15 @@
|
|
94
94
|
"xvfb-maybe": "^0.2.1"
|
95
95
|
},
|
96
96
|
"dependencies": {
|
97
|
-
"@mongodb-js/compass-components": "^1.
|
98
|
-
"@mongodb-js/compass-crud": "^13.
|
97
|
+
"@mongodb-js/compass-components": "^1.2.0",
|
98
|
+
"@mongodb-js/compass-crud": "^13.2.0",
|
99
99
|
"@mongodb-js/compass-logging": "^1.1.0",
|
100
100
|
"@mongodb-js/explain-plan-helper": "^1.0.1",
|
101
101
|
"@mongodb-js/mongodb-redux-common": "^2.0.1",
|
102
102
|
"bson": "^4.4.1",
|
103
103
|
"hadron-document": "^8.0.1",
|
104
104
|
"hadron-react-buttons": "^6.0.1",
|
105
|
-
"hadron-react-components": "^6.
|
105
|
+
"hadron-react-components": "^6.2.0",
|
106
106
|
"mongodb-ace-autocompleter": "^1.1.1",
|
107
107
|
"react": "^16.14.0"
|
108
108
|
},
|
@@ -115,5 +115,5 @@
|
|
115
115
|
"type": "git",
|
116
116
|
"url": "https://github.com/mongodb-js/compass.git"
|
117
117
|
},
|
118
|
-
"gitHead": "
|
118
|
+
"gitHead": "775735842ab7675c6267fb09c22e61fc9b97cd6d"
|
119
119
|
}
|