@reltio/profile 1.4.1589 → 1.4.1590

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.
@@ -1,3 +1,9 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
1
7
  /*!
2
8
  * The buffer module from node.js, for the browser.
3
9
  *
@@ -27,22 +33,41 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
27
33
  PERFORMANCE OF THIS SOFTWARE.
28
34
  ***************************************************************************** */
29
35
 
30
- /*! *****************************************************************************
31
- Copyright (c) Microsoft Corporation. All rights reserved.
32
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
33
- this file except in compliance with the License. You may obtain a copy of the
34
- License at http://www.apache.org/licenses/LICENSE-2.0
36
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
35
37
 
36
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
37
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
38
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
39
- MERCHANTABLITY OR NON-INFRINGEMENT.
38
+ /**
39
+ * @license React
40
+ * react-is.production.min.js
41
+ *
42
+ * Copyright (c) Facebook, Inc. and its affiliates.
43
+ *
44
+ * This source code is licensed under the MIT license found in the
45
+ * LICENSE file in the root directory of this source tree.
46
+ */
40
47
 
41
- See the Apache Version 2.0 License for specific language governing permissions
42
- and limitations under the License.
43
- ***************************************************************************** */
48
+ /**
49
+ * @mui/material v5.13.4
50
+ *
51
+ * @license MIT
52
+ * This source code is licensed under the MIT license found in the
53
+ * LICENSE file in the root directory of this source tree.
54
+ */
44
55
 
45
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
56
+ /**
57
+ * @mui/styled-engine v5.13.2
58
+ *
59
+ * @license MIT
60
+ * This source code is licensed under the MIT license found in the
61
+ * LICENSE file in the root directory of this source tree.
62
+ */
63
+
64
+ /**
65
+ * A better abstraction over CSS.
66
+ *
67
+ * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
68
+ * @website https://github.com/cssinjs/jss
69
+ * @license MIT
70
+ */
46
71
 
47
72
  /**
48
73
  * React Router DOM v6.2.1
@@ -66,14 +91,17 @@ and limitations under the License.
66
91
  * @license MIT
67
92
  */
68
93
 
69
- /** @license Material-UI v4.11.2
94
+ /** @license React v16.13.1
95
+ * react-is.production.min.js
96
+ *
97
+ * Copyright (c) Facebook, Inc. and its affiliates.
70
98
  *
71
99
  * This source code is licensed under the MIT license found in the
72
100
  * LICENSE file in the root directory of this source tree.
73
101
  */
74
102
 
75
- /** @license React v16.8.6
76
- * react-is.production.min.js
103
+ /** @license React v17.0.2
104
+ * react-jsx-runtime.production.min.js
77
105
  *
78
106
  * Copyright (c) Facebook, Inc. and its affiliates.
79
107
  *
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@reltio/profile",
3
- "version": "1.4.1589",
3
+ "version": "1.4.1590",
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.1589",
9
- "@reltio/mdm-module": "^1.4.1589",
10
- "@reltio/mdm-sdk": "^1.4.1589",
11
- "@reltio/relations-table": "^1.4.1589",
8
+ "@reltio/hierarchy-tree": "^1.4.1590",
9
+ "@reltio/mdm-module": "^1.4.1590",
10
+ "@reltio/mdm-sdk": "^1.4.1590",
11
+ "@reltio/relations-table": "^1.4.1590",
12
12
  "classnames": "^2.2.5",
13
13
  "object-hash": "^2.1.1",
14
14
  "prop-types": "^15.6.2",