@reltio/graph 1.4.1672 → 1.4.1674

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.
@@ -4,6 +4,37 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
+ /*!
8
+ * The buffer module from node.js, for the browser.
9
+ *
10
+ * @author Feross Aboukhadijeh <https://feross.org>
11
+ * @license MIT
12
+ */
13
+
14
+ /*!
15
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
16
+ *
17
+ * Copyright (c) 2014-2017, Jon Schlinkert.
18
+ * Released under the MIT License.
19
+ */
20
+
21
+ /*! *****************************************************************************
22
+ Copyright (c) Microsoft Corporation.
23
+
24
+ Permission to use, copy, modify, and/or distribute this software for any
25
+ purpose with or without fee is hereby granted.
26
+
27
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
28
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
29
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
30
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
31
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
32
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
33
+ PERFORMANCE OF THIS SOFTWARE.
34
+ ***************************************************************************** */
35
+
36
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
37
+
7
38
  /**
8
39
  * @license
9
40
  * Lodash <https://lodash.com/>
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@reltio/graph",
3
- "version": "1.4.1672",
3
+ "version": "1.4.1674",
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.1672",
10
- "@reltio/mdm-module": "^1.4.1672",
11
- "@reltio/mdm-sdk": "^1.4.1672",
9
+ "@reltio/mdm-module": "^1.4.1674",
10
+ "@reltio/mdm-sdk": "^1.4.1674",
11
+ "@reltio/profile": "^1.4.1674",
12
12
  "classnames": "^2.2.5",
13
13
  "graphology": "0.25.1",
14
14
  "graphology-layout": "0.6.1",