@mongodb-js/compass-aggregations 8.21.0 → 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.
@@ -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.21.0",
4
+ "version": "8.22.0",
5
5
  "apiVersion": "3.0.0",
6
6
  "description": "Compass Aggregation Pipeline Builder",
7
7
  "main": "lib/index.js",
@@ -32,21 +32,20 @@
32
32
  },
33
33
  "license": "SSPL",
34
34
  "peerDependencies": {
35
- "@mongodb-js/compass-components": "^0.12.0",
36
- "@mongodb-js/compass-crud": "^12.21.0",
37
- "@mongodb-js/compass-export-to-language": "^7.20.0",
38
- "@mongodb-js/compass-field-store": "^7.20.0",
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",
39
39
  "ace-builds": "^1.4.3",
40
40
  "async": "^3.2.0",
41
41
  "bson": "*",
42
42
  "electron": "^13.5.1",
43
- "hadron-react-bson": "^5.8.0",
44
43
  "hadron-react-buttons": "^5.7.0",
45
- "hadron-react-components": "^5.12.0",
44
+ "hadron-react-components": "^5.13.0",
46
45
  "mongodb-ace-autocompleter": "*",
47
46
  "mongodb-ace-mode": "^1.6.0",
48
47
  "mongodb-ace-theme": "^1.6.0",
49
- "mongodb-data-service": "^21.18.0",
48
+ "mongodb-data-service": "^21.19.0",
50
49
  "mongodb-js-metrics": "^7.9.0",
51
50
  "mongodb-query-parser": "^2.4.4",
52
51
  "prop-types": "^15.7.2",
@@ -56,16 +55,19 @@
56
55
  "react-dom": "^16.14.0"
57
56
  },
58
57
  "devDependencies": {
59
- "@mongodb-js/compass-components": "^0.12.0",
60
- "@mongodb-js/compass-crud": "^12.21.0",
61
- "@mongodb-js/compass-export-to-language": "^7.20.0",
62
- "@mongodb-js/compass-field-store": "^7.20.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",
63
62
  "@mongodb-js/eslint-config-compass": "^0.7.0",
64
- "@mongodb-js/mocha-config-compass": "^0.9.0",
63
+ "@mongodb-js/mocha-config-compass": "^0.10.0",
65
64
  "@mongodb-js/prettier-config-compass": "^0.5.0",
66
65
  "@mongodb-js/tsconfig-compass": "^0.6.0",
67
- "@mongodb-js/webpack-config-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",
68
69
  "@types/lodash.isempty": "^4.4.6",
70
+ "@types/semver": "^7.3.9",
69
71
  "ace-builds": "^1.4.3",
70
72
  "async": "^3.2.0",
71
73
  "chai": "^4.3.6",
@@ -75,18 +77,17 @@
75
77
  "electron": "^13.5.1",
76
78
  "enzyme": "^3.11.0",
77
79
  "eslint": "^7.25.0",
78
- "hadron-app": "^4.20.0",
79
- "hadron-app-registry": "^8.9.0",
80
- "hadron-document": "^7.8.0",
81
- "hadron-react-bson": "^5.8.0",
80
+ "hadron-app": "^4.21.0",
81
+ "hadron-app-registry": "^8.10.0",
82
+ "hadron-document": "^7.9.0",
82
83
  "hadron-react-buttons": "^5.7.0",
83
- "hadron-react-components": "^5.12.0",
84
+ "hadron-react-components": "^5.13.0",
84
85
  "mocha": "^8.4.0",
85
86
  "mongodb-ace-autocompleter": "^0.11.0",
86
87
  "mongodb-ace-mode": "^1.6.0",
87
88
  "mongodb-ace-theme": "^1.6.0",
88
- "mongodb-connection-model": "^21.14.0",
89
- "mongodb-data-service": "^21.18.0",
89
+ "mongodb-connection-model": "^21.15.0",
90
+ "mongodb-data-service": "^21.19.0",
90
91
  "mongodb-js-metrics": "^7.9.0",
91
92
  "mongodb-query-parser": "^2.4.4",
92
93
  "mongodb-reflux-store": "^0.0.1",
@@ -102,8 +103,8 @@
102
103
  "xvfb-maybe": "^0.2.1"
103
104
  },
104
105
  "dependencies": {
105
- "@mongodb-js/compass-logging": "^0.9.0",
106
- "@mongodb-js/mongodb-redux-common": "^1.9.0",
106
+ "@mongodb-js/compass-logging": "^0.10.0",
107
+ "@mongodb-js/mongodb-redux-common": "^1.10.0",
107
108
  "acorn-loose": "^8.0.2",
108
109
  "astring": "^1.7.0",
109
110
  "bson": "*",
@@ -112,6 +113,7 @@
112
113
  "lodash.debounce": "^4.0.8",
113
114
  "lodash.isempty": "^4.4.0",
114
115
  "lodash.isstring": "^4.0.1",
116
+ "mongodb": "^4.4.1",
115
117
  "mongodb-ns": "^2.3.0",
116
118
  "re-resizable": "^6.9.0",
117
119
  "react-bootstrap": "^0.32.4",
@@ -132,5 +134,5 @@
132
134
  "type": "git",
133
135
  "url": "https://github.com/mongodb-js/compass.git"
134
136
  },
135
- "gitHead": "c125a379bd769b3305e494b68a4fc9bdfdc7d1bb"
137
+ "gitHead": "a1283df32eb52881cc00eb73f8d435f772cdbfde"
136
138
  }