@yummacss/nitro 3.9.0 → 3.10.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @yummacss/nitro
2
2
 
3
- The engine behind Yumma CSS.
3
+ Fast CSS generation for Yumma CSS.
4
4
 
5
5
  > [!WARNING]
6
6
  > This is an internal package. Most users should install [yummacss](https://www.npmjs.com/package/yummacss) instead.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yummacss/nitro",
3
- "version": "3.9.0",
4
- "description": "The engine behind Yumma CSS.",
3
+ "version": "3.10.0",
4
+ "description": "Fast CSS generation for Yumma CSS.",
5
5
  "keywords": [
6
6
  "css-framework",
7
7
  "typescript",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "globby": "^16.1.0",
35
35
  "zod": "^4.3.4",
36
- "@yummacss/core": "3.9.0"
36
+ "@yummacss/core": "3.10.0"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public",