@mongodb-js/compass-aggregations 8.23.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/dist/browser.js +1 -1
- package/dist/index.css +13 -10
- package/dist/index.js +5 -5
- package/package.json +28 -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.24.0",
|
|
5
5
|
"apiVersion": "3.0.0",
|
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
".": "./src/index.js"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
|
-
"prepublishOnly": "npm run compile",
|
|
17
|
+
"prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
|
|
18
18
|
"compile": "npm run webpack -- --mode production",
|
|
19
19
|
"prewebpack": "rimraf ./dist",
|
|
20
20
|
"webpack": "webpack-compass",
|
|
@@ -35,44 +35,40 @@
|
|
|
35
35
|
},
|
|
36
36
|
"license": "SSPL",
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@mongodb-js/compass-components": "^0.
|
|
39
|
-
"@mongodb-js/compass-crud": "^12.
|
|
40
|
-
"@mongodb-js/compass-export-to-language": "^7.
|
|
41
|
-
"@mongodb-js/compass-field-store": "^7.
|
|
42
|
-
"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",
|
|
43
42
|
"async": "^3.2.0",
|
|
44
43
|
"bson": "*",
|
|
45
44
|
"electron": "^13.5.1",
|
|
46
|
-
"hadron-react-buttons": "^5.
|
|
47
|
-
"hadron-react-components": "^5.
|
|
45
|
+
"hadron-react-buttons": "^5.9.0",
|
|
46
|
+
"hadron-react-components": "^5.15.0",
|
|
48
47
|
"mongodb-ace-autocompleter": "*",
|
|
49
|
-
"mongodb-
|
|
50
|
-
"mongodb-
|
|
51
|
-
"mongodb-data-service": "^21.20.0",
|
|
52
|
-
"mongodb-query-parser": "^2.4.4",
|
|
48
|
+
"mongodb-data-service": "^21.21.0",
|
|
49
|
+
"mongodb-query-parser": "^2.4.6",
|
|
53
50
|
"prop-types": "^15.7.2",
|
|
54
51
|
"react": "^16.14.0",
|
|
55
|
-
"react-ace": "^9.5.0",
|
|
56
52
|
"react-bootstrap": "^0.32.4",
|
|
57
53
|
"react-dom": "^16.14.0"
|
|
58
54
|
},
|
|
59
55
|
"devDependencies": {
|
|
60
|
-
"@mongodb-js/compass-components": "^0.
|
|
61
|
-
"@mongodb-js/compass-crud": "^12.
|
|
62
|
-
"@mongodb-js/compass-export-to-language": "^7.
|
|
63
|
-
"@mongodb-js/compass-field-store": "^7.
|
|
64
|
-
"@mongodb-js/eslint-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",
|
|
65
61
|
"@mongodb-js/mocha-config-compass": "^0.10.0",
|
|
66
62
|
"@mongodb-js/prettier-config-compass": "^0.5.0",
|
|
67
63
|
"@mongodb-js/tsconfig-compass": "^0.6.0",
|
|
68
|
-
"@mongodb-js/webpack-config-compass": "^0.
|
|
64
|
+
"@mongodb-js/webpack-config-compass": "^0.9.0",
|
|
69
65
|
"@react-aria/utils": "^3.11.3",
|
|
70
66
|
"@testing-library/react": "^12.1.4",
|
|
71
67
|
"@testing-library/user-event": "^13.5.0",
|
|
72
68
|
"@types/decomment": "^0.9.2",
|
|
69
|
+
"@types/lodash.debounce": "^4.0.7",
|
|
73
70
|
"@types/lodash.isempty": "^4.4.6",
|
|
74
71
|
"@types/semver": "^7.3.9",
|
|
75
|
-
"ace-builds": "^1.4.3",
|
|
76
72
|
"async": "^3.2.0",
|
|
77
73
|
"chai": "^4.3.6",
|
|
78
74
|
"classnames": "^2.2.6",
|
|
@@ -81,23 +77,20 @@
|
|
|
81
77
|
"electron": "^13.5.1",
|
|
82
78
|
"enzyme": "^3.11.0",
|
|
83
79
|
"eslint": "^7.25.0",
|
|
84
|
-
"hadron-app": "^4.
|
|
85
|
-
"hadron-app-registry": "^8.
|
|
86
|
-
"hadron-document": "^7.
|
|
87
|
-
"hadron-react-buttons": "^5.
|
|
88
|
-
"hadron-react-components": "^5.
|
|
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",
|
|
89
85
|
"mocha": "^8.4.0",
|
|
90
86
|
"mongodb-ace-autocompleter": "^0.12.0",
|
|
91
|
-
"mongodb-
|
|
92
|
-
"mongodb-
|
|
93
|
-
"mongodb-
|
|
94
|
-
"mongodb-data-service": "^21.20.0",
|
|
95
|
-
"mongodb-query-parser": "^2.4.4",
|
|
87
|
+
"mongodb-connection-model": "^21.17.0",
|
|
88
|
+
"mongodb-data-service": "^21.21.0",
|
|
89
|
+
"mongodb-query-parser": "^2.4.6",
|
|
96
90
|
"mongodb-reflux-store": "^0.0.1",
|
|
97
91
|
"nyc": "^15.1.0",
|
|
98
92
|
"prop-types": "^15.7.2",
|
|
99
93
|
"react": "^16.14.0",
|
|
100
|
-
"react-ace": "^9.5.0",
|
|
101
94
|
"react-dom": "^16.14.0",
|
|
102
95
|
"react-sortable-hoc": "^2.0.0",
|
|
103
96
|
"reflux": "^0.4.1",
|
|
@@ -107,8 +100,8 @@
|
|
|
107
100
|
"xvfb-maybe": "^0.2.1"
|
|
108
101
|
},
|
|
109
102
|
"dependencies": {
|
|
110
|
-
"@mongodb-js/compass-logging": "^0.
|
|
111
|
-
"@mongodb-js/mongodb-redux-common": "^1.
|
|
103
|
+
"@mongodb-js/compass-logging": "^0.12.0",
|
|
104
|
+
"@mongodb-js/mongodb-redux-common": "^1.12.0",
|
|
112
105
|
"acorn-loose": "^8.0.2",
|
|
113
106
|
"astring": "^1.7.0",
|
|
114
107
|
"bson": "*",
|
|
@@ -136,5 +129,5 @@
|
|
|
136
129
|
"type": "git",
|
|
137
130
|
"url": "https://github.com/mongodb-js/compass.git"
|
|
138
131
|
},
|
|
139
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "63c32b940f523e4c3e45b86a5aecaeadef93253f"
|
|
140
133
|
}
|