@mongodb-js/compass-aggregations 8.23.0 → 8.26.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mongodb-js/compass-aggregations",
3
3
  "productName": "Aggregations plugin",
4
- "version": "8.23.0",
4
+ "version": "8.26.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.14.0",
39
- "@mongodb-js/compass-crud": "^12.23.0",
40
- "@mongodb-js/compass-export-to-language": "^7.22.0",
41
- "@mongodb-js/compass-field-store": "^7.22.0",
42
- "ace-builds": "^1.4.3",
38
+ "@mongodb-js/compass-components": "^0.16.0",
39
+ "@mongodb-js/compass-crud": "^12.26.0",
40
+ "@mongodb-js/compass-export-to-language": "^7.25.0",
41
+ "@mongodb-js/compass-field-store": "^7.25.0",
43
42
  "async": "^3.2.0",
44
43
  "bson": "*",
45
44
  "electron": "^13.5.1",
46
- "hadron-react-buttons": "^5.8.0",
47
- "hadron-react-components": "^5.14.0",
45
+ "hadron-react-buttons": "^5.9.0",
46
+ "hadron-react-components": "^5.16.0",
48
47
  "mongodb-ace-autocompleter": "*",
49
- "mongodb-ace-mode": "^1.7.0",
50
- "mongodb-ace-theme": "^1.7.0",
51
- "mongodb-data-service": "^21.20.0",
52
- "mongodb-query-parser": "^2.4.4",
48
+ "mongodb-data-service": "^21.23.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.14.0",
61
- "@mongodb-js/compass-crud": "^12.23.0",
62
- "@mongodb-js/compass-export-to-language": "^7.22.0",
63
- "@mongodb-js/compass-field-store": "^7.22.0",
64
- "@mongodb-js/eslint-config-compass": "^0.8.0",
65
- "@mongodb-js/mocha-config-compass": "^0.10.0",
56
+ "@mongodb-js/compass-components": "^0.16.0",
57
+ "@mongodb-js/compass-crud": "^12.26.0",
58
+ "@mongodb-js/compass-export-to-language": "^7.25.0",
59
+ "@mongodb-js/compass-field-store": "^7.25.0",
60
+ "@mongodb-js/eslint-config-compass": "^0.10.0",
61
+ "@mongodb-js/mocha-config-compass": "^0.11.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.8.0",
69
- "@react-aria/utils": "^3.11.3",
64
+ "@mongodb-js/webpack-config-compass": "^0.10.0",
65
+ "@react-aria/utils": "^3.13.1",
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.22.0",
85
- "hadron-app-registry": "^8.11.0",
86
- "hadron-document": "^7.10.0",
87
- "hadron-react-buttons": "^5.8.0",
88
- "hadron-react-components": "^5.14.0",
80
+ "hadron-app": "^4.25.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",
89
85
  "mocha": "^8.4.0",
90
- "mongodb-ace-autocompleter": "^0.12.0",
91
- "mongodb-ace-mode": "^1.7.0",
92
- "mongodb-ace-theme": "^1.7.0",
93
- "mongodb-connection-model": "^21.16.0",
94
- "mongodb-data-service": "^21.20.0",
95
- "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.23.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,9 @@
107
100
  "xvfb-maybe": "^0.2.1"
108
101
  },
109
102
  "dependencies": {
110
- "@mongodb-js/compass-logging": "^0.11.0",
111
- "@mongodb-js/mongodb-redux-common": "^1.11.0",
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",
112
106
  "acorn-loose": "^8.0.2",
113
107
  "astring": "^1.7.0",
114
108
  "bson": "*",
@@ -117,7 +111,7 @@
117
111
  "lodash.debounce": "^4.0.8",
118
112
  "lodash.isempty": "^4.4.0",
119
113
  "lodash.isstring": "^4.0.1",
120
- "mongodb": "^4.4.1",
114
+ "mongodb": "^4.6.0",
121
115
  "mongodb-ns": "^2.4.0",
122
116
  "re-resizable": "^6.9.0",
123
117
  "react-bootstrap": "^0.32.4",
@@ -136,5 +130,5 @@
136
130
  "type": "git",
137
131
  "url": "https://github.com/mongodb-js/compass.git"
138
132
  },
139
- "gitHead": "2c4149184e87b8340851590663287b914d7ee63e"
133
+ "gitHead": "757aed43862951a083137bffa1815c621a377440"
140
134
  }