@reltio/search 1.4.809 → 1.4.813
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 -1
- package/bundle.js.LICENSE.txt +0 -30
- package/package.json +3 -3
package/bundle.js.LICENSE.txt
CHANGED
|
@@ -4,13 +4,6 @@ object-assign
|
|
|
4
4
|
@license MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
/*!
|
|
8
|
-
* The buffer module from node.js, for the browser.
|
|
9
|
-
*
|
|
10
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
11
|
-
* @license MIT
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
7
|
/*! *****************************************************************************
|
|
15
8
|
Copyright (c) Microsoft Corporation.
|
|
16
9
|
|
|
@@ -42,26 +35,3 @@ and limitations under the License.
|
|
|
42
35
|
***************************************************************************** */
|
|
43
36
|
|
|
44
37
|
/*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */
|
|
45
|
-
|
|
46
|
-
/*! https://mths.be/punycode v1.3.2 by @mathias */
|
|
47
|
-
|
|
48
|
-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
49
|
-
|
|
50
|
-
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* @license
|
|
54
|
-
* Copyright 2016 Google Inc. All Rights Reserved.
|
|
55
|
-
*
|
|
56
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
57
|
-
* you may not use this file except in compliance with the License.
|
|
58
|
-
* You may obtain a copy of the License at
|
|
59
|
-
*
|
|
60
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
61
|
-
*
|
|
62
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
63
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
64
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
65
|
-
* See the License for the specific language governing permissions and
|
|
66
|
-
* limitations under the License.
|
|
67
|
-
*/
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/search",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.813",
|
|
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
|
"@react-google-maps/api": "^2.7.0",
|
|
9
9
|
"@redux-beacon/google-analytics": "^1.1.1",
|
|
10
|
-
"@reltio/mdm-module": "^1.4.
|
|
11
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
10
|
+
"@reltio/mdm-module": "^1.4.813",
|
|
11
|
+
"@reltio/mdm-sdk": "^1.4.813",
|
|
12
12
|
"autosuggest-highlight": "^3.1.1",
|
|
13
13
|
"browserify-rsa": "4.0.1",
|
|
14
14
|
"browserify-sign": "4.0.4",
|