@reltio/ria 1.4.1

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.
@@ -0,0 +1,78 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */
8
+
9
+ /**
10
+ * @license React
11
+ * use-sync-external-store-shim.production.min.js
12
+ *
13
+ * Copyright (c) Facebook, Inc. and its affiliates.
14
+ *
15
+ * This source code is licensed under the MIT license found in the
16
+ * LICENSE file in the root directory of this source tree.
17
+ */
18
+
19
+ /**
20
+ * A better abstraction over CSS.
21
+ *
22
+ * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
23
+ * @website https://github.com/cssinjs/jss
24
+ * @license MIT
25
+ */
26
+
27
+ /**
28
+ * React Router DOM v6.2.1
29
+ *
30
+ * Copyright (c) Remix Software Inc.
31
+ *
32
+ * This source code is licensed under the MIT license found in the
33
+ * LICENSE.md file in the root directory of this source tree.
34
+ *
35
+ * @license MIT
36
+ */
37
+
38
+ /**
39
+ * React Router v6.2.1
40
+ *
41
+ * Copyright (c) Remix Software Inc.
42
+ *
43
+ * This source code is licensed under the MIT license found in the
44
+ * LICENSE.md file in the root directory of this source tree.
45
+ *
46
+ * @license MIT
47
+ */
48
+
49
+ /** @license React v0.19.1
50
+ * scheduler.production.min.js
51
+ *
52
+ * Copyright (c) Facebook, Inc. and its affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
57
+
58
+ /** @license React v16.13.1
59
+ * react-is.production.min.js
60
+ *
61
+ * Copyright (c) Facebook, Inc. and its affiliates.
62
+ *
63
+ * This source code is licensed under the MIT license found in the
64
+ * LICENSE file in the root directory of this source tree.
65
+ */
66
+
67
+ /** @license React v17.0.2
68
+ * react-jsx-runtime.production.min.js
69
+ *
70
+ * Copyright (c) Facebook, Inc. and its affiliates.
71
+ *
72
+ * This source code is licensed under the MIT license found in the
73
+ * LICENSE file in the root directory of this source tree.
74
+ */
75
+
76
+ //! moment.js
77
+
78
+ //! moment.js locale configuration
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@reltio/ria",
3
+ "version": "1.4.1",
4
+ "license": "SEE LICENSE IN LICENSE FILE",
5
+ "main": "bundle.js",
6
+ "dependencies": {
7
+ "@reltio/components": "^1.4.1775",
8
+ "@reltio/dashboard": "^1.4.1785",
9
+ "@reltio/mdm-module": "^1.4.1758",
10
+ "@reltio/mdm-sdk": "^1.4.1749",
11
+ "@reltio/sources": "^1.4.1784",
12
+ "swr": "^2.2.1"
13
+ },
14
+ "publishConfig": {
15
+ "access": "public"
16
+ }
17
+ }