@reltio/search 1.4.1586-mui5-2 → 1.4.1587
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/bundle.js +1 -204
- package/bundle.js.LICENSE.txt +14 -45
- package/package.json +4 -4
package/bundle.js.LICENSE.txt
CHANGED
|
@@ -19,41 +19,22 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
19
19
|
PERFORMANCE OF THIS SOFTWARE.
|
|
20
20
|
***************************************************************************** */
|
|
21
21
|
|
|
22
|
-
/*!
|
|
22
|
+
/*! *****************************************************************************
|
|
23
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
24
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
25
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
26
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
23
27
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
-
*/
|
|
28
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
29
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
30
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
31
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
33
32
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
* @license MIT
|
|
38
|
-
* This source code is licensed under the MIT license found in the
|
|
39
|
-
* LICENSE file in the root directory of this source tree.
|
|
40
|
-
*/
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* @mui/styled-engine v5.13.2
|
|
44
|
-
*
|
|
45
|
-
* @license MIT
|
|
46
|
-
* This source code is licensed under the MIT license found in the
|
|
47
|
-
* LICENSE file in the root directory of this source tree.
|
|
48
|
-
*/
|
|
33
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
34
|
+
and limitations under the License.
|
|
35
|
+
***************************************************************************** */
|
|
49
36
|
|
|
50
|
-
|
|
51
|
-
* A better abstraction over CSS.
|
|
52
|
-
*
|
|
53
|
-
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
|
|
54
|
-
* @website https://github.com/cssinjs/jss
|
|
55
|
-
* @license MIT
|
|
56
|
-
*/
|
|
37
|
+
/*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */
|
|
57
38
|
|
|
58
39
|
/**
|
|
59
40
|
* React Router DOM v6.2.1
|
|
@@ -77,19 +58,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
77
58
|
* @license MIT
|
|
78
59
|
*/
|
|
79
60
|
|
|
80
|
-
/** @license
|
|
81
|
-
* react-is.production.min.js
|
|
82
|
-
*
|
|
83
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
84
|
-
*
|
|
85
|
-
* This source code is licensed under the MIT license found in the
|
|
86
|
-
* LICENSE file in the root directory of this source tree.
|
|
87
|
-
*/
|
|
88
|
-
|
|
89
|
-
/** @license React v17.0.2
|
|
90
|
-
* react-jsx-runtime.production.min.js
|
|
91
|
-
*
|
|
92
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
61
|
+
/** @license Material-UI v4.11.2
|
|
93
62
|
*
|
|
94
63
|
* This source code is licensed under the MIT license found in the
|
|
95
64
|
* LICENSE file in the root directory of this source tree.
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/search",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1587",
|
|
4
4
|
"main": "bundle.js",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@google/maps": "^0.5.5",
|
|
8
8
|
"@redux-beacon/google-analytics": "1.1.1",
|
|
9
|
-
"@reltio/mdm-module": "^1.4.
|
|
10
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
9
|
+
"@reltio/mdm-module": "^1.4.1587",
|
|
10
|
+
"@reltio/mdm-sdk": "^1.4.1587",
|
|
11
11
|
"autosuggest-highlight": "^3.1.1",
|
|
12
12
|
"browserify-rsa": "4.0.1",
|
|
13
13
|
"browserify-sign": "4.0.4",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"element-closest": "^2.0.2",
|
|
19
19
|
"es6-error": "4.0.2",
|
|
20
20
|
"https-browserify": "^1.0.0",
|
|
21
|
-
"moment": "^2.
|
|
21
|
+
"moment": "^2.22.2",
|
|
22
22
|
"nanoid": "^3.3.4",
|
|
23
23
|
"process": "^0.11.10",
|
|
24
24
|
"prop-types": "^15.6.2",
|