@yummacss/runtime 3.8.0 → 3.8.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.
Files changed (2) hide show
  1. package/LICENSE +2 -2
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2025-present Yumma CSS Runtime maintained by Renildo Pereira.
1
+ Copyright (c) 2023-present Yumma CSS maintained by Renildo Pereira.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
17
  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
18
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
19
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yummacss/runtime",
3
- "version": "3.8.0",
3
+ "version": "3.8.1",
4
4
  "description": "Zero-config browser runtime for Yumma CSS.",
5
5
  "keywords": [
6
6
  "css-framework",
@@ -26,7 +26,7 @@
26
26
  "directory": "packages/runtime"
27
27
  },
28
28
  "dependencies": {
29
- "@yummacss/nitro": "3.8.0"
29
+ "@yummacss/nitro": "3.8.1"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public",