@reltio/profile 1.4.2361 → 1.4.2363
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 +6 -0
- package/package.json +2 -2
package/bundle.js.LICENSE.txt
CHANGED
|
@@ -43,6 +43,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
43
43
|
|
|
44
44
|
/*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */
|
|
45
45
|
|
|
46
|
+
/**
|
|
47
|
+
* @license
|
|
48
|
+
* Copyright 2017 Google LLC
|
|
49
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
50
|
+
*/
|
|
51
|
+
|
|
46
52
|
/**
|
|
47
53
|
* @license React
|
|
48
54
|
* react-is.production.min.js
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/profile",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2363",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "bundle.js",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@reltio/components": "^1.4.2298",
|
|
8
|
-
"@reltio/interactions": "^1.4.
|
|
8
|
+
"@reltio/interactions": "^1.4.2339",
|
|
9
9
|
"@reltio/mdm-module": "^1.4.2107",
|
|
10
10
|
"@reltio/mdm-sdk": "^1.4.2066",
|
|
11
11
|
"html2canvas": "^1.4.1",
|