@mongodb-js/compass-aggregations 8.19.2 → 8.20.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/browser.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +35 -35
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.20.0",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "lib/index.js",
|
@@ -31,22 +31,22 @@
|
|
31
31
|
},
|
32
32
|
"license": "SSPL",
|
33
33
|
"peerDependencies": {
|
34
|
-
"@mongodb-js/compass-components": "^0.
|
35
|
-
"@mongodb-js/compass-crud": "^12.
|
36
|
-
"@mongodb-js/compass-export-to-language": "^7.
|
37
|
-
"@mongodb-js/compass-field-store": "^7.
|
34
|
+
"@mongodb-js/compass-components": "^0.11.0",
|
35
|
+
"@mongodb-js/compass-crud": "^12.20.0",
|
36
|
+
"@mongodb-js/compass-export-to-language": "^7.19.0",
|
37
|
+
"@mongodb-js/compass-field-store": "^7.19.0",
|
38
38
|
"ace-builds": "^1.4.3",
|
39
39
|
"async": "^3.2.0",
|
40
40
|
"bson": "*",
|
41
41
|
"electron": "^13.5.1",
|
42
|
-
"hadron-react-bson": "^5.
|
43
|
-
"hadron-react-buttons": "^5.
|
44
|
-
"hadron-react-components": "^5.
|
42
|
+
"hadron-react-bson": "^5.8.0",
|
43
|
+
"hadron-react-buttons": "^5.7.0",
|
44
|
+
"hadron-react-components": "^5.11.0",
|
45
45
|
"mongodb-ace-autocompleter": "*",
|
46
|
-
"mongodb-ace-mode": "^1.
|
47
|
-
"mongodb-ace-theme": "^1.
|
48
|
-
"mongodb-data-service": "^21.
|
49
|
-
"mongodb-js-metrics": "^7.
|
46
|
+
"mongodb-ace-mode": "^1.6.0",
|
47
|
+
"mongodb-ace-theme": "^1.6.0",
|
48
|
+
"mongodb-data-service": "^21.17.0",
|
49
|
+
"mongodb-js-metrics": "^7.8.0",
|
50
50
|
"mongodb-query-parser": "^2.4.3",
|
51
51
|
"prop-types": "^15.7.2",
|
52
52
|
"react": "^16.14.0",
|
@@ -55,15 +55,15 @@
|
|
55
55
|
"react-dom": "^16.14.0"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
|
-
"@mongodb-js/compass-components": "^0.
|
59
|
-
"@mongodb-js/compass-crud": "^12.
|
60
|
-
"@mongodb-js/compass-export-to-language": "^7.
|
61
|
-
"@mongodb-js/compass-field-store": "^7.
|
62
|
-
"@mongodb-js/eslint-config-compass": "^0.
|
63
|
-
"@mongodb-js/mocha-config-compass": "^0.
|
64
|
-
"@mongodb-js/prettier-config-compass": "^0.
|
65
|
-
"@mongodb-js/tsconfig-compass": "^0.
|
66
|
-
"@mongodb-js/webpack-config-compass": "^0.
|
58
|
+
"@mongodb-js/compass-components": "^0.11.0",
|
59
|
+
"@mongodb-js/compass-crud": "^12.20.0",
|
60
|
+
"@mongodb-js/compass-export-to-language": "^7.19.0",
|
61
|
+
"@mongodb-js/compass-field-store": "^7.19.0",
|
62
|
+
"@mongodb-js/eslint-config-compass": "^0.7.0",
|
63
|
+
"@mongodb-js/mocha-config-compass": "^0.9.0",
|
64
|
+
"@mongodb-js/prettier-config-compass": "^0.5.0",
|
65
|
+
"@mongodb-js/tsconfig-compass": "^0.6.0",
|
66
|
+
"@mongodb-js/webpack-config-compass": "^0.6.0",
|
67
67
|
"ace-builds": "^1.4.3",
|
68
68
|
"async": "^3.2.0",
|
69
69
|
"chai": "^4.3.6",
|
@@ -73,19 +73,19 @@
|
|
73
73
|
"electron": "^13.5.1",
|
74
74
|
"enzyme": "^3.11.0",
|
75
75
|
"eslint": "^7.25.0",
|
76
|
-
"hadron-app": "^4.
|
77
|
-
"hadron-app-registry": "^8.
|
78
|
-
"hadron-document": "^7.
|
79
|
-
"hadron-react-bson": "^5.
|
80
|
-
"hadron-react-buttons": "^5.
|
81
|
-
"hadron-react-components": "^5.
|
76
|
+
"hadron-app": "^4.19.0",
|
77
|
+
"hadron-app-registry": "^8.9.0",
|
78
|
+
"hadron-document": "^7.8.0",
|
79
|
+
"hadron-react-bson": "^5.8.0",
|
80
|
+
"hadron-react-buttons": "^5.7.0",
|
81
|
+
"hadron-react-components": "^5.11.0",
|
82
82
|
"mocha": "^8.4.0",
|
83
83
|
"mongodb-ace-autocompleter": "^0.10.1",
|
84
|
-
"mongodb-ace-mode": "^1.
|
85
|
-
"mongodb-ace-theme": "^1.
|
86
|
-
"mongodb-connection-model": "^21.
|
87
|
-
"mongodb-data-service": "^21.
|
88
|
-
"mongodb-js-metrics": "^7.
|
84
|
+
"mongodb-ace-mode": "^1.6.0",
|
85
|
+
"mongodb-ace-theme": "^1.6.0",
|
86
|
+
"mongodb-connection-model": "^21.13.0",
|
87
|
+
"mongodb-data-service": "^21.17.0",
|
88
|
+
"mongodb-js-metrics": "^7.8.0",
|
89
89
|
"mongodb-query-parser": "^2.4.3",
|
90
90
|
"mongodb-reflux-store": "^0.0.1",
|
91
91
|
"nyc": "^15.1.0",
|
@@ -100,8 +100,8 @@
|
|
100
100
|
"xvfb-maybe": "^0.2.1"
|
101
101
|
},
|
102
102
|
"dependencies": {
|
103
|
-
"@mongodb-js/compass-logging": "^0.
|
104
|
-
"@mongodb-js/mongodb-redux-common": "^1.
|
103
|
+
"@mongodb-js/compass-logging": "^0.8.0",
|
104
|
+
"@mongodb-js/mongodb-redux-common": "^1.9.0",
|
105
105
|
"acorn-loose": "^8.0.2",
|
106
106
|
"astring": "^1.7.0",
|
107
107
|
"bson": "*",
|
@@ -130,5 +130,5 @@
|
|
130
130
|
"type": "git",
|
131
131
|
"url": "https://github.com/mongodb-js/compass.git"
|
132
132
|
},
|
133
|
-
"gitHead": "
|
133
|
+
"gitHead": "2bb63cdb1d4e825f280c0d2af14b7298c5769490"
|
134
134
|
}
|