@mongodb-js/compass-aggregations 9.0.0 → 9.2.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/dist/browser.js +1 -1
- package/dist/browser.js.LICENSE.txt +30 -0
- package/dist/index.css +26 -135
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +30 -0
- package/package.json +27 -34
@@ -25,6 +25,36 @@ object-assign
|
|
25
25
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
26
26
|
*/
|
27
27
|
|
28
|
+
/**
|
29
|
+
* @license React
|
30
|
+
* react-is.production.min.js
|
31
|
+
*
|
32
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
33
|
+
*
|
34
|
+
* This source code is licensed under the MIT license found in the
|
35
|
+
* LICENSE file in the root directory of this source tree.
|
36
|
+
*/
|
37
|
+
|
38
|
+
/**
|
39
|
+
* @license React
|
40
|
+
* use-sync-external-store-shim.production.min.js
|
41
|
+
*
|
42
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
43
|
+
*
|
44
|
+
* This source code is licensed under the MIT license found in the
|
45
|
+
* LICENSE file in the root directory of this source tree.
|
46
|
+
*/
|
47
|
+
|
48
|
+
/**
|
49
|
+
* @license React
|
50
|
+
* use-sync-external-store-shim/with-selector.production.min.js
|
51
|
+
*
|
52
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
53
|
+
*
|
54
|
+
* This source code is licensed under the MIT license found in the
|
55
|
+
* LICENSE file in the root directory of this source tree.
|
56
|
+
*/
|
57
|
+
|
28
58
|
/** @license React v0.19.1
|
29
59
|
* scheduler.production.min.js
|
30
60
|
*
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mongodb-js/compass-aggregations",
|
3
3
|
"productName": "Aggregations plugin",
|
4
|
-
"version": "9.
|
4
|
+
"version": "9.2.0",
|
5
5
|
"apiVersion": "3.0.0",
|
6
6
|
"description": "Compass Aggregation Pipeline Builder",
|
7
7
|
"main": "dist/index.js",
|
@@ -18,7 +18,6 @@
|
|
18
18
|
"compile": "npm run webpack -- --mode production",
|
19
19
|
"prewebpack": "rimraf ./dist",
|
20
20
|
"webpack": "webpack-compass",
|
21
|
-
"start": "npm run webpack serve -- --mode development",
|
22
21
|
"analyze": "npm run webpack -- --mode production --analyze",
|
23
22
|
"typecheck": "tsc -p tsconfig-lint.json --noEmit",
|
24
23
|
"depcheck": "compass-scripts check-peer-deps && depcheck",
|
@@ -35,26 +34,25 @@
|
|
35
34
|
},
|
36
35
|
"license": "SSPL",
|
37
36
|
"peerDependencies": {
|
38
|
-
"@mongodb-js/compass-components": "^1.
|
39
|
-
"@mongodb-js/compass-crud": "^13.
|
40
|
-
"@mongodb-js/compass-logging": "^1.
|
41
|
-
"@mongodb-js/explain-plan-helper": "^1.0.
|
42
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
37
|
+
"@mongodb-js/compass-components": "^1.2.0",
|
38
|
+
"@mongodb-js/compass-crud": "^13.2.0",
|
39
|
+
"@mongodb-js/compass-logging": "^1.1.0",
|
40
|
+
"@mongodb-js/explain-plan-helper": "^1.0.1",
|
41
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.1",
|
43
42
|
"bson": "^4.4.1",
|
44
|
-
"hadron-document": "^8.0.
|
45
|
-
"hadron-react-buttons": "^6.0.
|
46
|
-
"hadron-react-components": "^6.
|
43
|
+
"hadron-document": "^8.0.1",
|
44
|
+
"hadron-react-buttons": "^6.0.1",
|
45
|
+
"hadron-react-components": "^6.2.0",
|
47
46
|
"mongodb-ace-autocompleter": "^1.1.1",
|
48
47
|
"react": "^16.14.0"
|
49
48
|
},
|
50
49
|
"devDependencies": {
|
51
50
|
"@electron/remote": "^2.0.8",
|
52
|
-
"@mongodb-js/
|
53
|
-
"@mongodb-js/
|
54
|
-
"@mongodb-js/mocha-config-compass": "^1.0.0",
|
51
|
+
"@mongodb-js/eslint-config-compass": "^1.0.1",
|
52
|
+
"@mongodb-js/mocha-config-compass": "^1.0.1",
|
55
53
|
"@mongodb-js/prettier-config-compass": "^1.0.0",
|
56
|
-
"@mongodb-js/tsconfig-compass": "^1.0.
|
57
|
-
"@mongodb-js/webpack-config-compass": "^1.0.
|
54
|
+
"@mongodb-js/tsconfig-compass": "^1.0.1",
|
55
|
+
"@mongodb-js/webpack-config-compass": "^1.0.2",
|
58
56
|
"@testing-library/react": "^12.1.4",
|
59
57
|
"@testing-library/user-event": "^13.5.0",
|
60
58
|
"@types/decomment": "^0.9.2",
|
@@ -71,45 +69,40 @@
|
|
71
69
|
"electron": "^15.5.7",
|
72
70
|
"enzyme": "^3.11.0",
|
73
71
|
"eslint": "^7.25.0",
|
74
|
-
"hadron-app": "^
|
75
|
-
"hadron-app-registry": "^9.0.0",
|
72
|
+
"hadron-app-registry": "^9.0.1",
|
76
73
|
"is-electron-renderer": "^2.0.1",
|
77
74
|
"lodash.debounce": "^4.0.8",
|
78
75
|
"lodash.isempty": "^4.4.0",
|
79
76
|
"lodash.isstring": "^4.0.1",
|
80
77
|
"mocha": "^8.4.0",
|
81
|
-
"mongodb": "^4.
|
82
|
-
"mongodb-
|
83
|
-
"mongodb-data-service": "^22.0.0",
|
78
|
+
"mongodb": "^4.10.0",
|
79
|
+
"mongodb-data-service": "^22.1.1",
|
84
80
|
"mongodb-ns": "^2.4.0",
|
85
81
|
"mongodb-query-parser": "^2.4.6",
|
86
|
-
"mongodb-reflux-store": "^0.0.1",
|
87
82
|
"nyc": "^15.1.0",
|
88
83
|
"prop-types": "^15.7.2",
|
89
84
|
"re-resizable": "^6.9.0",
|
90
85
|
"react-dom": "^16.14.0",
|
91
|
-
"react-redux": "^
|
86
|
+
"react-redux": "^8.0.2",
|
92
87
|
"react-select-plus": "^1.2.0",
|
93
88
|
"react-sortable-hoc": "^2.0.0",
|
94
|
-
"redux": "^4.
|
89
|
+
"redux": "^4.2.0",
|
95
90
|
"redux-thunk": "^2.3.0",
|
96
|
-
"reflux": "^0.4.1",
|
97
|
-
"reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
|
98
91
|
"rimraf": "^3.0.0",
|
99
92
|
"semver": "^5.7.1",
|
100
93
|
"sinon": "^9.2.3",
|
101
94
|
"xvfb-maybe": "^0.2.1"
|
102
95
|
},
|
103
96
|
"dependencies": {
|
104
|
-
"@mongodb-js/compass-components": "^1.
|
105
|
-
"@mongodb-js/compass-crud": "^13.
|
106
|
-
"@mongodb-js/compass-logging": "^1.
|
107
|
-
"@mongodb-js/explain-plan-helper": "^1.0.
|
108
|
-
"@mongodb-js/mongodb-redux-common": "^2.0.
|
97
|
+
"@mongodb-js/compass-components": "^1.2.0",
|
98
|
+
"@mongodb-js/compass-crud": "^13.2.0",
|
99
|
+
"@mongodb-js/compass-logging": "^1.1.0",
|
100
|
+
"@mongodb-js/explain-plan-helper": "^1.0.1",
|
101
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.1",
|
109
102
|
"bson": "^4.4.1",
|
110
|
-
"hadron-document": "^8.0.
|
111
|
-
"hadron-react-buttons": "^6.0.
|
112
|
-
"hadron-react-components": "^6.
|
103
|
+
"hadron-document": "^8.0.1",
|
104
|
+
"hadron-react-buttons": "^6.0.1",
|
105
|
+
"hadron-react-components": "^6.2.0",
|
113
106
|
"mongodb-ace-autocompleter": "^1.1.1",
|
114
107
|
"react": "^16.14.0"
|
115
108
|
},
|
@@ -122,5 +115,5 @@
|
|
122
115
|
"type": "git",
|
123
116
|
"url": "https://github.com/mongodb-js/compass.git"
|
124
117
|
},
|
125
|
-
"gitHead": "
|
118
|
+
"gitHead": "775735842ab7675c6267fb09c22e61fc9b97cd6d"
|
126
119
|
}
|