@mongodb-js/compass-indexes 4.28.1 → 5.1.1
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 +65 -4
- package/dist/index.html +1 -1
- package/dist/index.js +1 -14
- package/dist/index.js.LICENSE.txt +24 -130
- package/package.json +33 -51
- package/dist/index.css +0 -465
@@ -4,124 +4,6 @@ object-assign
|
|
4
4
|
@license MIT
|
5
5
|
*/
|
6
6
|
|
7
|
-
/*!
|
8
|
-
Copyright (c) 2017 Jed Watson.
|
9
|
-
Licensed under the MIT License (MIT), see
|
10
|
-
http://jedwatson.github.io/react-select
|
11
|
-
*/
|
12
|
-
|
13
|
-
/*!
|
14
|
-
Copyright (c) 2018 Jed Watson.
|
15
|
-
Licensed under the MIT License (MIT), see
|
16
|
-
http://jedwatson.github.io/classnames
|
17
|
-
*/
|
18
|
-
|
19
|
-
/*!
|
20
|
-
* Copyright 2010 LearnBoost <dev@learnboost.com>
|
21
|
-
*
|
22
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
23
|
-
* you may not use this file except in compliance with the License.
|
24
|
-
* You may obtain a copy of the License at
|
25
|
-
*
|
26
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
27
|
-
*
|
28
|
-
* Unless required by applicable law or agreed to in writing, software
|
29
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
30
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
31
|
-
* See the License for the specific language governing permissions and
|
32
|
-
* limitations under the License.
|
33
|
-
*/
|
34
|
-
|
35
|
-
/*!
|
36
|
-
* Copyright (c) 2015, Salesforce.com, Inc.
|
37
|
-
* All rights reserved.
|
38
|
-
*
|
39
|
-
* Redistribution and use in source and binary forms, with or without
|
40
|
-
* modification, are permitted provided that the following conditions are met:
|
41
|
-
*
|
42
|
-
* 1. Redistributions of source code must retain the above copyright notice,
|
43
|
-
* this list of conditions and the following disclaimer.
|
44
|
-
*
|
45
|
-
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
46
|
-
* this list of conditions and the following disclaimer in the documentation
|
47
|
-
* and/or other materials provided with the distribution.
|
48
|
-
*
|
49
|
-
* 3. Neither the name of Salesforce.com nor the names of its contributors may
|
50
|
-
* be used to endorse or promote products derived from this software without
|
51
|
-
* specific prior written permission.
|
52
|
-
*
|
53
|
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
54
|
-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
55
|
-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
56
|
-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
57
|
-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
58
|
-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
59
|
-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
60
|
-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
61
|
-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
62
|
-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
63
|
-
* POSSIBILITY OF SUCH DAMAGE.
|
64
|
-
*/
|
65
|
-
|
66
|
-
/*!
|
67
|
-
* Copyright (c) 2018, Salesforce.com, Inc.
|
68
|
-
* All rights reserved.
|
69
|
-
*
|
70
|
-
* Redistribution and use in source and binary forms, with or without
|
71
|
-
* modification, are permitted provided that the following conditions are met:
|
72
|
-
*
|
73
|
-
* 1. Redistributions of source code must retain the above copyright notice,
|
74
|
-
* this list of conditions and the following disclaimer.
|
75
|
-
*
|
76
|
-
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
77
|
-
* this list of conditions and the following disclaimer in the documentation
|
78
|
-
* and/or other materials provided with the distribution.
|
79
|
-
*
|
80
|
-
* 3. Neither the name of Salesforce.com nor the names of its contributors may
|
81
|
-
* be used to endorse or promote products derived from this software without
|
82
|
-
* specific prior written permission.
|
83
|
-
*
|
84
|
-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
85
|
-
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
86
|
-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
87
|
-
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
88
|
-
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
89
|
-
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
90
|
-
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
91
|
-
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
92
|
-
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
93
|
-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
94
|
-
* POSSIBILITY OF SUCH DAMAGE.
|
95
|
-
*/
|
96
|
-
|
97
|
-
/*!
|
98
|
-
* Programatically add the following
|
99
|
-
*/
|
100
|
-
|
101
|
-
/*!
|
102
|
-
* mime-db
|
103
|
-
* Copyright(c) 2014 Jonathan Ong
|
104
|
-
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
105
|
-
* MIT Licensed
|
106
|
-
*/
|
107
|
-
|
108
|
-
/*!
|
109
|
-
* mime-types
|
110
|
-
* Copyright(c) 2014 Jonathan Ong
|
111
|
-
* Copyright(c) 2015 Douglas Christopher Wilson
|
112
|
-
* MIT Licensed
|
113
|
-
*/
|
114
|
-
|
115
|
-
/*!
|
116
|
-
* focus-trap 6.5.1
|
117
|
-
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
118
|
-
*/
|
119
|
-
|
120
|
-
/*!
|
121
|
-
* tabbable 5.2.0
|
122
|
-
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
123
|
-
*/
|
124
|
-
|
125
7
|
/*! @preserve
|
126
8
|
* numeral.js
|
127
9
|
* version : 2.0.6
|
@@ -130,8 +12,6 @@ object-assign
|
|
130
12
|
* http://adamwdraper.github.com/Numeral-js/
|
131
13
|
*/
|
132
14
|
|
133
|
-
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
134
|
-
|
135
15
|
/**
|
136
16
|
* @license
|
137
17
|
* Lodash <https://lodash.com/>
|
@@ -141,8 +21,9 @@ object-assign
|
|
141
21
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
142
22
|
*/
|
143
23
|
|
144
|
-
/**
|
145
|
-
*
|
24
|
+
/**
|
25
|
+
* @license React
|
26
|
+
* react-is.production.min.js
|
146
27
|
*
|
147
28
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
148
29
|
*
|
@@ -150,8 +31,9 @@ object-assign
|
|
150
31
|
* LICENSE file in the root directory of this source tree.
|
151
32
|
*/
|
152
33
|
|
153
|
-
/**
|
154
|
-
*
|
34
|
+
/**
|
35
|
+
* @license React
|
36
|
+
* use-sync-external-store-shim.production.min.js
|
155
37
|
*
|
156
38
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
157
39
|
*
|
@@ -159,8 +41,9 @@ object-assign
|
|
159
41
|
* LICENSE file in the root directory of this source tree.
|
160
42
|
*/
|
161
43
|
|
162
|
-
/**
|
163
|
-
*
|
44
|
+
/**
|
45
|
+
* @license React
|
46
|
+
* use-sync-external-store-shim/with-selector.production.min.js
|
164
47
|
*
|
165
48
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
166
49
|
*
|
@@ -168,8 +51,8 @@ object-assign
|
|
168
51
|
* LICENSE file in the root directory of this source tree.
|
169
52
|
*/
|
170
53
|
|
171
|
-
/** @license React
|
172
|
-
*
|
54
|
+
/** @license React v0.19.1
|
55
|
+
* scheduler.production.min.js
|
173
56
|
*
|
174
57
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
175
58
|
*
|
@@ -177,7 +60,7 @@ object-assign
|
|
177
60
|
* LICENSE file in the root directory of this source tree.
|
178
61
|
*/
|
179
62
|
|
180
|
-
/** @license React
|
63
|
+
/** @license React v16.13.1
|
181
64
|
* react-is.production.min.js
|
182
65
|
*
|
183
66
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
@@ -186,4 +69,15 @@ object-assign
|
|
186
69
|
* LICENSE file in the root directory of this source tree.
|
187
70
|
*/
|
188
71
|
|
189
|
-
/** @license
|
72
|
+
/** @license React v16.14.0
|
73
|
+
* react-dom.production.min.js
|
74
|
+
*
|
75
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
76
|
+
*
|
77
|
+
* This source code is licensed under the MIT license found in the
|
78
|
+
* LICENSE file in the root directory of this source tree.
|
79
|
+
*/
|
80
|
+
|
81
|
+
//! moment.js
|
82
|
+
|
83
|
+
//! moment.js locale configuration
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@mongodb-js/compass-indexes",
|
3
3
|
"productName": "Compass Indexes plugin",
|
4
4
|
"description": "Collection index management for Compass",
|
5
|
-
"version": "
|
5
|
+
"version": "5.1.1",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -37,13 +37,12 @@
|
|
37
37
|
"compile": "npm run webpack -- --mode production",
|
38
38
|
"prewebpack": "rimraf ./dist",
|
39
39
|
"webpack": "webpack-compass",
|
40
|
-
"start": "npm run webpack serve -- --mode development",
|
41
40
|
"analyze": "npm run webpack -- --mode production --analyze",
|
42
|
-
"typecheck": "tsc --noEmit",
|
41
|
+
"typecheck": "tsc -p tsconfig-lint.json --noEmit",
|
43
42
|
"eslint": "eslint",
|
44
43
|
"prettier": "prettier",
|
45
44
|
"lint": "npm run eslint . && npm run prettier -- --check .",
|
46
|
-
"depcheck": "depcheck",
|
45
|
+
"depcheck": "compass-scripts check-peer-deps && depcheck",
|
47
46
|
"check": "npm run typecheck && npm run lint && npm run depcheck",
|
48
47
|
"check-ci": "npm run check",
|
49
48
|
"test": "mocha",
|
@@ -55,72 +54,55 @@
|
|
55
54
|
"reformat": "npm run prettier -- --write ."
|
56
55
|
},
|
57
56
|
"peerDependencies": {
|
58
|
-
"@mongodb-js/compass-components": "^
|
59
|
-
"@mongodb-js/compass-
|
57
|
+
"@mongodb-js/compass-components": "^1.1.1",
|
58
|
+
"@mongodb-js/compass-logging": "^1.1.0",
|
59
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.1",
|
60
60
|
"bson": "^4.4.1",
|
61
|
-
"
|
62
|
-
"
|
63
|
-
"hadron-react-components": "^5.17.0",
|
64
|
-
"mongodb-index-model": "^3.12.0",
|
65
|
-
"prop-types": "^15.7.2",
|
66
|
-
"react": "^16.14.0",
|
67
|
-
"react-dom": "^16.14.0",
|
68
|
-
"react-redux": "^5.0.6",
|
69
|
-
"react-select-plus": "^1.2.0",
|
70
|
-
"react-tooltip": "^3.11.1",
|
71
|
-
"redux": "^4.1.2",
|
72
|
-
"redux-thunk": "^2.3.0"
|
61
|
+
"mongodb-index-model": "^4.0.2",
|
62
|
+
"react": "^16.14.0"
|
73
63
|
},
|
74
64
|
"devDependencies": {
|
75
|
-
"@mongodb-js/compass
|
76
|
-
"@mongodb-js/
|
77
|
-
"@mongodb-js/
|
78
|
-
"@mongodb-js/
|
79
|
-
"@mongodb-js/
|
80
|
-
"@mongodb-js/tsconfig-compass": "^0.7.0",
|
81
|
-
"@mongodb-js/webpack-config-compass": "^0.11.1",
|
65
|
+
"@mongodb-js/eslint-config-compass": "^1.0.1",
|
66
|
+
"@mongodb-js/mocha-config-compass": "^1.0.1",
|
67
|
+
"@mongodb-js/prettier-config-compass": "^1.0.0",
|
68
|
+
"@mongodb-js/tsconfig-compass": "^1.0.1",
|
69
|
+
"@mongodb-js/webpack-config-compass": "^1.0.2",
|
82
70
|
"@testing-library/react": "^12.1.4",
|
83
71
|
"@testing-library/user-event": "^13.5.0",
|
84
|
-
"bson": "^4.4.1",
|
85
72
|
"chai": "^4.2.0",
|
86
|
-
"
|
87
|
-
"debug": "4.3.0",
|
73
|
+
"debug": "^4.2.0",
|
88
74
|
"depcheck": "^1.4.1",
|
89
|
-
"electron": "^
|
75
|
+
"electron": "^15.5.7",
|
90
76
|
"enzyme": "^3.11.0",
|
91
77
|
"eslint": "^7.25.0",
|
92
|
-
"hadron-app": "^
|
93
|
-
"hadron-app-registry": "^
|
94
|
-
"
|
95
|
-
"
|
78
|
+
"hadron-app": "^5.1.1",
|
79
|
+
"hadron-app-registry": "^9.0.1",
|
80
|
+
"lodash.clonedeep": "^4.5.0",
|
81
|
+
"lodash.contains": "^2.4.3",
|
96
82
|
"mocha": "^8.4.0",
|
97
|
-
"mongodb
|
83
|
+
"mongodb": "^4.10.0",
|
84
|
+
"mongodb-data-service": "^22.1.1",
|
85
|
+
"mongodb-query-parser": "^2.4.6",
|
86
|
+
"numeral": "^2.0.6",
|
98
87
|
"nyc": "^15.1.0",
|
99
88
|
"prop-types": "^15.7.2",
|
100
|
-
"react": "^16.14.0",
|
101
89
|
"react-dom": "^16.14.0",
|
102
|
-
"react-redux": "^
|
103
|
-
"react-
|
104
|
-
"redux": "^4.
|
90
|
+
"react-redux": "^8.0.2",
|
91
|
+
"react-virtualized-auto-sizer": "^1.0.6",
|
92
|
+
"redux": "^4.2.0",
|
105
93
|
"redux-thunk": "^2.3.0",
|
106
|
-
"reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
|
107
94
|
"rimraf": "^3.0.2",
|
108
95
|
"semver": "^5.4.1",
|
109
96
|
"sinon": "^9.2.3",
|
110
97
|
"xvfb-maybe": "^0.2.1"
|
111
98
|
},
|
112
99
|
"dependencies": {
|
113
|
-
"@mongodb-js/compass-
|
114
|
-
"@mongodb-js/
|
115
|
-
"
|
116
|
-
"
|
117
|
-
"
|
118
|
-
"
|
119
|
-
"lodash.pick": "^4.4.0",
|
120
|
-
"lodash.pluck": "^3.1.2",
|
121
|
-
"numeral": "^2.0.6",
|
122
|
-
"react-bootstrap": "^0.32.1",
|
123
|
-
"reflux": "^0.4.1"
|
100
|
+
"@mongodb-js/compass-components": "^1.1.1",
|
101
|
+
"@mongodb-js/compass-logging": "^1.1.0",
|
102
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.1",
|
103
|
+
"bson": "^4.4.1",
|
104
|
+
"mongodb-index-model": "^4.0.2",
|
105
|
+
"react": "^16.14.0"
|
124
106
|
},
|
125
|
-
"gitHead": "
|
107
|
+
"gitHead": "51f04a0ac45c3b51a3ffb98af390c811d1404380"
|
126
108
|
}
|