@mongodb-js/compass-aggregations 8.21.0 → 8.24.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/.depcheckrc +2 -0
- package/.eslintignore +1 -1
- package/dist/browser.js +2 -0
- package/{lib → dist}/browser.js.LICENSE.txt +0 -0
- package/{lib → dist}/index.css +830 -1664
- package/dist/index.js +15 -0
- package/{lib → dist}/index.js.LICENSE.txt +0 -10
- package/package.json +46 -49
- package/tsconfig-lint.json +1 -1
- package/lib/browser.js +0 -2
- package/lib/index.js +0 -15
@@ -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,19 +1,22 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mongodb-js/compass-aggregations",
|
3
3
|
"productName": "Aggregations plugin",
|
4
|
-
"version": "8.
|
4
|
+
"version": "8.24.0",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
|
-
"main": "
|
7
|
+
"main": "dist/index.js",
|
8
|
+
"compass:main": "src/index.js",
|
8
9
|
"exports": {
|
9
|
-
"
|
10
|
-
"
|
11
|
-
|
10
|
+
"browser": "./dist/browser.js",
|
11
|
+
"require": "./dist/index.js"
|
12
|
+
},
|
13
|
+
"compass:exports": {
|
14
|
+
".": "./src/index.js"
|
12
15
|
},
|
13
16
|
"scripts": {
|
14
|
-
"prepublishOnly": "npm run compile",
|
17
|
+
"prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
|
15
18
|
"compile": "npm run webpack -- --mode production",
|
16
|
-
"prewebpack": "rimraf ./
|
19
|
+
"prewebpack": "rimraf ./dist",
|
17
20
|
"webpack": "webpack-compass",
|
18
21
|
"start": "npm run webpack serve -- --mode development",
|
19
22
|
"analyze": "npm run webpack -- --mode production --analyze",
|
@@ -32,41 +35,40 @@
|
|
32
35
|
},
|
33
36
|
"license": "SSPL",
|
34
37
|
"peerDependencies": {
|
35
|
-
"@mongodb-js/compass-components": "^0.
|
36
|
-
"@mongodb-js/compass-crud": "^12.
|
37
|
-
"@mongodb-js/compass-export-to-language": "^7.
|
38
|
-
"@mongodb-js/compass-field-store": "^7.
|
39
|
-
"ace-builds": "^1.4.3",
|
38
|
+
"@mongodb-js/compass-components": "^0.15.0",
|
39
|
+
"@mongodb-js/compass-crud": "^12.24.0",
|
40
|
+
"@mongodb-js/compass-export-to-language": "^7.23.0",
|
41
|
+
"@mongodb-js/compass-field-store": "^7.23.0",
|
40
42
|
"async": "^3.2.0",
|
41
43
|
"bson": "*",
|
42
44
|
"electron": "^13.5.1",
|
43
|
-
"hadron-react-
|
44
|
-
"hadron-react-
|
45
|
-
"hadron-react-components": "^5.12.0",
|
45
|
+
"hadron-react-buttons": "^5.9.0",
|
46
|
+
"hadron-react-components": "^5.15.0",
|
46
47
|
"mongodb-ace-autocompleter": "*",
|
47
|
-
"mongodb-
|
48
|
-
"mongodb-
|
49
|
-
"mongodb-data-service": "^21.18.0",
|
50
|
-
"mongodb-js-metrics": "^7.9.0",
|
51
|
-
"mongodb-query-parser": "^2.4.4",
|
48
|
+
"mongodb-data-service": "^21.21.0",
|
49
|
+
"mongodb-query-parser": "^2.4.6",
|
52
50
|
"prop-types": "^15.7.2",
|
53
51
|
"react": "^16.14.0",
|
54
|
-
"react-ace": "^9.5.0",
|
55
52
|
"react-bootstrap": "^0.32.4",
|
56
53
|
"react-dom": "^16.14.0"
|
57
54
|
},
|
58
55
|
"devDependencies": {
|
59
|
-
"@mongodb-js/compass-components": "^0.
|
60
|
-
"@mongodb-js/compass-crud": "^12.
|
61
|
-
"@mongodb-js/compass-export-to-language": "^7.
|
62
|
-
"@mongodb-js/compass-field-store": "^7.
|
63
|
-
"@mongodb-js/eslint-config-compass": "^0.
|
64
|
-
"@mongodb-js/mocha-config-compass": "^0.
|
56
|
+
"@mongodb-js/compass-components": "^0.15.0",
|
57
|
+
"@mongodb-js/compass-crud": "^12.24.0",
|
58
|
+
"@mongodb-js/compass-export-to-language": "^7.23.0",
|
59
|
+
"@mongodb-js/compass-field-store": "^7.23.0",
|
60
|
+
"@mongodb-js/eslint-config-compass": "^0.9.0",
|
61
|
+
"@mongodb-js/mocha-config-compass": "^0.10.0",
|
65
62
|
"@mongodb-js/prettier-config-compass": "^0.5.0",
|
66
63
|
"@mongodb-js/tsconfig-compass": "^0.6.0",
|
67
|
-
"@mongodb-js/webpack-config-compass": "^0.
|
64
|
+
"@mongodb-js/webpack-config-compass": "^0.9.0",
|
65
|
+
"@react-aria/utils": "^3.11.3",
|
66
|
+
"@testing-library/react": "^12.1.4",
|
67
|
+
"@testing-library/user-event": "^13.5.0",
|
68
|
+
"@types/decomment": "^0.9.2",
|
69
|
+
"@types/lodash.debounce": "^4.0.7",
|
68
70
|
"@types/lodash.isempty": "^4.4.6",
|
69
|
-
"
|
71
|
+
"@types/semver": "^7.3.9",
|
70
72
|
"async": "^3.2.0",
|
71
73
|
"chai": "^4.3.6",
|
72
74
|
"classnames": "^2.2.6",
|
@@ -75,26 +77,22 @@
|
|
75
77
|
"electron": "^13.5.1",
|
76
78
|
"enzyme": "^3.11.0",
|
77
79
|
"eslint": "^7.25.0",
|
78
|
-
"hadron-app": "^4.
|
79
|
-
"hadron-app-registry": "^8.
|
80
|
-
"hadron-document": "^7.
|
81
|
-
"hadron-react-
|
82
|
-
"hadron-react-
|
83
|
-
"hadron-react-components": "^5.12.0",
|
80
|
+
"hadron-app": "^4.23.0",
|
81
|
+
"hadron-app-registry": "^8.12.0",
|
82
|
+
"hadron-document": "^7.11.0",
|
83
|
+
"hadron-react-buttons": "^5.9.0",
|
84
|
+
"hadron-react-components": "^5.15.0",
|
84
85
|
"mocha": "^8.4.0",
|
85
|
-
"mongodb-ace-autocompleter": "^0.
|
86
|
-
"mongodb-
|
87
|
-
"mongodb-
|
88
|
-
"mongodb-
|
89
|
-
"mongodb-data-service": "^21.18.0",
|
90
|
-
"mongodb-js-metrics": "^7.9.0",
|
91
|
-
"mongodb-query-parser": "^2.4.4",
|
86
|
+
"mongodb-ace-autocompleter": "^0.12.0",
|
87
|
+
"mongodb-connection-model": "^21.17.0",
|
88
|
+
"mongodb-data-service": "^21.21.0",
|
89
|
+
"mongodb-query-parser": "^2.4.6",
|
92
90
|
"mongodb-reflux-store": "^0.0.1",
|
93
91
|
"nyc": "^15.1.0",
|
94
92
|
"prop-types": "^15.7.2",
|
95
93
|
"react": "^16.14.0",
|
96
|
-
"react-ace": "^9.5.0",
|
97
94
|
"react-dom": "^16.14.0",
|
95
|
+
"react-sortable-hoc": "^2.0.0",
|
98
96
|
"reflux": "^0.4.1",
|
99
97
|
"reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
|
100
98
|
"rimraf": "^3.0.0",
|
@@ -102,8 +100,8 @@
|
|
102
100
|
"xvfb-maybe": "^0.2.1"
|
103
101
|
},
|
104
102
|
"dependencies": {
|
105
|
-
"@mongodb-js/compass-logging": "^0.
|
106
|
-
"@mongodb-js/mongodb-redux-common": "^1.
|
103
|
+
"@mongodb-js/compass-logging": "^0.12.0",
|
104
|
+
"@mongodb-js/mongodb-redux-common": "^1.12.0",
|
107
105
|
"acorn-loose": "^8.0.2",
|
108
106
|
"astring": "^1.7.0",
|
109
107
|
"bson": "*",
|
@@ -112,11 +110,10 @@
|
|
112
110
|
"lodash.debounce": "^4.0.8",
|
113
111
|
"lodash.isempty": "^4.4.0",
|
114
112
|
"lodash.isstring": "^4.0.1",
|
115
|
-
"mongodb
|
113
|
+
"mongodb": "^4.4.1",
|
114
|
+
"mongodb-ns": "^2.4.0",
|
116
115
|
"re-resizable": "^6.9.0",
|
117
116
|
"react-bootstrap": "^0.32.4",
|
118
|
-
"react-dnd": "^10.0.2",
|
119
|
-
"react-dnd-html5-backend": "^10.0.2",
|
120
117
|
"react-redux": "^5.0.6",
|
121
118
|
"react-select-plus": "^1.2.0",
|
122
119
|
"redux": "^4.1.2",
|
@@ -132,5 +129,5 @@
|
|
132
129
|
"type": "git",
|
133
130
|
"url": "https://github.com/mongodb-js/compass.git"
|
134
131
|
},
|
135
|
-
"gitHead": "
|
132
|
+
"gitHead": "63c32b940f523e4c3e45b86a5aecaeadef93253f"
|
136
133
|
}
|
package/tsconfig-lint.json
CHANGED