@thi.ng/meta-css 0.19.37 → 0.19.38

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 +10 -10
package/README.md CHANGED
@@ -2759,7 +2759,7 @@ The toolchain itself is distributed as CLI bundle with **no runtime
2759
2759
  dependencies**. The following dependencies are only shown for informational
2760
2760
  purposes and are (partially) included in the bundle.
2761
2761
 
2762
- Package sizes (brotli'd, pre-treeshake): ESM: 14.29 KB
2762
+ Package sizes (brotli'd, pre-treeshake): ESM: 14.30 KB
2763
2763
 
2764
2764
  ## Dependencies
2765
2765
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/meta-css",
3
- "version": "0.19.37",
3
+ "version": "0.19.38",
4
4
  "description": "Data-driven CSS framework codegen, transpiler & bundler",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -45,19 +45,19 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@thi.ng/api": "^8.12.7",
48
- "@thi.ng/args": "^3.2.1",
49
- "@thi.ng/arrays": "^2.13.16",
48
+ "@thi.ng/args": "^3.2.2",
49
+ "@thi.ng/arrays": "^2.14.0",
50
50
  "@thi.ng/checks": "^3.7.23",
51
51
  "@thi.ng/compare": "^2.4.33",
52
52
  "@thi.ng/errors": "^2.5.47",
53
- "@thi.ng/file-io": "^2.2.16",
54
- "@thi.ng/hiccup-css": "^2.7.70",
53
+ "@thi.ng/file-io": "^2.2.17",
54
+ "@thi.ng/hiccup-css": "^2.7.71",
55
55
  "@thi.ng/logger": "^3.2.6",
56
56
  "@thi.ng/memoize": "^4.0.31",
57
- "@thi.ng/rstream": "^9.3.4",
58
- "@thi.ng/strings": "^3.9.27",
59
- "@thi.ng/text-format": "^2.2.46",
60
- "@thi.ng/transducers": "^9.6.15"
57
+ "@thi.ng/rstream": "^9.3.5",
58
+ "@thi.ng/strings": "^3.9.28",
59
+ "@thi.ng/text-format": "^2.2.47",
60
+ "@thi.ng/transducers": "^9.6.16"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/node": "^24.9.1",
@@ -113,5 +113,5 @@
113
113
  "status": "alpha",
114
114
  "year": 2023
115
115
  },
116
- "gitHead": "3803db897b51a69c7c37416308c48efa7f354feb\n"
116
+ "gitHead": "74b6f319d8f52c9266d97f616be5298a6a5b96e4\n"
117
117
  }