@thi.ng/hiccup 5.2.11 → 5.2.12

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**: 2024-08-23T16:18:16Z
3
+ - **Last updated**: 2024-08-28T14:01:19Z
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
@@ -183,7 +183,7 @@ For Node.js REPL:
183
183
  const h = await import("@thi.ng/hiccup");
184
184
  ```
185
185
 
186
- Package sizes (brotli'd, pre-treeshake): ESM: 2.19 KB
186
+ Package sizes (brotli'd, pre-treeshake): ESM: 2.20 KB
187
187
 
188
188
  ## Dependencies
189
189
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup",
3
- "version": "5.2.11",
3
+ "version": "5.2.12",
4
4
  "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -128,5 +128,5 @@
128
128
  ],
129
129
  "year": 2016
130
130
  },
131
- "gitHead": "0d01681c64f5459647ab06f197f70dc90fb64cc9\n"
131
+ "gitHead": "502a0192bae48e69290870ea8a2767f8b81adee6\n"
132
132
  }