@reltio/graph 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.
- package/bundle.js +204 -1
- package/bundle.js.LICENSE.txt +49 -15
- package/package.json +4 -4
package/bundle.js.LICENSE.txt
CHANGED
|
@@ -1,17 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
-
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
-
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
-
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
-
|
|
12
|
-
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
-
and limitations under the License.
|
|
14
|
-
***************************************************************************** */
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
15
6
|
|
|
16
7
|
/**
|
|
17
8
|
* @license
|
|
@@ -22,6 +13,40 @@ and limitations under the License.
|
|
|
22
13
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
23
14
|
*/
|
|
24
15
|
|
|
16
|
+
/**
|
|
17
|
+
* @license React
|
|
18
|
+
* react-is.production.min.js
|
|
19
|
+
*
|
|
20
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
21
|
+
*
|
|
22
|
+
* This source code is licensed under the MIT license found in the
|
|
23
|
+
* LICENSE file in the root directory of this source tree.
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* @mui/material v5.13.4
|
|
28
|
+
*
|
|
29
|
+
* @license MIT
|
|
30
|
+
* This source code is licensed under the MIT license found in the
|
|
31
|
+
* LICENSE file in the root directory of this source tree.
|
|
32
|
+
*/
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* @mui/styled-engine v5.13.2
|
|
36
|
+
*
|
|
37
|
+
* @license MIT
|
|
38
|
+
* This source code is licensed under the MIT license found in the
|
|
39
|
+
* LICENSE file in the root directory of this source tree.
|
|
40
|
+
*/
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* A better abstraction over CSS.
|
|
44
|
+
*
|
|
45
|
+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
|
|
46
|
+
* @website https://github.com/cssinjs/jss
|
|
47
|
+
* @license MIT
|
|
48
|
+
*/
|
|
49
|
+
|
|
25
50
|
/**
|
|
26
51
|
* React Router DOM v6.2.1
|
|
27
52
|
*
|
|
@@ -44,7 +69,7 @@ and limitations under the License.
|
|
|
44
69
|
* @license MIT
|
|
45
70
|
*/
|
|
46
71
|
|
|
47
|
-
/** @license React v16.
|
|
72
|
+
/** @license React v16.13.1
|
|
48
73
|
* react-is.production.min.js
|
|
49
74
|
*
|
|
50
75
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
@@ -52,3 +77,12 @@ and limitations under the License.
|
|
|
52
77
|
* This source code is licensed under the MIT license found in the
|
|
53
78
|
* LICENSE file in the root directory of this source tree.
|
|
54
79
|
*/
|
|
80
|
+
|
|
81
|
+
/** @license React v17.0.2
|
|
82
|
+
* react-jsx-runtime.production.min.js
|
|
83
|
+
*
|
|
84
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
85
|
+
*
|
|
86
|
+
* This source code is licensed under the MIT license found in the
|
|
87
|
+
* LICENSE file in the root directory of this source tree.
|
|
88
|
+
*/
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/graph",
|
|
3
|
-
"version": "1.4.
|
|
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.13",
|
|
8
8
|
"@react-sigma/core": "3.4.0",
|
|
9
|
-
"@reltio/hierarchy-tree": "^1.4.
|
|
10
|
-
"@reltio/mdm-module": "^1.4.
|
|
11
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
9
|
+
"@reltio/hierarchy-tree": "^1.4.1590",
|
|
10
|
+
"@reltio/mdm-module": "^1.4.1590",
|
|
11
|
+
"@reltio/mdm-sdk": "^1.4.1590",
|
|
12
12
|
"classnames": "^2.2.5",
|
|
13
13
|
"graphology": "^0.25.1",
|
|
14
14
|
"graphology-layout": "^0.6.1",
|