@thi.ng/meta-css 0.19.42 → 0.19.43
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 +1 -1
- 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 212 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
|
>
|
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.43",
|
|
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.11",
|
|
48
|
+
"@thi.ng/args": "^3.2.6",
|
|
49
|
+
"@thi.ng/arrays": "^2.14.4",
|
|
50
|
+
"@thi.ng/checks": "^3.8.1",
|
|
51
|
+
"@thi.ng/compare": "^2.4.37",
|
|
52
|
+
"@thi.ng/errors": "^2.6.0",
|
|
53
|
+
"@thi.ng/file-io": "^2.2.21",
|
|
54
|
+
"@thi.ng/hiccup-css": "^2.7.75",
|
|
55
|
+
"@thi.ng/logger": "^3.2.10",
|
|
56
|
+
"@thi.ng/memoize": "^4.0.35",
|
|
57
|
+
"@thi.ng/rstream": "^9.3.10",
|
|
58
|
+
"@thi.ng/strings": "^3.9.32",
|
|
59
|
+
"@thi.ng/text-format": "^2.2.51",
|
|
60
|
+
"@thi.ng/transducers": "^9.6.20"
|
|
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": "e7a21b9d2a188fa04d4c893d8531c40fbc0f4c06\n"
|
|
117
117
|
}
|