@reltio/authoring 1.4.1969 → 1.4.1971
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 +2 -0
- package/package.json +5 -5
package/bundle.js.LICENSE.txt
CHANGED
|
@@ -47,6 +47,8 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
47
47
|
PERFORMANCE OF THIS SOFTWARE.
|
|
48
48
|
***************************************************************************** */
|
|
49
49
|
|
|
50
|
+
/*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */
|
|
51
|
+
|
|
50
52
|
/**
|
|
51
53
|
* @license React
|
|
52
54
|
* react-is.production.min.js
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/authoring",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1971",
|
|
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.1934",
|
|
8
|
+
"@reltio/mdm-module": "^1.4.1874",
|
|
9
|
+
"@reltio/mdm-sdk": "^1.4.1849",
|
|
10
|
+
"@reltio/profile": "^1.4.1965"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
13
|
"@mui/icons-material": "^5.11.16",
|