@thi.ng/meta-css 0.17.5 → 0.17.7
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 +2 -2
- package/package.json +23 -19
package/CHANGELOG.md
CHANGED
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 200 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
|
>
|
|
@@ -2829,4 +2829,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
2829
2829
|
|
|
2830
2830
|
## License
|
|
2831
2831
|
|
|
2832
|
-
© 2023 -
|
|
2832
|
+
© 2023 - 2025 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.17.
|
|
3
|
+
"version": "0.17.7",
|
|
4
4
|
"description": "Data-driven CSS framework codegen, transpiler & bundler",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -22,6 +22,10 @@
|
|
|
22
22
|
{
|
|
23
23
|
"type": "patreon",
|
|
24
24
|
"url": "https://patreon.com/thing_umbrella"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"type": "liberapay",
|
|
28
|
+
"url": "https://liberapay.com/thi.ng"
|
|
25
29
|
}
|
|
26
30
|
],
|
|
27
31
|
"author": "Karsten Schmidt (https://thi.ng)",
|
|
@@ -41,25 +45,25 @@
|
|
|
41
45
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
42
46
|
},
|
|
43
47
|
"dependencies": {
|
|
44
|
-
"@thi.ng/api": "^8.11.
|
|
45
|
-
"@thi.ng/args": "^2.3.
|
|
46
|
-
"@thi.ng/arrays": "^2.10.
|
|
47
|
-
"@thi.ng/checks": "^3.6.
|
|
48
|
-
"@thi.ng/compare": "^2.4.
|
|
49
|
-
"@thi.ng/errors": "^2.5.
|
|
50
|
-
"@thi.ng/file-io": "^2.1.
|
|
51
|
-
"@thi.ng/hiccup-css": "^2.7.
|
|
52
|
-
"@thi.ng/logger": "^3.0.
|
|
53
|
-
"@thi.ng/memoize": "^4.0.
|
|
54
|
-
"@thi.ng/rstream": "^9.2.
|
|
55
|
-
"@thi.ng/strings": "^3.
|
|
56
|
-
"@thi.ng/text-format": "^2.2.
|
|
57
|
-
"@thi.ng/transducers": "^9.2.
|
|
48
|
+
"@thi.ng/api": "^8.11.16",
|
|
49
|
+
"@thi.ng/args": "^2.3.52",
|
|
50
|
+
"@thi.ng/arrays": "^2.10.9",
|
|
51
|
+
"@thi.ng/checks": "^3.6.18",
|
|
52
|
+
"@thi.ng/compare": "^2.4.8",
|
|
53
|
+
"@thi.ng/errors": "^2.5.22",
|
|
54
|
+
"@thi.ng/file-io": "^2.1.20",
|
|
55
|
+
"@thi.ng/hiccup-css": "^2.7.32",
|
|
56
|
+
"@thi.ng/logger": "^3.0.26",
|
|
57
|
+
"@thi.ng/memoize": "^4.0.6",
|
|
58
|
+
"@thi.ng/rstream": "^9.2.3",
|
|
59
|
+
"@thi.ng/strings": "^3.9.0",
|
|
60
|
+
"@thi.ng/text-format": "^2.2.21",
|
|
61
|
+
"@thi.ng/transducers": "^9.2.12"
|
|
58
62
|
},
|
|
59
63
|
"devDependencies": {
|
|
60
|
-
"@microsoft/api-extractor": "^7.48.
|
|
61
|
-
"esbuild": "^0.24.
|
|
62
|
-
"typedoc": "^0.27.
|
|
64
|
+
"@microsoft/api-extractor": "^7.48.1",
|
|
65
|
+
"esbuild": "^0.24.2",
|
|
66
|
+
"typedoc": "^0.27.6",
|
|
63
67
|
"typescript": "^5.7.2"
|
|
64
68
|
},
|
|
65
69
|
"keywords": [
|
|
@@ -110,5 +114,5 @@
|
|
|
110
114
|
"status": "alpha",
|
|
111
115
|
"year": 2023
|
|
112
116
|
},
|
|
113
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "56c1d57a96565bbcc8c06c73779a619bba0db368\n"
|
|
114
118
|
}
|