@mongodb-js/compass-aggregations 8.20.0 → 8.21.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.css +36 -36
- package/lib/index.js +5 -5
- package/package.json +25 -23
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.21.0",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "lib/index.js",
|
@@ -27,27 +27,28 @@
|
|
27
27
|
"test-electron": "xvfb-maybe electron-mocha --no-sandbox",
|
28
28
|
"test-cov": "nyc -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test",
|
29
29
|
"test-watch": "npm run test -- --watch",
|
30
|
-
"test-ci": "npm run test-cov
|
30
|
+
"test-ci": "npm run test-cov",
|
31
|
+
"test-ci-electron": "npm run test-electron"
|
31
32
|
},
|
32
33
|
"license": "SSPL",
|
33
34
|
"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.
|
35
|
+
"@mongodb-js/compass-components": "^0.12.0",
|
36
|
+
"@mongodb-js/compass-crud": "^12.21.0",
|
37
|
+
"@mongodb-js/compass-export-to-language": "^7.20.0",
|
38
|
+
"@mongodb-js/compass-field-store": "^7.20.0",
|
38
39
|
"ace-builds": "^1.4.3",
|
39
40
|
"async": "^3.2.0",
|
40
41
|
"bson": "*",
|
41
42
|
"electron": "^13.5.1",
|
42
43
|
"hadron-react-bson": "^5.8.0",
|
43
44
|
"hadron-react-buttons": "^5.7.0",
|
44
|
-
"hadron-react-components": "^5.
|
45
|
+
"hadron-react-components": "^5.12.0",
|
45
46
|
"mongodb-ace-autocompleter": "*",
|
46
47
|
"mongodb-ace-mode": "^1.6.0",
|
47
48
|
"mongodb-ace-theme": "^1.6.0",
|
48
|
-
"mongodb-data-service": "^21.
|
49
|
-
"mongodb-js-metrics": "^7.
|
50
|
-
"mongodb-query-parser": "^2.4.
|
49
|
+
"mongodb-data-service": "^21.18.0",
|
50
|
+
"mongodb-js-metrics": "^7.9.0",
|
51
|
+
"mongodb-query-parser": "^2.4.4",
|
51
52
|
"prop-types": "^15.7.2",
|
52
53
|
"react": "^16.14.0",
|
53
54
|
"react-ace": "^9.5.0",
|
@@ -55,15 +56,16 @@
|
|
55
56
|
"react-dom": "^16.14.0"
|
56
57
|
},
|
57
58
|
"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.
|
59
|
+
"@mongodb-js/compass-components": "^0.12.0",
|
60
|
+
"@mongodb-js/compass-crud": "^12.21.0",
|
61
|
+
"@mongodb-js/compass-export-to-language": "^7.20.0",
|
62
|
+
"@mongodb-js/compass-field-store": "^7.20.0",
|
62
63
|
"@mongodb-js/eslint-config-compass": "^0.7.0",
|
63
64
|
"@mongodb-js/mocha-config-compass": "^0.9.0",
|
64
65
|
"@mongodb-js/prettier-config-compass": "^0.5.0",
|
65
66
|
"@mongodb-js/tsconfig-compass": "^0.6.0",
|
66
67
|
"@mongodb-js/webpack-config-compass": "^0.6.0",
|
68
|
+
"@types/lodash.isempty": "^4.4.6",
|
67
69
|
"ace-builds": "^1.4.3",
|
68
70
|
"async": "^3.2.0",
|
69
71
|
"chai": "^4.3.6",
|
@@ -73,20 +75,20 @@
|
|
73
75
|
"electron": "^13.5.1",
|
74
76
|
"enzyme": "^3.11.0",
|
75
77
|
"eslint": "^7.25.0",
|
76
|
-
"hadron-app": "^4.
|
78
|
+
"hadron-app": "^4.20.0",
|
77
79
|
"hadron-app-registry": "^8.9.0",
|
78
80
|
"hadron-document": "^7.8.0",
|
79
81
|
"hadron-react-bson": "^5.8.0",
|
80
82
|
"hadron-react-buttons": "^5.7.0",
|
81
|
-
"hadron-react-components": "^5.
|
83
|
+
"hadron-react-components": "^5.12.0",
|
82
84
|
"mocha": "^8.4.0",
|
83
|
-
"mongodb-ace-autocompleter": "^0.
|
85
|
+
"mongodb-ace-autocompleter": "^0.11.0",
|
84
86
|
"mongodb-ace-mode": "^1.6.0",
|
85
87
|
"mongodb-ace-theme": "^1.6.0",
|
86
|
-
"mongodb-connection-model": "^21.
|
87
|
-
"mongodb-data-service": "^21.
|
88
|
-
"mongodb-js-metrics": "^7.
|
89
|
-
"mongodb-query-parser": "^2.4.
|
88
|
+
"mongodb-connection-model": "^21.14.0",
|
89
|
+
"mongodb-data-service": "^21.18.0",
|
90
|
+
"mongodb-js-metrics": "^7.9.0",
|
91
|
+
"mongodb-query-parser": "^2.4.4",
|
90
92
|
"mongodb-reflux-store": "^0.0.1",
|
91
93
|
"nyc": "^15.1.0",
|
92
94
|
"prop-types": "^15.7.2",
|
@@ -100,7 +102,7 @@
|
|
100
102
|
"xvfb-maybe": "^0.2.1"
|
101
103
|
},
|
102
104
|
"dependencies": {
|
103
|
-
"@mongodb-js/compass-logging": "^0.
|
105
|
+
"@mongodb-js/compass-logging": "^0.9.0",
|
104
106
|
"@mongodb-js/mongodb-redux-common": "^1.9.0",
|
105
107
|
"acorn-loose": "^8.0.2",
|
106
108
|
"astring": "^1.7.0",
|
@@ -130,5 +132,5 @@
|
|
130
132
|
"type": "git",
|
131
133
|
"url": "https://github.com/mongodb-js/compass.git"
|
132
134
|
},
|
133
|
-
"gitHead": "
|
135
|
+
"gitHead": "c125a379bd769b3305e494b68a4fc9bdfdc7d1bb"
|
134
136
|
}
|