@mongodb-js/compass-aggregations 8.20.0 → 8.23.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,19 +1,22 @@
1
1
  {
2
2
  "name": "@mongodb-js/compass-aggregations",
3
3
  "productName": "Aggregations plugin",
4
- "version": "8.20.0",
4
+ "version": "8.23.0",
5
5
  "apiVersion": "3.0.0",
6
6
  "description": "Compass Aggregation Pipeline Builder",
7
- "main": "lib/index.js",
7
+ "main": "dist/index.js",
8
+ "compass:main": "src/index.js",
8
9
  "exports": {
9
- "webpack": "./src/index.js",
10
- "browser": "./lib/browser.js",
11
- "require": "./lib/index.js"
10
+ "browser": "./dist/browser.js",
11
+ "require": "./dist/index.js"
12
+ },
13
+ "compass:exports": {
14
+ ".": "./src/index.js"
12
15
  },
13
16
  "scripts": {
14
17
  "prepublishOnly": "npm run compile",
15
18
  "compile": "npm run webpack -- --mode production",
16
- "prewebpack": "rimraf ./lib",
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",
@@ -27,27 +30,26 @@
27
30
  "test-electron": "xvfb-maybe electron-mocha --no-sandbox",
28
31
  "test-cov": "nyc -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test",
29
32
  "test-watch": "npm run test -- --watch",
30
- "test-ci": "npm run test-cov && npm run test-electron"
33
+ "test-ci": "npm run test-cov",
34
+ "test-ci-electron": "npm run test-electron"
31
35
  },
32
36
  "license": "SSPL",
33
37
  "peerDependencies": {
34
- "@mongodb-js/compass-components": "^0.11.0",
35
- "@mongodb-js/compass-crud": "^12.20.0",
36
- "@mongodb-js/compass-export-to-language": "^7.19.0",
37
- "@mongodb-js/compass-field-store": "^7.19.0",
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",
38
42
  "ace-builds": "^1.4.3",
39
43
  "async": "^3.2.0",
40
44
  "bson": "*",
41
45
  "electron": "^13.5.1",
42
- "hadron-react-bson": "^5.8.0",
43
- "hadron-react-buttons": "^5.7.0",
44
- "hadron-react-components": "^5.11.0",
46
+ "hadron-react-buttons": "^5.8.0",
47
+ "hadron-react-components": "^5.14.0",
45
48
  "mongodb-ace-autocompleter": "*",
46
- "mongodb-ace-mode": "^1.6.0",
47
- "mongodb-ace-theme": "^1.6.0",
48
- "mongodb-data-service": "^21.17.0",
49
- "mongodb-js-metrics": "^7.8.0",
50
- "mongodb-query-parser": "^2.4.3",
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",
51
53
  "prop-types": "^15.7.2",
52
54
  "react": "^16.14.0",
53
55
  "react-ace": "^9.5.0",
@@ -55,15 +57,21 @@
55
57
  "react-dom": "^16.14.0"
56
58
  },
57
59
  "devDependencies": {
58
- "@mongodb-js/compass-components": "^0.11.0",
59
- "@mongodb-js/compass-crud": "^12.20.0",
60
- "@mongodb-js/compass-export-to-language": "^7.19.0",
61
- "@mongodb-js/compass-field-store": "^7.19.0",
62
- "@mongodb-js/eslint-config-compass": "^0.7.0",
63
- "@mongodb-js/mocha-config-compass": "^0.9.0",
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",
64
66
  "@mongodb-js/prettier-config-compass": "^0.5.0",
65
67
  "@mongodb-js/tsconfig-compass": "^0.6.0",
66
- "@mongodb-js/webpack-config-compass": "^0.6.0",
68
+ "@mongodb-js/webpack-config-compass": "^0.8.0",
69
+ "@react-aria/utils": "^3.11.3",
70
+ "@testing-library/react": "^12.1.4",
71
+ "@testing-library/user-event": "^13.5.0",
72
+ "@types/decomment": "^0.9.2",
73
+ "@types/lodash.isempty": "^4.4.6",
74
+ "@types/semver": "^7.3.9",
67
75
  "ace-builds": "^1.4.3",
68
76
  "async": "^3.2.0",
69
77
  "chai": "^4.3.6",
@@ -73,26 +81,25 @@
73
81
  "electron": "^13.5.1",
74
82
  "enzyme": "^3.11.0",
75
83
  "eslint": "^7.25.0",
76
- "hadron-app": "^4.19.0",
77
- "hadron-app-registry": "^8.9.0",
78
- "hadron-document": "^7.8.0",
79
- "hadron-react-bson": "^5.8.0",
80
- "hadron-react-buttons": "^5.7.0",
81
- "hadron-react-components": "^5.11.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",
82
89
  "mocha": "^8.4.0",
83
- "mongodb-ace-autocompleter": "^0.10.1",
84
- "mongodb-ace-mode": "^1.6.0",
85
- "mongodb-ace-theme": "^1.6.0",
86
- "mongodb-connection-model": "^21.13.0",
87
- "mongodb-data-service": "^21.17.0",
88
- "mongodb-js-metrics": "^7.8.0",
89
- "mongodb-query-parser": "^2.4.3",
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",
90
96
  "mongodb-reflux-store": "^0.0.1",
91
97
  "nyc": "^15.1.0",
92
98
  "prop-types": "^15.7.2",
93
99
  "react": "^16.14.0",
94
100
  "react-ace": "^9.5.0",
95
101
  "react-dom": "^16.14.0",
102
+ "react-sortable-hoc": "^2.0.0",
96
103
  "reflux": "^0.4.1",
97
104
  "reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
98
105
  "rimraf": "^3.0.0",
@@ -100,8 +107,8 @@
100
107
  "xvfb-maybe": "^0.2.1"
101
108
  },
102
109
  "dependencies": {
103
- "@mongodb-js/compass-logging": "^0.8.0",
104
- "@mongodb-js/mongodb-redux-common": "^1.9.0",
110
+ "@mongodb-js/compass-logging": "^0.11.0",
111
+ "@mongodb-js/mongodb-redux-common": "^1.11.0",
105
112
  "acorn-loose": "^8.0.2",
106
113
  "astring": "^1.7.0",
107
114
  "bson": "*",
@@ -110,11 +117,10 @@
110
117
  "lodash.debounce": "^4.0.8",
111
118
  "lodash.isempty": "^4.4.0",
112
119
  "lodash.isstring": "^4.0.1",
113
- "mongodb-ns": "^2.3.0",
120
+ "mongodb": "^4.4.1",
121
+ "mongodb-ns": "^2.4.0",
114
122
  "re-resizable": "^6.9.0",
115
123
  "react-bootstrap": "^0.32.4",
116
- "react-dnd": "^10.0.2",
117
- "react-dnd-html5-backend": "^10.0.2",
118
124
  "react-redux": "^5.0.6",
119
125
  "react-select-plus": "^1.2.0",
120
126
  "redux": "^4.1.2",
@@ -130,5 +136,5 @@
130
136
  "type": "git",
131
137
  "url": "https://github.com/mongodb-js/compass.git"
132
138
  },
133
- "gitHead": "2bb63cdb1d4e825f280c0d2af14b7298c5769490"
139
+ "gitHead": "2c4149184e87b8340851590663287b914d7ee63e"
134
140
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "extends": "./tsconfig.json",
3
3
  "include": ["**/*"],
4
- "exclude": ["node_modules", "lib"]
4
+ "exclude": ["node_modules", "dist"]
5
5
  }