@thi.ng/hiccup 5.4.0 → 5.4.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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -184,7 +184,7 @@ For Node.js REPL:
184
184
  const h = await import("@thi.ng/hiccup");
185
185
  ```
186
186
 
187
- Package sizes (brotli'd, pre-treeshake): ESM: 2.24 KB
187
+ Package sizes (brotli'd, pre-treeshake): ESM: 2.27 KB
188
188
 
189
189
  ## Dependencies
190
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup",
3
- "version": "5.4.0",
3
+ "version": "5.4.1",
4
4
  "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -44,7 +44,7 @@
44
44
  "@thi.ng/api": "^8.12.17",
45
45
  "@thi.ng/checks": "^3.8.7",
46
46
  "@thi.ng/errors": "^2.6.6",
47
- "@thi.ng/strings": "^3.10.1"
47
+ "@thi.ng/strings": "^3.11.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "esbuild": "^0.27.2",
@@ -131,5 +131,5 @@
131
131
  ],
132
132
  "year": 2016
133
133
  },
134
- "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n"
134
+ "gitHead": "d46ec975b426bb2ceb137cab734395c97436d59b\n"
135
135
  }