@thi.ng/hiccup
Advanced tools
Comparing version 5.3.2 to 5.3.3
# Change Log | ||
- **Last updated**: 2025-01-29T16:25:48Z | ||
- **Last updated**: 2025-02-13T16:03:11Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/hiccup", | ||
"version": "5.3.2", | ||
"version": "5.3.3", | ||
"description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", | ||
@@ -42,11 +42,11 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.19", | ||
"@thi.ng/checks": "^3.6.22", | ||
"@thi.ng/errors": "^2.5.25", | ||
"@thi.ng/strings": "^3.9.4" | ||
"@thi.ng/api": "^8.11.20", | ||
"@thi.ng/checks": "^3.6.23", | ||
"@thi.ng/errors": "^2.5.26", | ||
"@thi.ng/strings": "^3.9.5" | ||
}, | ||
"devDependencies": { | ||
"@thi.ng/atom": "^5.3.20", | ||
"esbuild": "^0.24.2", | ||
"typedoc": "^0.27.6", | ||
"@thi.ng/atom": "^5.3.21", | ||
"esbuild": "^0.25.0", | ||
"typedoc": "^0.27.7", | ||
"typescript": "^5.7.3" | ||
@@ -134,3 +134,3 @@ }, | ||
}, | ||
"gitHead": "fc1d498e8d4b690db873c30cc594352a804e7a65\n" | ||
"gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n" | ||
} |
@@ -19,3 +19,3 @@ import type { FnU } from "@thi.ng/api"; | ||
* entities. By default uses | ||
* [`escapeEntitiesNum()`](https://docs.thi.ng/umbrella/strings/functions/escapeEntitiesNum.html). | ||
* [`escapeEntitiesNum`](https://docs.thi.ng/umbrella/strings/functions/escapeEntitiesNum.html). | ||
*/ | ||
@@ -22,0 +22,0 @@ escapeFn: FnU<string>; |
67950
Updated@thi.ng/api@^8.11.20
Updated@thi.ng/checks@^3.6.23
Updated@thi.ng/errors@^2.5.26
Updated@thi.ng/strings@^3.9.5