@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
@@ -1,7 +1,7 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
/*
|
2
|
+
object-assign
|
3
|
+
(c) Sindre Sorhus
|
4
|
+
@license MIT
|
5
5
|
*/
|
6
6
|
|
7
7
|
/*! @preserve
|
@@ -12,6 +12,54 @@
|
|
12
12
|
* http://adamwdraper.github.com/Numeral-js/
|
13
13
|
*/
|
14
14
|
|
15
|
+
/**
|
16
|
+
* @license
|
17
|
+
* Lodash <https://lodash.com/>
|
18
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
19
|
+
* Released under MIT license <https://lodash.com/license>
|
20
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
21
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
22
|
+
*/
|
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
|
+
|
54
|
+
/** @license React v0.19.1
|
55
|
+
* scheduler.production.min.js
|
56
|
+
*
|
57
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
58
|
+
*
|
59
|
+
* This source code is licensed under the MIT license found in the
|
60
|
+
* LICENSE file in the root directory of this source tree.
|
61
|
+
*/
|
62
|
+
|
15
63
|
/** @license React v16.13.1
|
16
64
|
* react-is.production.min.js
|
17
65
|
*
|
@@ -20,3 +68,16 @@
|
|
20
68
|
* This source code is licensed under the MIT license found in the
|
21
69
|
* LICENSE file in the root directory of this source tree.
|
22
70
|
*/
|
71
|
+
|
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/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>
|