@thi.ng/meta-css 0.17.4 → 0.17.5
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/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -2767,7 +2767,7 @@ distributed as CLI bundle with **no runtime dependencies**. The following
|
|
|
2767
2767
|
dependencies are only shown for informational purposes and are (partially)
|
|
2768
2768
|
included in the bundle.
|
|
2769
2769
|
|
|
2770
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 13.
|
|
2770
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 13.85 KB
|
|
2771
2771
|
|
|
2772
2772
|
## Dependencies
|
|
2773
2773
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/meta-css",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.5",
|
|
4
4
|
"description": "Data-driven CSS framework codegen, transpiler & bundler",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
"status": "alpha",
|
|
111
111
|
"year": 2023
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "113931a9094c28ae069bcea99adcf4222784d64f\n"
|
|
114
114
|
}
|