@thi.ng/meta-css 0.17.4 → 0.17.6
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
|
>
|
|
@@ -2767,7 +2767,7 @@ distributed as CLI bundle with **no runtime dependencies**. The following
|
|
|
2767
2767
|
dependencies are only shown for informational purposes and are (partially)
|
|
2768
2768
|
included in the bundle.
|
|
2769
2769
|
|
|
2770
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 13.
|
|
2770
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 13.85 KB
|
|
2771
2771
|
|
|
2772
2772
|
## Dependencies
|
|
2773
2773
|
|
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.6",
|
|
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.8.
|
|
56
|
-
"@thi.ng/text-format": "^2.2.
|
|
57
|
-
"@thi.ng/transducers": "^9.2.
|
|
48
|
+
"@thi.ng/api": "^8.11.15",
|
|
49
|
+
"@thi.ng/args": "^2.3.51",
|
|
50
|
+
"@thi.ng/arrays": "^2.10.8",
|
|
51
|
+
"@thi.ng/checks": "^3.6.17",
|
|
52
|
+
"@thi.ng/compare": "^2.4.7",
|
|
53
|
+
"@thi.ng/errors": "^2.5.21",
|
|
54
|
+
"@thi.ng/file-io": "^2.1.19",
|
|
55
|
+
"@thi.ng/hiccup-css": "^2.7.31",
|
|
56
|
+
"@thi.ng/logger": "^3.0.25",
|
|
57
|
+
"@thi.ng/memoize": "^4.0.5",
|
|
58
|
+
"@thi.ng/rstream": "^9.2.2",
|
|
59
|
+
"@thi.ng/strings": "^3.8.13",
|
|
60
|
+
"@thi.ng/text-format": "^2.2.20",
|
|
61
|
+
"@thi.ng/transducers": "^9.2.11"
|
|
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": "48bf4c22bf23f88ac99f435106af2214f79a0be1\n"
|
|
114
118
|
}
|