@thi.ng/hiccup 4.3.0 → 4.3.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**: 2023-08-27T11:20:58Z
3
+ - **Last updated**: 2023-08-29T09:49:09Z
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
@@ -169,7 +169,7 @@ For Node.js REPL:
169
169
  const hiccup = await import("@thi.ng/hiccup");
170
170
  ```
171
171
 
172
- Package sizes (brotli'd, pre-treeshake): ESM: 2.04 KB
172
+ Package sizes (brotli'd, pre-treeshake): ESM: 2.09 KB
173
173
 
174
174
  ## Dependencies
175
175
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -127,5 +127,5 @@
127
127
  ],
128
128
  "year": 2016
129
129
  },
130
- "gitHead": "5929dd20497668496af13415cdf784a4d6f69aa3\n"
130
+ "gitHead": "9dec130cc636c1da0bc4f2baa0d995579d3b7629\n"
131
131
  }