@thi.ng/meta-css 0.19.37 → 0.19.39
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/README.md +1 -1
- package/package.json +18 -18
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.
|
|
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.
|
|
3
|
+
"version": "0.19.39",
|
|
4
4
|
"description": "Data-driven CSS framework codegen, transpiler & bundler",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -44,24 +44,24 @@
|
|
|
44
44
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@thi.ng/api": "^8.12.
|
|
48
|
-
"@thi.ng/args": "^3.2.
|
|
49
|
-
"@thi.ng/arrays": "^2.
|
|
50
|
-
"@thi.ng/checks": "^3.7.
|
|
51
|
-
"@thi.ng/compare": "^2.4.
|
|
52
|
-
"@thi.ng/errors": "^2.5.
|
|
53
|
-
"@thi.ng/file-io": "^2.2.
|
|
54
|
-
"@thi.ng/hiccup-css": "^2.7.
|
|
55
|
-
"@thi.ng/logger": "^3.2.
|
|
56
|
-
"@thi.ng/memoize": "^4.0.
|
|
57
|
-
"@thi.ng/rstream": "^9.3.
|
|
58
|
-
"@thi.ng/strings": "^3.9.
|
|
59
|
-
"@thi.ng/text-format": "^2.2.
|
|
60
|
-
"@thi.ng/transducers": "^9.6.
|
|
47
|
+
"@thi.ng/api": "^8.12.8",
|
|
48
|
+
"@thi.ng/args": "^3.2.3",
|
|
49
|
+
"@thi.ng/arrays": "^2.14.1",
|
|
50
|
+
"@thi.ng/checks": "^3.7.24",
|
|
51
|
+
"@thi.ng/compare": "^2.4.34",
|
|
52
|
+
"@thi.ng/errors": "^2.5.48",
|
|
53
|
+
"@thi.ng/file-io": "^2.2.18",
|
|
54
|
+
"@thi.ng/hiccup-css": "^2.7.72",
|
|
55
|
+
"@thi.ng/logger": "^3.2.7",
|
|
56
|
+
"@thi.ng/memoize": "^4.0.32",
|
|
57
|
+
"@thi.ng/rstream": "^9.3.6",
|
|
58
|
+
"@thi.ng/strings": "^3.9.29",
|
|
59
|
+
"@thi.ng/text-format": "^2.2.48",
|
|
60
|
+
"@thi.ng/transducers": "^9.6.17"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@types/node": "^24.
|
|
64
|
-
"esbuild": "^0.
|
|
63
|
+
"@types/node": "^24.10.1",
|
|
64
|
+
"esbuild": "^0.27.0",
|
|
65
65
|
"typedoc": "^0.28.14",
|
|
66
66
|
"typescript": "^5.9.3"
|
|
67
67
|
},
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"status": "alpha",
|
|
114
114
|
"year": 2023
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "be6e7657b1e5c54d7d648d1b52888a7297e95a17\n"
|
|
117
117
|
}
|