@mongodb-js/compass-aggregations 8.22.0 → 8.25.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/README.md +0 -2
- package/dist/browser.js +2 -0
- package/{lib → dist}/browser.js.LICENSE.txt +0 -0
- package/{lib → dist}/index.css +311 -566
- package/dist/index.js +15 -0
- package/{lib → dist}/index.js.LICENSE.txt +0 -0
- package/package.json +44 -48
- package/tsconfig-lint.json +1 -1
- package/lib/browser.js +0 -2
- package/lib/index.js +0 -15
|
File without changes
|
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.25.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,43 +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.16.0",
|
|
39
|
+
"@mongodb-js/compass-crud": "^12.25.0",
|
|
40
|
+
"@mongodb-js/compass-export-to-language": "^7.24.0",
|
|
41
|
+
"@mongodb-js/compass-field-store": "^7.24.0",
|
|
40
42
|
"async": "^3.2.0",
|
|
41
43
|
"bson": "*",
|
|
42
44
|
"electron": "^13.5.1",
|
|
43
|
-
"hadron-react-buttons": "^5.
|
|
44
|
-
"hadron-react-components": "^5.
|
|
45
|
+
"hadron-react-buttons": "^5.9.0",
|
|
46
|
+
"hadron-react-components": "^5.16.0",
|
|
45
47
|
"mongodb-ace-autocompleter": "*",
|
|
46
|
-
"mongodb-
|
|
47
|
-
"mongodb-
|
|
48
|
-
"mongodb-data-service": "^21.19.0",
|
|
49
|
-
"mongodb-js-metrics": "^7.9.0",
|
|
50
|
-
"mongodb-query-parser": "^2.4.4",
|
|
48
|
+
"mongodb-data-service": "^21.22.0",
|
|
49
|
+
"mongodb-query-parser": "^2.4.6",
|
|
51
50
|
"prop-types": "^15.7.2",
|
|
52
51
|
"react": "^16.14.0",
|
|
53
|
-
"react-ace": "^9.5.0",
|
|
54
52
|
"react-bootstrap": "^0.32.4",
|
|
55
53
|
"react-dom": "^16.14.0"
|
|
56
54
|
},
|
|
57
55
|
"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.
|
|
56
|
+
"@mongodb-js/compass-components": "^0.16.0",
|
|
57
|
+
"@mongodb-js/compass-crud": "^12.25.0",
|
|
58
|
+
"@mongodb-js/compass-export-to-language": "^7.24.0",
|
|
59
|
+
"@mongodb-js/compass-field-store": "^7.24.0",
|
|
60
|
+
"@mongodb-js/eslint-config-compass": "^0.10.0",
|
|
61
|
+
"@mongodb-js/mocha-config-compass": "^0.11.0",
|
|
64
62
|
"@mongodb-js/prettier-config-compass": "^0.5.0",
|
|
65
63
|
"@mongodb-js/tsconfig-compass": "^0.6.0",
|
|
66
|
-
"@mongodb-js/webpack-config-compass": "^0.
|
|
64
|
+
"@mongodb-js/webpack-config-compass": "^0.10.0",
|
|
65
|
+
"@react-aria/utils": "^3.13.1",
|
|
67
66
|
"@testing-library/react": "^12.1.4",
|
|
68
67
|
"@testing-library/user-event": "^13.5.0",
|
|
68
|
+
"@types/decomment": "^0.9.2",
|
|
69
|
+
"@types/lodash.debounce": "^4.0.7",
|
|
69
70
|
"@types/lodash.isempty": "^4.4.6",
|
|
70
71
|
"@types/semver": "^7.3.9",
|
|
71
|
-
"ace-builds": "^1.4.3",
|
|
72
72
|
"async": "^3.2.0",
|
|
73
73
|
"chai": "^4.3.6",
|
|
74
74
|
"classnames": "^2.2.6",
|
|
@@ -77,25 +77,22 @@
|
|
|
77
77
|
"electron": "^13.5.1",
|
|
78
78
|
"enzyme": "^3.11.0",
|
|
79
79
|
"eslint": "^7.25.0",
|
|
80
|
-
"hadron-app": "^4.
|
|
81
|
-
"hadron-app-registry": "^8.
|
|
82
|
-
"hadron-document": "^7.
|
|
83
|
-
"hadron-react-buttons": "^5.
|
|
84
|
-
"hadron-react-components": "^5.
|
|
80
|
+
"hadron-app": "^4.24.0",
|
|
81
|
+
"hadron-app-registry": "^8.13.0",
|
|
82
|
+
"hadron-document": "^7.12.0",
|
|
83
|
+
"hadron-react-buttons": "^5.9.0",
|
|
84
|
+
"hadron-react-components": "^5.16.0",
|
|
85
85
|
"mocha": "^8.4.0",
|
|
86
|
-
"mongodb-ace-autocompleter": "^
|
|
87
|
-
"mongodb-
|
|
88
|
-
"mongodb-
|
|
89
|
-
"mongodb-
|
|
90
|
-
"mongodb-data-service": "^21.19.0",
|
|
91
|
-
"mongodb-js-metrics": "^7.9.0",
|
|
92
|
-
"mongodb-query-parser": "^2.4.4",
|
|
86
|
+
"mongodb-ace-autocompleter": "^1.1.1",
|
|
87
|
+
"mongodb-connection-model": "^21.18.0",
|
|
88
|
+
"mongodb-data-service": "^21.22.0",
|
|
89
|
+
"mongodb-query-parser": "^2.4.6",
|
|
93
90
|
"mongodb-reflux-store": "^0.0.1",
|
|
94
91
|
"nyc": "^15.1.0",
|
|
95
92
|
"prop-types": "^15.7.2",
|
|
96
93
|
"react": "^16.14.0",
|
|
97
|
-
"react-ace": "^9.5.0",
|
|
98
94
|
"react-dom": "^16.14.0",
|
|
95
|
+
"react-sortable-hoc": "^2.0.0",
|
|
99
96
|
"reflux": "^0.4.1",
|
|
100
97
|
"reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
|
|
101
98
|
"rimraf": "^3.0.0",
|
|
@@ -103,8 +100,9 @@
|
|
|
103
100
|
"xvfb-maybe": "^0.2.1"
|
|
104
101
|
},
|
|
105
102
|
"dependencies": {
|
|
106
|
-
"@mongodb-js/compass-logging": "^0.
|
|
107
|
-
"@mongodb-js/
|
|
103
|
+
"@mongodb-js/compass-logging": "^0.13.0",
|
|
104
|
+
"@mongodb-js/explain-plan-helper": "^0.10.0",
|
|
105
|
+
"@mongodb-js/mongodb-redux-common": "^1.13.0",
|
|
108
106
|
"acorn-loose": "^8.0.2",
|
|
109
107
|
"astring": "^1.7.0",
|
|
110
108
|
"bson": "*",
|
|
@@ -113,12 +111,10 @@
|
|
|
113
111
|
"lodash.debounce": "^4.0.8",
|
|
114
112
|
"lodash.isempty": "^4.4.0",
|
|
115
113
|
"lodash.isstring": "^4.0.1",
|
|
116
|
-
"mongodb": "^4.
|
|
117
|
-
"mongodb-ns": "^2.
|
|
114
|
+
"mongodb": "^4.6.0",
|
|
115
|
+
"mongodb-ns": "^2.4.0",
|
|
118
116
|
"re-resizable": "^6.9.0",
|
|
119
117
|
"react-bootstrap": "^0.32.4",
|
|
120
|
-
"react-dnd": "^10.0.2",
|
|
121
|
-
"react-dnd-html5-backend": "^10.0.2",
|
|
122
118
|
"react-redux": "^5.0.6",
|
|
123
119
|
"react-select-plus": "^1.2.0",
|
|
124
120
|
"redux": "^4.1.2",
|
|
@@ -134,5 +130,5 @@
|
|
|
134
130
|
"type": "git",
|
|
135
131
|
"url": "https://github.com/mongodb-js/compass.git"
|
|
136
132
|
},
|
|
137
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "a4e705ec6d13393d2e14e906838bb67548e7ae35"
|
|
138
134
|
}
|
package/tsconfig-lint.json
CHANGED