@tuwaio/nova-core 1.0.0-alpha.3.78a2a23 → 1.0.0-alpha.4.a67b545
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/README.md +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
@@ -54,6 +54,6 @@ For example with Tailwind CSS v4, you can use the CSS variables from this packag
|
|
54
54
|
|
55
55
|
Contributions are welcome! Please read our main **[Contribution Guidelines](https://github.com/TuwaIO/workflows/blob/main/CONTRIBUTING.md)**.
|
56
56
|
|
57
|
-
## License
|
57
|
+
## 📄 License
|
58
58
|
|
59
|
-
This project is licensed under the **Apache-2.0 License
|
59
|
+
This project is licensed under the **Apache-2.0 License** - see the [LICENSE](./LICENSE) file for details.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tuwaio/nova-core",
|
3
|
-
"version": "1.0.0-alpha.
|
3
|
+
"version": "1.0.0-alpha.4.a67b545",
|
4
4
|
"private": false,
|
5
5
|
"author": "Oleksandr Tkach",
|
6
6
|
"license": "Apache-2.0",
|
@@ -55,17 +55,17 @@
|
|
55
55
|
"tailwind-merge": ">=3"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
|
-
"@tailwindcss/postcss": "^4.1.
|
59
|
-
"@tailwindcss/vite": "^4.1.
|
60
|
-
"@types/react": "^19.1.
|
61
|
-
"@types/react-dom": "^19.1.
|
58
|
+
"@tailwindcss/postcss": "^4.1.13",
|
59
|
+
"@tailwindcss/vite": "^4.1.13",
|
60
|
+
"@types/react": "^19.1.12",
|
61
|
+
"@types/react-dom": "^19.1.9",
|
62
62
|
"autoprefixer": "^10.4.21",
|
63
63
|
"clsx": "^2.1.1",
|
64
64
|
"postcss": "^8.5.6",
|
65
65
|
"postcss-cli": "^11.0.1",
|
66
66
|
"react": "^19.1.1",
|
67
67
|
"react-dom": "^19.1.1",
|
68
|
-
"tailwindcss": "^4.1.
|
68
|
+
"tailwindcss": "^4.1.13",
|
69
69
|
"tailwind-merge": "^3.3.1",
|
70
70
|
"tsup": "^8.5.0",
|
71
71
|
"typescript": "~5.9.2"
|