@thi.ng/meta-css 0.19.3 → 0.19.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 +5 -5
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -2758,7 +2758,7 @@ The toolchain itself is distributed as CLI bundle with **no runtime
|
|
|
2758
2758
|
dependencies**. The following dependencies are only shown for informational
|
|
2759
2759
|
purposes and are (partially) included in the bundle.
|
|
2760
2760
|
|
|
2761
|
-
Package sizes (brotli'd, pre-treeshake): ESM:
|
|
2761
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 14.03 KB
|
|
2762
2762
|
|
|
2763
2763
|
## Dependencies
|
|
2764
2764
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/meta-css",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.5",
|
|
4
4
|
"description": "Data-driven CSS framework codegen, transpiler & bundler",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@thi.ng/api": "^8.11.29",
|
|
48
|
-
"@thi.ng/args": "^2.6.
|
|
48
|
+
"@thi.ng/args": "^2.6.2",
|
|
49
49
|
"@thi.ng/arrays": "^2.13.1",
|
|
50
50
|
"@thi.ng/checks": "^3.7.9",
|
|
51
51
|
"@thi.ng/compare": "^2.4.21",
|
|
52
52
|
"@thi.ng/errors": "^2.5.35",
|
|
53
|
-
"@thi.ng/file-io": "^2.
|
|
53
|
+
"@thi.ng/file-io": "^2.2.0",
|
|
54
54
|
"@thi.ng/hiccup-css": "^2.7.52",
|
|
55
55
|
"@thi.ng/logger": "^3.1.10",
|
|
56
56
|
"@thi.ng/memoize": "^4.0.19",
|
|
57
|
-
"@thi.ng/rstream": "^9.2.
|
|
57
|
+
"@thi.ng/rstream": "^9.2.26",
|
|
58
58
|
"@thi.ng/strings": "^3.9.15",
|
|
59
59
|
"@thi.ng/text-format": "^2.2.34",
|
|
60
60
|
"@thi.ng/transducers": "^9.4.3"
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"status": "alpha",
|
|
114
114
|
"year": 2023
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "06e582f962a9cd3abb905e91d97d652e1d3bb971\n"
|
|
117
117
|
}
|