@thi.ng/meta-css 0.7.6 → 0.7.8
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 +12 -12
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1033,7 +1033,7 @@ distributed as CLI bundle with **no runtime dependencies**. The following
|
|
|
1033
1033
|
dependencies are only shown for informational purposes and are (partially)
|
|
1034
1034
|
included in the bundle.
|
|
1035
1035
|
|
|
1036
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 12.
|
|
1036
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 12.25 KB
|
|
1037
1037
|
|
|
1038
1038
|
## Dependencies
|
|
1039
1039
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/meta-css",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.8",
|
|
4
4
|
"description": "Data-driven CSS framework codegen, transpiler & bundler",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -38,18 +38,18 @@
|
|
|
38
38
|
"test": "bun test"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@thi.ng/api": "^8.9.
|
|
42
|
-
"@thi.ng/args": "^2.3.
|
|
43
|
-
"@thi.ng/arrays": "^2.8.
|
|
41
|
+
"@thi.ng/api": "^8.9.26",
|
|
42
|
+
"@thi.ng/args": "^2.3.18",
|
|
43
|
+
"@thi.ng/arrays": "^2.8.3",
|
|
44
44
|
"@thi.ng/checks": "^3.5.0",
|
|
45
45
|
"@thi.ng/errors": "^2.4.18",
|
|
46
|
-
"@thi.ng/file-io": "^1.3.
|
|
47
|
-
"@thi.ng/hiccup-css": "^2.6.
|
|
48
|
-
"@thi.ng/logger": "^3.0.
|
|
49
|
-
"@thi.ng/rstream": "^8.3.
|
|
50
|
-
"@thi.ng/strings": "^3.7.
|
|
51
|
-
"@thi.ng/text-format": "^2.1.
|
|
52
|
-
"@thi.ng/transducers": "^8.9.
|
|
46
|
+
"@thi.ng/file-io": "^1.3.4",
|
|
47
|
+
"@thi.ng/hiccup-css": "^2.6.6",
|
|
48
|
+
"@thi.ng/logger": "^3.0.3",
|
|
49
|
+
"@thi.ng/rstream": "^8.3.8",
|
|
50
|
+
"@thi.ng/strings": "^3.7.18",
|
|
51
|
+
"@thi.ng/text-format": "^2.1.3",
|
|
52
|
+
"@thi.ng/transducers": "^8.9.7"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@microsoft/api-extractor": "^7.40.1",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"status": "alpha",
|
|
107
107
|
"year": 2023
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "190d68e7f7524631b333cfdbf32c6a23be27c166\n"
|
|
110
110
|
}
|