@thi.ng/hiccup-svg
Advanced tools
Comparing version 5.4.0 to 5.4.1
# Change Log | ||
- **Last updated**: 2024-09-16T13:25:24Z | ||
- **Last updated**: 2024-09-19T21:09:34Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -194,2 +194,7 @@ import { implementsFunction } from "@thi.ng/checks/implements-function"; | ||
break; | ||
// case "filter": | ||
// TODO needs to be translated into <filter> def first | ||
// https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/filter | ||
// https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter | ||
// break; | ||
default: | ||
@@ -196,0 +201,0 @@ res[id] = v; |
{ | ||
"name": "@thi.ng/hiccup-svg", | ||
"version": "5.4.0", | ||
"version": "5.4.1", | ||
"description": "SVG element functions for @thi.ng/hiccup & related tooling", | ||
@@ -39,12 +39,12 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.9", | ||
"@thi.ng/checks": "^3.6.11", | ||
"@thi.ng/color": "^5.7.4", | ||
"@thi.ng/prefixes": "^2.3.26" | ||
"@thi.ng/api": "^8.11.10", | ||
"@thi.ng/checks": "^3.6.12", | ||
"@thi.ng/color": "^5.7.5", | ||
"@thi.ng/prefixes": "^2.3.27" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.5", | ||
"esbuild": "^0.23.0", | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.4" | ||
"@microsoft/api-extractor": "^7.47.9", | ||
"esbuild": "^0.23.1", | ||
"typedoc": "^0.26.7", | ||
"typescript": "^5.6.2" | ||
}, | ||
@@ -144,3 +144,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "8335e9571c2b9b13844ee4d8d24f99143c5f8816\n" | ||
"gitHead": "b52baa3750ddd1256892df966ab7ac9b4806a9ef\n" | ||
} |
73235
868
Updated@thi.ng/api@^8.11.10
Updated@thi.ng/checks@^3.6.12
Updated@thi.ng/color@^5.7.5
Updated@thi.ng/prefixes@^2.3.27