@mongodb-js/compass-aggregations 8.24.0 → 8.27.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/README.md +0 -2
- package/dist/browser.js +1 -1
- package/dist/index.css +1438 -1138
- package/dist/index.js +5 -5
- package/package.json +29 -28
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.27.0",
|
|
5
5
|
"apiVersion": "3.0.0",
|
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -35,17 +35,17 @@
|
|
|
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.
|
|
38
|
+
"@mongodb-js/compass-components": "^0.17.0",
|
|
39
|
+
"@mongodb-js/compass-crud": "^12.27.0",
|
|
40
|
+
"@mongodb-js/compass-export-to-language": "^7.26.0",
|
|
41
|
+
"@mongodb-js/compass-field-store": "^7.26.0",
|
|
42
42
|
"async": "^3.2.0",
|
|
43
43
|
"bson": "*",
|
|
44
44
|
"electron": "^13.5.1",
|
|
45
45
|
"hadron-react-buttons": "^5.9.0",
|
|
46
|
-
"hadron-react-components": "^5.
|
|
46
|
+
"hadron-react-components": "^5.17.0",
|
|
47
47
|
"mongodb-ace-autocompleter": "*",
|
|
48
|
-
"mongodb-data-service": "^21.
|
|
48
|
+
"mongodb-data-service": "^21.24.0",
|
|
49
49
|
"mongodb-query-parser": "^2.4.6",
|
|
50
50
|
"prop-types": "^15.7.2",
|
|
51
51
|
"react": "^16.14.0",
|
|
@@ -53,16 +53,16 @@
|
|
|
53
53
|
"react-dom": "^16.14.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@mongodb-js/compass-components": "^0.
|
|
57
|
-
"@mongodb-js/compass-crud": "^12.
|
|
58
|
-
"@mongodb-js/compass-export-to-language": "^7.
|
|
59
|
-
"@mongodb-js/compass-field-store": "^7.
|
|
60
|
-
"@mongodb-js/eslint-config-compass": "^0.
|
|
61
|
-
"@mongodb-js/mocha-config-compass": "^0.
|
|
62
|
-
"@mongodb-js/prettier-config-compass": "^0.
|
|
63
|
-
"@mongodb-js/tsconfig-compass": "^0.
|
|
64
|
-
"@mongodb-js/webpack-config-compass": "^0.
|
|
65
|
-
"@react-aria/utils": "^3.
|
|
56
|
+
"@mongodb-js/compass-components": "^0.17.0",
|
|
57
|
+
"@mongodb-js/compass-crud": "^12.27.0",
|
|
58
|
+
"@mongodb-js/compass-export-to-language": "^7.26.0",
|
|
59
|
+
"@mongodb-js/compass-field-store": "^7.26.0",
|
|
60
|
+
"@mongodb-js/eslint-config-compass": "^0.11.0",
|
|
61
|
+
"@mongodb-js/mocha-config-compass": "^0.12.0",
|
|
62
|
+
"@mongodb-js/prettier-config-compass": "^0.6.0",
|
|
63
|
+
"@mongodb-js/tsconfig-compass": "^0.7.0",
|
|
64
|
+
"@mongodb-js/webpack-config-compass": "^0.11.0",
|
|
65
|
+
"@react-aria/utils": "^3.13.1",
|
|
66
66
|
"@testing-library/react": "^12.1.4",
|
|
67
67
|
"@testing-library/user-event": "^13.5.0",
|
|
68
68
|
"@types/decomment": "^0.9.2",
|
|
@@ -77,15 +77,15 @@
|
|
|
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.
|
|
80
|
+
"hadron-app": "^4.26.0",
|
|
81
|
+
"hadron-app-registry": "^8.14.0",
|
|
82
|
+
"hadron-document": "^7.13.0",
|
|
83
83
|
"hadron-react-buttons": "^5.9.0",
|
|
84
|
-
"hadron-react-components": "^5.
|
|
84
|
+
"hadron-react-components": "^5.17.0",
|
|
85
85
|
"mocha": "^8.4.0",
|
|
86
|
-
"mongodb-ace-autocompleter": "^
|
|
87
|
-
"mongodb-connection-model": "^21.
|
|
88
|
-
"mongodb-data-service": "^21.
|
|
86
|
+
"mongodb-ace-autocompleter": "^1.1.1",
|
|
87
|
+
"mongodb-connection-model": "^21.19.0",
|
|
88
|
+
"mongodb-data-service": "^21.24.0",
|
|
89
89
|
"mongodb-query-parser": "^2.4.6",
|
|
90
90
|
"mongodb-reflux-store": "^0.0.1",
|
|
91
91
|
"nyc": "^15.1.0",
|
|
@@ -100,8 +100,9 @@
|
|
|
100
100
|
"xvfb-maybe": "^0.2.1"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@mongodb-js/compass-logging": "^0.
|
|
104
|
-
"@mongodb-js/
|
|
103
|
+
"@mongodb-js/compass-logging": "^0.14.0",
|
|
104
|
+
"@mongodb-js/explain-plan-helper": "^0.11.0",
|
|
105
|
+
"@mongodb-js/mongodb-redux-common": "^1.14.0",
|
|
105
106
|
"acorn-loose": "^8.0.2",
|
|
106
107
|
"astring": "^1.7.0",
|
|
107
108
|
"bson": "*",
|
|
@@ -110,7 +111,7 @@
|
|
|
110
111
|
"lodash.debounce": "^4.0.8",
|
|
111
112
|
"lodash.isempty": "^4.4.0",
|
|
112
113
|
"lodash.isstring": "^4.0.1",
|
|
113
|
-
"mongodb": "^4.
|
|
114
|
+
"mongodb": "^4.6.0",
|
|
114
115
|
"mongodb-ns": "^2.4.0",
|
|
115
116
|
"re-resizable": "^6.9.0",
|
|
116
117
|
"react-bootstrap": "^0.32.4",
|
|
@@ -129,5 +130,5 @@
|
|
|
129
130
|
"type": "git",
|
|
130
131
|
"url": "https://github.com/mongodb-js/compass.git"
|
|
131
132
|
},
|
|
132
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "9f5498524c3e50d351f6f36fb015ff14163a39cf"
|
|
133
134
|
}
|