@reltio/authoring 1.4.1966 → 1.4.1967
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 +0 -9
- package/package.json +17 -5
package/bundle.js.LICENSE.txt
CHANGED
|
@@ -4,13 +4,6 @@ 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
7
|
/*!
|
|
15
8
|
* html2canvas 1.4.1 <https://html2canvas.hertzen.com>
|
|
16
9
|
* Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
|
|
@@ -54,8 +47,6 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
54
47
|
PERFORMANCE OF THIS SOFTWARE.
|
|
55
48
|
***************************************************************************** */
|
|
56
49
|
|
|
57
|
-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
58
|
-
|
|
59
50
|
/**
|
|
60
51
|
* @license React
|
|
61
52
|
* react-is.production.min.js
|
package/package.json
CHANGED
|
@@ -1,13 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/authoring",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1967",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "bundle.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@reltio/components": "^1.4.
|
|
8
|
-
"@reltio/mdm-module": "^1.4.
|
|
9
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
10
|
-
"@reltio/profile": "^1.4.
|
|
7
|
+
"@reltio/components": "^1.4.1930",
|
|
8
|
+
"@reltio/mdm-module": "^1.4.1871",
|
|
9
|
+
"@reltio/mdm-sdk": "^1.4.1846",
|
|
10
|
+
"@reltio/profile": "^1.4.1961"
|
|
11
|
+
},
|
|
12
|
+
"peerDependencies": {
|
|
13
|
+
"@mui/icons-material": "^5.11.16",
|
|
14
|
+
"@mui/material": "^5.13.4",
|
|
15
|
+
"@mui/styles": "^5.13.2",
|
|
16
|
+
"@mui/x-date-pickers": "^6.7.0",
|
|
17
|
+
"moment": "^2.29.4",
|
|
18
|
+
"ramda": "^0.28.0",
|
|
19
|
+
"react": "^17.0.2",
|
|
20
|
+
"react-redux": "^7.2.3",
|
|
21
|
+
"react-resize-detector": "^9.1.1",
|
|
22
|
+
"ui-i18n": "bitbucket:reltio-ondemand/ui-i18n#v1.4.0"
|
|
11
23
|
},
|
|
12
24
|
"publishConfig": {
|
|
13
25
|
"access": "public"
|