@uniai-fe/uds-foundation 0.4.7 → 0.4.8
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/THIRD_PARTY_NOTICES.md +10 -0
- package/package.json +3 -2
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Third Party Notices
|
|
2
|
+
|
|
3
|
+
Package: @uniai-fe/uds-foundation
|
|
4
|
+
|
|
5
|
+
This package declares the following direct third-party dependencies or peer dependencies.
|
|
6
|
+
Internal `@uniai-fe/*` packages are excluded from this notice file.
|
|
7
|
+
|
|
8
|
+
| Package | Relationship | Declared version | Installed metadata version | License |
|
|
9
|
+
| ------- | -------------- | ---------------- | -------------------------- | ------- |
|
|
10
|
+
| react | peerDependency | >=19 | 19.2.7 | MIT |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniai-fe/uds-foundation",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.8",
|
|
4
4
|
"description": "UNIAI Design System; Design Foundation Package",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
"files": [
|
|
29
29
|
"dist",
|
|
30
30
|
"src",
|
|
31
|
-
"css.scss"
|
|
31
|
+
"css.scss",
|
|
32
|
+
"THIRD_PARTY_NOTICES.md"
|
|
32
33
|
],
|
|
33
34
|
"main": "./dist/index.js",
|
|
34
35
|
"module": "./dist/index.js",
|