@reltio/sources 1.4.2265 → 1.4.2267
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 +13 -2
- package/package.json +2 -2
package/bundle.js.LICENSE.txt
CHANGED
|
@@ -4,6 +4,17 @@ object-assign
|
|
|
4
4
|
@license MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
/**
|
|
8
|
+
* @remix-run/router v1.23.2
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) Remix Software Inc.
|
|
11
|
+
*
|
|
12
|
+
* This source code is licensed under the MIT license found in the
|
|
13
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
14
|
+
*
|
|
15
|
+
* @license MIT
|
|
16
|
+
*/
|
|
17
|
+
|
|
7
18
|
/**
|
|
8
19
|
* A better abstraction over CSS.
|
|
9
20
|
*
|
|
@@ -13,7 +24,7 @@ object-assign
|
|
|
13
24
|
*/
|
|
14
25
|
|
|
15
26
|
/**
|
|
16
|
-
* React Router DOM v6.
|
|
27
|
+
* React Router DOM v6.30.3
|
|
17
28
|
*
|
|
18
29
|
* Copyright (c) Remix Software Inc.
|
|
19
30
|
*
|
|
@@ -24,7 +35,7 @@ object-assign
|
|
|
24
35
|
*/
|
|
25
36
|
|
|
26
37
|
/**
|
|
27
|
-
* React Router v6.
|
|
38
|
+
* React Router v6.30.3
|
|
28
39
|
*
|
|
29
40
|
* Copyright (c) Remix Software Inc.
|
|
30
41
|
*
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/sources",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2267",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "bundle.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@reltio/components": "^1.4.
|
|
7
|
+
"@reltio/components": "^1.4.2230",
|
|
8
8
|
"@reltio/mdm-module": "^1.4.2063",
|
|
9
9
|
"@reltio/mdm-sdk": "^1.4.2022"
|
|
10
10
|
},
|