@mongodb-js/compass-aggregations 8.22.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.
- package/.eslintignore +1 -1
- package/dist/browser.js +2 -0
- package/{lib → dist}/browser.js.LICENSE.txt +0 -0
- package/{lib → dist}/index.css +41 -55
- package/dist/index.js +15 -0
- package/{lib → dist}/index.js.LICENSE.txt +0 -0
- package/package.json +41 -39
- package/tsconfig-lint.json +1 -1
- package/lib/browser.js +0 -2
- package/lib/index.js +0 -15
File without changes
|
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.
|
4
|
+
"version": "8.23.0",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
|
-
"main": "
|
7
|
+
"main": "dist/index.js",
|
8
|
+
"compass:main": "src/index.js",
|
8
9
|
"exports": {
|
9
|
-
"
|
10
|
-
"
|
11
|
-
|
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 ./
|
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",
|
@@ -32,21 +35,20 @@
|
|
32
35
|
},
|
33
36
|
"license": "SSPL",
|
34
37
|
"peerDependencies": {
|
35
|
-
"@mongodb-js/compass-components": "^0.
|
36
|
-
"@mongodb-js/compass-crud": "^12.
|
37
|
-
"@mongodb-js/compass-export-to-language": "^7.
|
38
|
-
"@mongodb-js/compass-field-store": "^7.
|
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",
|
39
42
|
"ace-builds": "^1.4.3",
|
40
43
|
"async": "^3.2.0",
|
41
44
|
"bson": "*",
|
42
45
|
"electron": "^13.5.1",
|
43
|
-
"hadron-react-buttons": "^5.
|
44
|
-
"hadron-react-components": "^5.
|
46
|
+
"hadron-react-buttons": "^5.8.0",
|
47
|
+
"hadron-react-components": "^5.14.0",
|
45
48
|
"mongodb-ace-autocompleter": "*",
|
46
|
-
"mongodb-ace-mode": "^1.
|
47
|
-
"mongodb-ace-theme": "^1.
|
48
|
-
"mongodb-data-service": "^21.
|
49
|
-
"mongodb-js-metrics": "^7.9.0",
|
49
|
+
"mongodb-ace-mode": "^1.7.0",
|
50
|
+
"mongodb-ace-theme": "^1.7.0",
|
51
|
+
"mongodb-data-service": "^21.20.0",
|
50
52
|
"mongodb-query-parser": "^2.4.4",
|
51
53
|
"prop-types": "^15.7.2",
|
52
54
|
"react": "^16.14.0",
|
@@ -55,17 +57,19 @@
|
|
55
57
|
"react-dom": "^16.14.0"
|
56
58
|
},
|
57
59
|
"devDependencies": {
|
58
|
-
"@mongodb-js/compass-components": "^0.
|
59
|
-
"@mongodb-js/compass-crud": "^12.
|
60
|
-
"@mongodb-js/compass-export-to-language": "^7.
|
61
|
-
"@mongodb-js/compass-field-store": "^7.
|
62
|
-
"@mongodb-js/eslint-config-compass": "^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",
|
63
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.
|
68
|
+
"@mongodb-js/webpack-config-compass": "^0.8.0",
|
69
|
+
"@react-aria/utils": "^3.11.3",
|
67
70
|
"@testing-library/react": "^12.1.4",
|
68
71
|
"@testing-library/user-event": "^13.5.0",
|
72
|
+
"@types/decomment": "^0.9.2",
|
69
73
|
"@types/lodash.isempty": "^4.4.6",
|
70
74
|
"@types/semver": "^7.3.9",
|
71
75
|
"ace-builds": "^1.4.3",
|
@@ -77,18 +81,17 @@
|
|
77
81
|
"electron": "^13.5.1",
|
78
82
|
"enzyme": "^3.11.0",
|
79
83
|
"eslint": "^7.25.0",
|
80
|
-
"hadron-app": "^4.
|
81
|
-
"hadron-app-registry": "^8.
|
82
|
-
"hadron-document": "^7.
|
83
|
-
"hadron-react-buttons": "^5.
|
84
|
-
"hadron-react-components": "^5.
|
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",
|
85
89
|
"mocha": "^8.4.0",
|
86
|
-
"mongodb-ace-autocompleter": "^0.
|
87
|
-
"mongodb-ace-mode": "^1.
|
88
|
-
"mongodb-ace-theme": "^1.
|
89
|
-
"mongodb-connection-model": "^21.
|
90
|
-
"mongodb-data-service": "^21.
|
91
|
-
"mongodb-js-metrics": "^7.9.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",
|
92
95
|
"mongodb-query-parser": "^2.4.4",
|
93
96
|
"mongodb-reflux-store": "^0.0.1",
|
94
97
|
"nyc": "^15.1.0",
|
@@ -96,6 +99,7 @@
|
|
96
99
|
"react": "^16.14.0",
|
97
100
|
"react-ace": "^9.5.0",
|
98
101
|
"react-dom": "^16.14.0",
|
102
|
+
"react-sortable-hoc": "^2.0.0",
|
99
103
|
"reflux": "^0.4.1",
|
100
104
|
"reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
|
101
105
|
"rimraf": "^3.0.0",
|
@@ -103,8 +107,8 @@
|
|
103
107
|
"xvfb-maybe": "^0.2.1"
|
104
108
|
},
|
105
109
|
"dependencies": {
|
106
|
-
"@mongodb-js/compass-logging": "^0.
|
107
|
-
"@mongodb-js/mongodb-redux-common": "^1.
|
110
|
+
"@mongodb-js/compass-logging": "^0.11.0",
|
111
|
+
"@mongodb-js/mongodb-redux-common": "^1.11.0",
|
108
112
|
"acorn-loose": "^8.0.2",
|
109
113
|
"astring": "^1.7.0",
|
110
114
|
"bson": "*",
|
@@ -114,11 +118,9 @@
|
|
114
118
|
"lodash.isempty": "^4.4.0",
|
115
119
|
"lodash.isstring": "^4.0.1",
|
116
120
|
"mongodb": "^4.4.1",
|
117
|
-
"mongodb-ns": "^2.
|
121
|
+
"mongodb-ns": "^2.4.0",
|
118
122
|
"re-resizable": "^6.9.0",
|
119
123
|
"react-bootstrap": "^0.32.4",
|
120
|
-
"react-dnd": "^10.0.2",
|
121
|
-
"react-dnd-html5-backend": "^10.0.2",
|
122
124
|
"react-redux": "^5.0.6",
|
123
125
|
"react-select-plus": "^1.2.0",
|
124
126
|
"redux": "^4.1.2",
|
@@ -134,5 +136,5 @@
|
|
134
136
|
"type": "git",
|
135
137
|
"url": "https://github.com/mongodb-js/compass.git"
|
136
138
|
},
|
137
|
-
"gitHead": "
|
139
|
+
"gitHead": "2c4149184e87b8340851590663287b914d7ee63e"
|
138
140
|
}
|
package/tsconfig-lint.json
CHANGED