@reltio/profile 1.4.1253 → 1.4.1254
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 +16 -0
- package/package.json +5 -5
package/bundle.js.LICENSE.txt
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* The buffer module from node.js, for the browser.
|
|
3
|
+
*
|
|
4
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/*!
|
|
9
|
+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
12
|
+
* Released under the MIT License.
|
|
13
|
+
*/
|
|
14
|
+
|
|
1
15
|
/*! *****************************************************************************
|
|
2
16
|
Copyright (c) Microsoft Corporation.
|
|
3
17
|
|
|
@@ -28,6 +42,8 @@ See the Apache Version 2.0 License for specific language governing permissions
|
|
|
28
42
|
and limitations under the License.
|
|
29
43
|
***************************************************************************** */
|
|
30
44
|
|
|
45
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
46
|
+
|
|
31
47
|
/**
|
|
32
48
|
* React Router DOM v6.2.1
|
|
33
49
|
*
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/profile",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1254",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "bundle.js",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@date-io/moment": "^1.3.5",
|
|
8
|
-
"@reltio/hierarchy-tree": "^1.4.
|
|
9
|
-
"@reltio/mdm-module": "^1.4.
|
|
10
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
11
|
-
"@reltio/relations-table": "^1.4.
|
|
8
|
+
"@reltio/hierarchy-tree": "^1.4.1254",
|
|
9
|
+
"@reltio/mdm-module": "^1.4.1254",
|
|
10
|
+
"@reltio/mdm-sdk": "^1.4.1254",
|
|
11
|
+
"@reltio/relations-table": "^1.4.1254",
|
|
12
12
|
"classnames": "^2.2.5",
|
|
13
13
|
"object-hash": "^2.1.1",
|
|
14
14
|
"prop-types": "^15.6.2",
|