@thi.ng/meta-css 0.19.45 → 0.19.46
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 +18 -17
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 214 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
|
>
|
|
@@ -2759,7 +2759,7 @@ The toolchain itself is distributed as CLI bundle with **no runtime
|
|
|
2759
2759
|
dependencies**. The following dependencies are only shown for informational
|
|
2760
2760
|
purposes and are (partially) included in the bundle.
|
|
2761
2761
|
|
|
2762
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 14.
|
|
2762
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 14.30 KB
|
|
2763
2763
|
|
|
2764
2764
|
## Dependencies
|
|
2765
2765
|
|
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.46",
|
|
4
4
|
"description": "Data-driven CSS framework codegen, transpiler & bundler",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"sideEffects": false,
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "https://github.com/thi-ng/umbrella.git"
|
|
14
|
+
"url": "git+https://github.com/thi-ng/umbrella.git",
|
|
15
|
+
"directory": "packages/meta-css"
|
|
15
16
|
},
|
|
16
17
|
"homepage": "https://thi.ng/meta-css",
|
|
17
18
|
"funding": [
|
|
@@ -44,20 +45,20 @@
|
|
|
44
45
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
45
46
|
},
|
|
46
47
|
"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.6.
|
|
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.
|
|
48
|
+
"@thi.ng/api": "^8.12.14",
|
|
49
|
+
"@thi.ng/args": "^3.2.9",
|
|
50
|
+
"@thi.ng/arrays": "^2.14.7",
|
|
51
|
+
"@thi.ng/checks": "^3.8.4",
|
|
52
|
+
"@thi.ng/compare": "^2.4.40",
|
|
53
|
+
"@thi.ng/errors": "^2.6.3",
|
|
54
|
+
"@thi.ng/file-io": "^2.2.24",
|
|
55
|
+
"@thi.ng/hiccup-css": "^2.7.78",
|
|
56
|
+
"@thi.ng/logger": "^3.2.13",
|
|
57
|
+
"@thi.ng/memoize": "^4.0.38",
|
|
58
|
+
"@thi.ng/rstream": "^9.3.13",
|
|
59
|
+
"@thi.ng/strings": "^3.9.35",
|
|
60
|
+
"@thi.ng/text-format": "^2.2.54",
|
|
61
|
+
"@thi.ng/transducers": "^9.6.23"
|
|
61
62
|
},
|
|
62
63
|
"devDependencies": {
|
|
63
64
|
"@types/node": "^24.10.9",
|
|
@@ -113,5 +114,5 @@
|
|
|
113
114
|
"status": "alpha",
|
|
114
115
|
"year": 2023
|
|
115
116
|
},
|
|
116
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "4bd1b9d8ae52ba32b90a1b9a55d329c708ca7865\n"
|
|
117
118
|
}
|