@thi.ng/meta-css 0.18.1 → 0.18.2
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 +16 -16
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 202 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 @@ The toolchain itself is distributed as CLI bundle with **no runtime
|
|
|
2767
2767
|
dependencies**. The following dependencies are only shown for informational
|
|
2768
2768
|
purposes and are (partially) included in the bundle.
|
|
2769
2769
|
|
|
2770
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 13.
|
|
2770
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 13.88 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.18.
|
|
3
|
+
"version": "0.18.2",
|
|
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.11.
|
|
48
|
-
"@thi.ng/args": "^2.3.
|
|
49
|
-
"@thi.ng/arrays": "^2.10.
|
|
50
|
-
"@thi.ng/checks": "^3.6.
|
|
51
|
-
"@thi.ng/compare": "^2.4.
|
|
52
|
-
"@thi.ng/errors": "^2.5.
|
|
53
|
-
"@thi.ng/file-io": "^2.1.
|
|
54
|
-
"@thi.ng/hiccup-css": "^2.7.
|
|
55
|
-
"@thi.ng/logger": "^3.1.
|
|
56
|
-
"@thi.ng/memoize": "^4.0.
|
|
57
|
-
"@thi.ng/rstream": "^9.2.
|
|
58
|
-
"@thi.ng/strings": "^3.9.
|
|
59
|
-
"@thi.ng/text-format": "^2.2.
|
|
60
|
-
"@thi.ng/transducers": "^9.2.
|
|
47
|
+
"@thi.ng/api": "^8.11.21",
|
|
48
|
+
"@thi.ng/args": "^2.3.60",
|
|
49
|
+
"@thi.ng/arrays": "^2.10.16",
|
|
50
|
+
"@thi.ng/checks": "^3.6.24",
|
|
51
|
+
"@thi.ng/compare": "^2.4.13",
|
|
52
|
+
"@thi.ng/errors": "^2.5.27",
|
|
53
|
+
"@thi.ng/file-io": "^2.1.28",
|
|
54
|
+
"@thi.ng/hiccup-css": "^2.7.39",
|
|
55
|
+
"@thi.ng/logger": "^3.1.2",
|
|
56
|
+
"@thi.ng/memoize": "^4.0.11",
|
|
57
|
+
"@thi.ng/rstream": "^9.2.11",
|
|
58
|
+
"@thi.ng/strings": "^3.9.6",
|
|
59
|
+
"@thi.ng/text-format": "^2.2.26",
|
|
60
|
+
"@thi.ng/transducers": "^9.2.19"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"esbuild": "^0.25.0",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"status": "alpha",
|
|
113
113
|
"year": 2023
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "bee617702ac61d093465b967f8f973dc566faa6b\n"
|
|
116
116
|
}
|