@mongodb-js/compass-aggregations 8.19.2 → 8.22.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 +835 -1658
- package/lib/index.js +5 -5
- package/lib/index.js.LICENSE.txt +0 -10
- package/package.json +43 -39
package/lib/index.js.LICENSE.txt
CHANGED
@@ -91,16 +91,6 @@ object-assign
|
|
91
91
|
* LICENSE file in the root directory of this source tree.
|
92
92
|
*/
|
93
93
|
|
94
|
-
//! Copyright (c) JS Foundation and other contributors
|
95
|
-
|
96
|
-
//! github.com/moment/moment-timezone
|
97
|
-
|
98
|
-
//! license : MIT
|
99
|
-
|
100
|
-
//! moment-timezone.js
|
101
|
-
|
102
94
|
//! moment.js
|
103
95
|
|
104
96
|
//! moment.js locale configuration
|
105
|
-
|
106
|
-
//! version : 0.5.33
|
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.22.0",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "lib/index.js",
|
@@ -27,27 +27,27 @@
|
|
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.13.0",
|
36
|
+
"@mongodb-js/compass-crud": "^12.22.0",
|
37
|
+
"@mongodb-js/compass-export-to-language": "^7.21.0",
|
38
|
+
"@mongodb-js/compass-field-store": "^7.21.0",
|
38
39
|
"ace-builds": "^1.4.3",
|
39
40
|
"async": "^3.2.0",
|
40
41
|
"bson": "*",
|
41
42
|
"electron": "^13.5.1",
|
42
|
-
"hadron-react-
|
43
|
-
"hadron-react-
|
44
|
-
"hadron-react-components": "^5.10.1",
|
43
|
+
"hadron-react-buttons": "^5.7.0",
|
44
|
+
"hadron-react-components": "^5.13.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.
|
50
|
-
"mongodb-query-parser": "^2.4.
|
46
|
+
"mongodb-ace-mode": "^1.6.0",
|
47
|
+
"mongodb-ace-theme": "^1.6.0",
|
48
|
+
"mongodb-data-service": "^21.19.0",
|
49
|
+
"mongodb-js-metrics": "^7.9.0",
|
50
|
+
"mongodb-query-parser": "^2.4.4",
|
51
51
|
"prop-types": "^15.7.2",
|
52
52
|
"react": "^16.14.0",
|
53
53
|
"react-ace": "^9.5.0",
|
@@ -55,15 +55,19 @@
|
|
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.13.0",
|
59
|
+
"@mongodb-js/compass-crud": "^12.22.0",
|
60
|
+
"@mongodb-js/compass-export-to-language": "^7.21.0",
|
61
|
+
"@mongodb-js/compass-field-store": "^7.21.0",
|
62
|
+
"@mongodb-js/eslint-config-compass": "^0.7.0",
|
63
|
+
"@mongodb-js/mocha-config-compass": "^0.10.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.7.0",
|
67
|
+
"@testing-library/react": "^12.1.4",
|
68
|
+
"@testing-library/user-event": "^13.5.0",
|
69
|
+
"@types/lodash.isempty": "^4.4.6",
|
70
|
+
"@types/semver": "^7.3.9",
|
67
71
|
"ace-builds": "^1.4.3",
|
68
72
|
"async": "^3.2.0",
|
69
73
|
"chai": "^4.3.6",
|
@@ -73,20 +77,19 @@
|
|
73
77
|
"electron": "^13.5.1",
|
74
78
|
"enzyme": "^3.11.0",
|
75
79
|
"eslint": "^7.25.0",
|
76
|
-
"hadron-app": "^4.
|
77
|
-
"hadron-app-registry": "^8.
|
78
|
-
"hadron-document": "^7.
|
79
|
-
"hadron-react-
|
80
|
-
"hadron-react-
|
81
|
-
"hadron-react-components": "^5.10.1",
|
80
|
+
"hadron-app": "^4.21.0",
|
81
|
+
"hadron-app-registry": "^8.10.0",
|
82
|
+
"hadron-document": "^7.9.0",
|
83
|
+
"hadron-react-buttons": "^5.7.0",
|
84
|
+
"hadron-react-components": "^5.13.0",
|
82
85
|
"mocha": "^8.4.0",
|
83
|
-
"mongodb-ace-autocompleter": "^0.
|
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.
|
89
|
-
"mongodb-query-parser": "^2.4.
|
86
|
+
"mongodb-ace-autocompleter": "^0.11.0",
|
87
|
+
"mongodb-ace-mode": "^1.6.0",
|
88
|
+
"mongodb-ace-theme": "^1.6.0",
|
89
|
+
"mongodb-connection-model": "^21.15.0",
|
90
|
+
"mongodb-data-service": "^21.19.0",
|
91
|
+
"mongodb-js-metrics": "^7.9.0",
|
92
|
+
"mongodb-query-parser": "^2.4.4",
|
90
93
|
"mongodb-reflux-store": "^0.0.1",
|
91
94
|
"nyc": "^15.1.0",
|
92
95
|
"prop-types": "^15.7.2",
|
@@ -100,8 +103,8 @@
|
|
100
103
|
"xvfb-maybe": "^0.2.1"
|
101
104
|
},
|
102
105
|
"dependencies": {
|
103
|
-
"@mongodb-js/compass-logging": "^0.
|
104
|
-
"@mongodb-js/mongodb-redux-common": "^1.
|
106
|
+
"@mongodb-js/compass-logging": "^0.10.0",
|
107
|
+
"@mongodb-js/mongodb-redux-common": "^1.10.0",
|
105
108
|
"acorn-loose": "^8.0.2",
|
106
109
|
"astring": "^1.7.0",
|
107
110
|
"bson": "*",
|
@@ -110,6 +113,7 @@
|
|
110
113
|
"lodash.debounce": "^4.0.8",
|
111
114
|
"lodash.isempty": "^4.4.0",
|
112
115
|
"lodash.isstring": "^4.0.1",
|
116
|
+
"mongodb": "^4.4.1",
|
113
117
|
"mongodb-ns": "^2.3.0",
|
114
118
|
"re-resizable": "^6.9.0",
|
115
119
|
"react-bootstrap": "^0.32.4",
|
@@ -130,5 +134,5 @@
|
|
130
134
|
"type": "git",
|
131
135
|
"url": "https://github.com/mongodb-js/compass.git"
|
132
136
|
},
|
133
|
-
"gitHead": "
|
137
|
+
"gitHead": "a1283df32eb52881cc00eb73f8d435f772cdbfde"
|
134
138
|
}
|