@reltio/authoring 1.4.1702 → 1.4.1706-hf

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.
@@ -35,6 +35,32 @@ PERFORMANCE OF THIS SOFTWARE.
35
35
 
36
36
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
37
37
 
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
+ */
47
+
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
+ */
55
+
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
+
38
64
  /**
39
65
  * A better abstraction over CSS.
40
66
  *
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@reltio/authoring",
3
- "version": "1.4.1702",
3
+ "version": "1.4.1706-hf",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "bundle.js",
6
6
  "dependencies": {
7
- "@reltio/components": "^1.4.1702",
8
- "@reltio/mdm-module": "^1.4.1702",
9
- "@reltio/mdm-sdk": "^1.4.1702",
10
- "@reltio/profile": "^1.4.1702"
7
+ "@reltio/components": "^1.4.1706-hf",
8
+ "@reltio/mdm-module": "^1.4.1706-hf",
9
+ "@reltio/mdm-sdk": "^1.4.1706-hf",
10
+ "@reltio/profile": "^1.4.1706-hf"
11
11
  },
12
12
  "publishConfig": {
13
13
  "access": "public"