@mongodb-js/compass-indexes 4.27.0 → 5.0.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 +37 -0
- package/dist/index.css +23 -7
- package/dist/index.js +1 -14
- package/dist/index.js.LICENSE.txt +2 -132
- package/package.json +40 -49
@@ -4,124 +4,12 @@ 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
7
|
/*!
|
14
8
|
Copyright (c) 2018 Jed Watson.
|
15
9
|
Licensed under the MIT License (MIT), see
|
16
10
|
http://jedwatson.github.io/classnames
|
17
11
|
*/
|
18
12
|
|
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
13
|
/*! @preserve
|
126
14
|
* numeral.js
|
127
15
|
* version : 2.0.6
|
@@ -130,8 +18,6 @@ object-assign
|
|
130
18
|
* http://adamwdraper.github.com/Numeral-js/
|
131
19
|
*/
|
132
20
|
|
133
|
-
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
134
|
-
|
135
21
|
/**
|
136
22
|
* @license
|
137
23
|
* Lodash <https://lodash.com/>
|
@@ -168,22 +54,6 @@ object-assign
|
|
168
54
|
* LICENSE file in the root directory of this source tree.
|
169
55
|
*/
|
170
56
|
|
171
|
-
|
172
|
-
* react.production.min.js
|
173
|
-
*
|
174
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
175
|
-
*
|
176
|
-
* This source code is licensed under the MIT license found in the
|
177
|
-
* LICENSE file in the root directory of this source tree.
|
178
|
-
*/
|
179
|
-
|
180
|
-
/** @license React v17.0.2
|
181
|
-
* react-is.production.min.js
|
182
|
-
*
|
183
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
184
|
-
*
|
185
|
-
* This source code is licensed under the MIT license found in the
|
186
|
-
* LICENSE file in the root directory of this source tree.
|
187
|
-
*/
|
57
|
+
//! moment.js
|
188
58
|
|
189
|
-
|
59
|
+
//! 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.0.0",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -26,8 +26,8 @@
|
|
26
26
|
"main": "dist/index.js",
|
27
27
|
"compass:main": "src/index.ts",
|
28
28
|
"exports": {
|
29
|
-
"
|
30
|
-
"
|
29
|
+
"browser": "./dist/browser.js",
|
30
|
+
"require": "./dist/index.js"
|
31
31
|
},
|
32
32
|
"compass:exports": {
|
33
33
|
".": "./src/index.ts"
|
@@ -39,11 +39,11 @@
|
|
39
39
|
"webpack": "webpack-compass",
|
40
40
|
"start": "npm run webpack serve -- --mode development",
|
41
41
|
"analyze": "npm run webpack -- --mode production --analyze",
|
42
|
-
"typecheck": "tsc --noEmit",
|
42
|
+
"typecheck": "tsc -p tsconfig-lint.json --noEmit",
|
43
43
|
"eslint": "eslint",
|
44
44
|
"prettier": "prettier",
|
45
45
|
"lint": "npm run eslint . && npm run prettier -- --check .",
|
46
|
-
"depcheck": "depcheck",
|
46
|
+
"depcheck": "compass-scripts check-peer-deps && depcheck",
|
47
47
|
"check": "npm run typecheck && npm run lint && npm run depcheck",
|
48
48
|
"check-ci": "npm run check",
|
49
49
|
"test": "mocha",
|
@@ -55,72 +55,63 @@
|
|
55
55
|
"reformat": "npm run prettier -- --write ."
|
56
56
|
},
|
57
57
|
"peerDependencies": {
|
58
|
-
"@mongodb-js/compass-components": "^0.
|
59
|
-
"@mongodb-js/compass-
|
58
|
+
"@mongodb-js/compass-components": "^1.0.0",
|
59
|
+
"@mongodb-js/compass-logging": "^1.0.0",
|
60
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.0",
|
60
61
|
"bson": "^4.4.1",
|
61
|
-
"
|
62
|
-
"hadron-react-
|
63
|
-
"
|
64
|
-
"
|
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"
|
62
|
+
"hadron-react-buttons": "^6.0.0",
|
63
|
+
"hadron-react-components": "^6.0.0",
|
64
|
+
"mongodb-index-model": "^4.0.0",
|
65
|
+
"react": "^16.14.0"
|
73
66
|
},
|
74
67
|
"devDependencies": {
|
75
|
-
"@mongodb-js/compass
|
76
|
-
"@mongodb-js/
|
77
|
-
"@mongodb-js/
|
78
|
-
"@mongodb-js/
|
79
|
-
"@mongodb-js/
|
80
|
-
"@mongodb-js/tsconfig-compass": "^0.6.0",
|
81
|
-
"@mongodb-js/webpack-config-compass": "^0.10.0",
|
68
|
+
"@mongodb-js/eslint-config-compass": "^1.0.0",
|
69
|
+
"@mongodb-js/mocha-config-compass": "^1.0.0",
|
70
|
+
"@mongodb-js/prettier-config-compass": "^1.0.0",
|
71
|
+
"@mongodb-js/tsconfig-compass": "^1.0.0",
|
72
|
+
"@mongodb-js/webpack-config-compass": "^1.0.0",
|
82
73
|
"@testing-library/react": "^12.1.4",
|
83
74
|
"@testing-library/user-event": "^13.5.0",
|
84
|
-
"bson": "^4.4.1",
|
85
75
|
"chai": "^4.2.0",
|
86
76
|
"classnames": "^2.2.6",
|
87
|
-
"debug": "4.
|
77
|
+
"debug": "^4.2.0",
|
88
78
|
"depcheck": "^1.4.1",
|
89
|
-
"electron": "^
|
79
|
+
"electron": "^15.5.7",
|
90
80
|
"enzyme": "^3.11.0",
|
91
81
|
"eslint": "^7.25.0",
|
92
|
-
"hadron-app": "^
|
93
|
-
"hadron-app-registry": "^
|
94
|
-
"
|
95
|
-
"
|
82
|
+
"hadron-app": "^5.0.0",
|
83
|
+
"hadron-app-registry": "^9.0.0",
|
84
|
+
"lodash.contains": "^2.4.3",
|
85
|
+
"lodash.isundefined": "^3.0.1",
|
86
|
+
"lodash.map": "^4.6.0",
|
87
|
+
"lodash.max": "^4.0.1",
|
88
|
+
"lodash.pick": "^4.4.0",
|
89
|
+
"lodash.pluck": "^3.1.2",
|
96
90
|
"mocha": "^8.4.0",
|
97
|
-
"mongodb-
|
91
|
+
"mongodb-query-parser": "^2.4.6",
|
92
|
+
"numeral": "^2.0.6",
|
98
93
|
"nyc": "^15.1.0",
|
99
94
|
"prop-types": "^15.7.2",
|
100
|
-
"react": "^
|
95
|
+
"react-bootstrap": "^0.32.1",
|
101
96
|
"react-dom": "^16.14.0",
|
102
97
|
"react-redux": "^5.0.6",
|
103
|
-
"react-
|
98
|
+
"react-tooltip": "^3.11.1",
|
104
99
|
"redux": "^4.1.2",
|
105
100
|
"redux-thunk": "^2.3.0",
|
106
|
-
"reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
|
107
101
|
"rimraf": "^3.0.2",
|
108
102
|
"semver": "^5.4.1",
|
109
103
|
"sinon": "^9.2.3",
|
110
104
|
"xvfb-maybe": "^0.2.1"
|
111
105
|
},
|
112
106
|
"dependencies": {
|
113
|
-
"@mongodb-js/compass-
|
114
|
-
"@mongodb-js/
|
115
|
-
"
|
116
|
-
"
|
117
|
-
"
|
118
|
-
"
|
119
|
-
"
|
120
|
-
"
|
121
|
-
"numeral": "^2.0.6",
|
122
|
-
"react-bootstrap": "^0.32.1",
|
123
|
-
"reflux": "^0.4.1"
|
107
|
+
"@mongodb-js/compass-components": "^1.0.0",
|
108
|
+
"@mongodb-js/compass-logging": "^1.0.0",
|
109
|
+
"@mongodb-js/mongodb-redux-common": "^2.0.0",
|
110
|
+
"bson": "^4.4.1",
|
111
|
+
"hadron-react-buttons": "^6.0.0",
|
112
|
+
"hadron-react-components": "^6.0.0",
|
113
|
+
"mongodb-index-model": "^4.0.0",
|
114
|
+
"react": "^16.14.0"
|
124
115
|
},
|
125
|
-
"gitHead": "
|
116
|
+
"gitHead": "a30734888ab496a07d58e26870e5e33b374e98f7"
|
126
117
|
}
|