@reltio/search 1.4.1706 → 1.4.1709-test-hotfix.3
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 +0 -26
- package/package.json +5 -10
package/bundle.js.LICENSE.txt
CHANGED
|
@@ -161,32 +161,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
161
161
|
|
|
162
162
|
/*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */
|
|
163
163
|
|
|
164
|
-
/**
|
|
165
|
-
* @license React
|
|
166
|
-
* react-is.production.min.js
|
|
167
|
-
*
|
|
168
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
169
|
-
*
|
|
170
|
-
* This source code is licensed under the MIT license found in the
|
|
171
|
-
* LICENSE file in the root directory of this source tree.
|
|
172
|
-
*/
|
|
173
|
-
|
|
174
|
-
/**
|
|
175
|
-
* @mui/material v5.13.4
|
|
176
|
-
*
|
|
177
|
-
* @license MIT
|
|
178
|
-
* This source code is licensed under the MIT license found in the
|
|
179
|
-
* LICENSE file in the root directory of this source tree.
|
|
180
|
-
*/
|
|
181
|
-
|
|
182
|
-
/**
|
|
183
|
-
* @mui/styled-engine v5.13.2
|
|
184
|
-
*
|
|
185
|
-
* @license MIT
|
|
186
|
-
* This source code is licensed under the MIT license found in the
|
|
187
|
-
* LICENSE file in the root directory of this source tree.
|
|
188
|
-
*/
|
|
189
|
-
|
|
190
164
|
/**
|
|
191
165
|
* A better abstraction over CSS.
|
|
192
166
|
*
|
package/package.json
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/search",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1709-test-hotfix.3+de8942dc0",
|
|
4
4
|
"main": "bundle.js",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@google/maps": "^0.5.5",
|
|
8
7
|
"@redux-beacon/google-analytics": "1.1.1",
|
|
9
|
-
"@reltio/
|
|
10
|
-
"@reltio/mdm-
|
|
11
|
-
"
|
|
8
|
+
"@reltio/components": "^1.4.1709-test-hotfix.3+de8942dc0",
|
|
9
|
+
"@reltio/mdm-module": "^1.4.1708-test-hotfix.7+de8942dc0",
|
|
10
|
+
"@reltio/mdm-sdk": "^1.4.1708-test-hotfix.7+de8942dc0",
|
|
12
11
|
"browserify-rsa": "4.0.1",
|
|
13
12
|
"browserify-sign": "4.0.4",
|
|
14
13
|
"buffer": "5.7.1",
|
|
@@ -16,16 +15,13 @@
|
|
|
16
15
|
"crypto-browserify": "^3.12.0",
|
|
17
16
|
"decimal.js": "^10.0.2",
|
|
18
17
|
"element-closest": "^2.0.2",
|
|
19
|
-
"
|
|
20
|
-
"https-browserify": "^1.0.0",
|
|
18
|
+
"memoize-one": "^5.1.0",
|
|
21
19
|
"moment": "^2.29.4",
|
|
22
20
|
"nanoid": "^3.3.4",
|
|
23
21
|
"process": "^0.11.10",
|
|
24
22
|
"prop-types": "^15.6.2",
|
|
25
23
|
"query-string": "5.0.0",
|
|
26
24
|
"ramda": "^0.28.0",
|
|
27
|
-
"react-autosuggest": "^9.4.3",
|
|
28
|
-
"react-dnd-html5-backend": "^10.0.2",
|
|
29
25
|
"react-redux": "^7.2.3",
|
|
30
26
|
"react-resize-detector": "^4.2.0",
|
|
31
27
|
"react-window": "^1.8.5",
|
|
@@ -33,7 +29,6 @@
|
|
|
33
29
|
"redux": "^4.1.2",
|
|
34
30
|
"redux-beacon": "^2.0.3",
|
|
35
31
|
"redux-saga": "^1.1.3",
|
|
36
|
-
"redux-thunk": "^2.3.0",
|
|
37
32
|
"stream-browserify": "^3.0.0",
|
|
38
33
|
"stream-http": "^3.1.1",
|
|
39
34
|
"ui-i18n": "bitbucket:reltio-ondemand/ui-i18n#v1.4.0"
|