@thi.ng/meta-css 0.19.42 → 0.19.44
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 +2 -2
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 213 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -2821,4 +2821,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
2821
2821
|
|
|
2822
2822
|
## License
|
|
2823
2823
|
|
|
2824
|
-
© 2023 -
|
|
2824
|
+
© 2023 - 2026 Karsten Schmidt // Apache License 2.0
|
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.44",
|
|
4
4
|
"description": "Data-driven CSS framework codegen, transpiler & bundler",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -44,20 +44,20 @@
|
|
|
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.14.
|
|
50
|
-
"@thi.ng/checks": "^3.8.
|
|
51
|
-
"@thi.ng/compare": "^2.4.
|
|
52
|
-
"@thi.ng/errors": "^2.
|
|
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.12",
|
|
48
|
+
"@thi.ng/args": "^3.2.7",
|
|
49
|
+
"@thi.ng/arrays": "^2.14.5",
|
|
50
|
+
"@thi.ng/checks": "^3.8.2",
|
|
51
|
+
"@thi.ng/compare": "^2.4.38",
|
|
52
|
+
"@thi.ng/errors": "^2.6.1",
|
|
53
|
+
"@thi.ng/file-io": "^2.2.22",
|
|
54
|
+
"@thi.ng/hiccup-css": "^2.7.76",
|
|
55
|
+
"@thi.ng/logger": "^3.2.11",
|
|
56
|
+
"@thi.ng/memoize": "^4.0.36",
|
|
57
|
+
"@thi.ng/rstream": "^9.3.11",
|
|
58
|
+
"@thi.ng/strings": "^3.9.33",
|
|
59
|
+
"@thi.ng/text-format": "^2.2.52",
|
|
60
|
+
"@thi.ng/transducers": "^9.6.21"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@types/node": "^24.10.1",
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"status": "alpha",
|
|
114
114
|
"year": 2023
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
|
|
117
117
|
}
|