@thi.ng/hiccup-html 2.8.0 → 2.8.1

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
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 214 standalone projects, maintained as part
10
+ > This is one of 215 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
12
  > and anti-framework.
13
13
  >
@@ -298,7 +298,7 @@ Browser ESM import:
298
298
 
299
299
  [JSDelivr documentation](https://www.jsdelivr.com/)
300
300
 
301
- Package sizes (brotli'd, pre-treeshake): ESM: 1.63 KB
301
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.64 KB
302
302
 
303
303
  ## Dependencies
304
304
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-html",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,7 +40,7 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.19"
43
+ "@thi.ng/api": "^8.12.20"
44
44
  },
45
45
  "devDependencies": {
46
46
  "esbuild": "^0.28.0",
@@ -114,5 +114,5 @@
114
114
  ],
115
115
  "year": 2020
116
116
  },
117
- "gitHead": "2085e9600e121134429c85f6d0ead46e3ce920ca"
117
+ "gitHead": "92be63f24030506f09d6d156804da2798c381dc4"
118
118
  }