@thi.ng/hiccup-html 2.2.0 → 2.2.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-11-30T22:27:37Z
3
+ - **Last updated**: 2022-12-10T14:04:38Z
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
@@ -189,7 +189,7 @@ node --experimental-repl-await
189
189
  > const hiccupHtml = await import("@thi.ng/hiccup-html");
190
190
  ```
191
191
 
192
- Package sizes (brotli'd, pre-treeshake): ESM: 1.45 KB
192
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.48 KB
193
193
 
194
194
  ## Dependencies
195
195
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-html",
3
- "version": "2.2.0",
3
+ "version": "2.2.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",
@@ -110,5 +110,5 @@
110
110
  ],
111
111
  "year": 2020
112
112
  },
113
- "gitHead": "1fe40da507070653f420156d91e6b27cf682004f\n"
113
+ "gitHead": "5178ea1d7f4b2de86cf5101bdd73f6567518c0bd\n"
114
114
  }