@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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -2
  3. package/package.json +23 -19
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-12-13T12:48:33Z
3
+ - **Last updated**: 2024-12-27T14:11:37Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 199 standalone projects, maintained as part
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.78 KB
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.4",
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.14",
45
- "@thi.ng/args": "^2.3.50",
46
- "@thi.ng/arrays": "^2.10.7",
47
- "@thi.ng/checks": "^3.6.16",
48
- "@thi.ng/compare": "^2.4.6",
49
- "@thi.ng/errors": "^2.5.20",
50
- "@thi.ng/file-io": "^2.1.18",
51
- "@thi.ng/hiccup-css": "^2.7.30",
52
- "@thi.ng/logger": "^3.0.24",
53
- "@thi.ng/memoize": "^4.0.4",
54
- "@thi.ng/rstream": "^9.2.1",
55
- "@thi.ng/strings": "^3.8.12",
56
- "@thi.ng/text-format": "^2.2.19",
57
- "@thi.ng/transducers": "^9.2.10"
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.0",
61
- "esbuild": "^0.24.0",
62
- "typedoc": "^0.27.4",
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": "528f77dfa5fe32a8f8d3d7c56aa696d3a6917546\n"
117
+ "gitHead": "48bf4c22bf23f88ac99f435106af2214f79a0be1\n"
114
118
  }