@thi.ng/meta-css 0.19.13 → 0.19.15

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-07-11T22:07:07Z
3
+ - **Last updated**: 2025-07-17T15:09:00Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
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: 14.11 KB
2761
+ Package sizes (brotli'd, pre-treeshake): ESM: 14.16 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.13",
3
+ "version": "0.19.15",
4
4
  "description": "Data-driven CSS framework codegen, transpiler & bundler",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -46,18 +46,18 @@
46
46
  "dependencies": {
47
47
  "@thi.ng/api": "^8.11.30",
48
48
  "@thi.ng/args": "^2.8.1",
49
- "@thi.ng/arrays": "^2.13.2",
49
+ "@thi.ng/arrays": "^2.13.3",
50
50
  "@thi.ng/checks": "^3.7.10",
51
51
  "@thi.ng/compare": "^2.4.22",
52
52
  "@thi.ng/errors": "^2.5.36",
53
53
  "@thi.ng/file-io": "^2.2.1",
54
- "@thi.ng/hiccup-css": "^2.7.55",
54
+ "@thi.ng/hiccup-css": "^2.7.56",
55
55
  "@thi.ng/logger": "^3.1.11",
56
56
  "@thi.ng/memoize": "^4.0.20",
57
- "@thi.ng/rstream": "^9.2.31",
57
+ "@thi.ng/rstream": "^9.2.32",
58
58
  "@thi.ng/strings": "^3.9.16",
59
59
  "@thi.ng/text-format": "^2.2.35",
60
- "@thi.ng/transducers": "^9.6.0"
60
+ "@thi.ng/transducers": "^9.6.1"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/node": "^24.0.12",
@@ -113,5 +113,5 @@
113
113
  "status": "alpha",
114
114
  "year": 2023
115
115
  },
116
- "gitHead": "63a8b97642b9c481bb623e8d53e6250749a2cbfb\n"
116
+ "gitHead": "4e98c38a817045d0e9a5b8bb6da23c00a721c3e0\n"
117
117
  }