@mongodb-js/compass-indexes 5.0.0 → 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 +30 -6
- package/dist/index.html +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +30 -6
- package/package.json +22 -31
- package/dist/index.css +0 -481
@@ -4,12 +4,6 @@ object-assign
|
|
4
4
|
@license MIT
|
5
5
|
*/
|
6
6
|
|
7
|
-
/*!
|
8
|
-
Copyright (c) 2018 Jed Watson.
|
9
|
-
Licensed under the MIT License (MIT), see
|
10
|
-
http://jedwatson.github.io/classnames
|
11
|
-
*/
|
12
|
-
|
13
7
|
/*! @preserve
|
14
8
|
* numeral.js
|
15
9
|
* version : 2.0.6
|
@@ -27,6 +21,36 @@ object-assign
|
|
27
21
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
28
22
|
*/
|
29
23
|
|
24
|
+
/**
|
25
|
+
* @license React
|
26
|
+
* react-is.production.min.js
|
27
|
+
*
|
28
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
29
|
+
*
|
30
|
+
* This source code is licensed under the MIT license found in the
|
31
|
+
* LICENSE file in the root directory of this source tree.
|
32
|
+
*/
|
33
|
+
|
34
|
+
/**
|
35
|
+
* @license React
|
36
|
+
* use-sync-external-store-shim.production.min.js
|
37
|
+
*
|
38
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
39
|
+
*
|
40
|
+
* This source code is licensed under the MIT license found in the
|
41
|
+
* LICENSE file in the root directory of this source tree.
|
42
|
+
*/
|
43
|
+
|
44
|
+
/**
|
45
|
+
* @license React
|
46
|
+
* use-sync-external-store-shim/with-selector.production.min.js
|
47
|
+
*
|
48
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
49
|
+
*
|
50
|
+
* This source code is licensed under the MIT license found in the
|
51
|
+
* LICENSE file in the root directory of this source tree.
|
52
|
+
*/
|
53
|
+
|
30
54
|
/** @license React v0.19.1
|
31
55
|
* scheduler.production.min.js
|
32
56
|
*
|
package/dist/index.html
CHANGED
@@ -1 +1 @@
|
|
1
|
-
<!doctype html><html><head><meta charset="utf-8"><title>Webpack App</title><script defer="defer" src="index.js"></script
|
1
|
+
<!doctype html><html><head><meta charset="utf-8"><title>Webpack App</title><script defer="defer" src="index.js"></script></head><body></body></html>
|