@thi.ng/geom-hull
Advanced tools
Comparing version 2.1.112 to 2.1.113
{ | ||
"name": "@thi.ng/geom-hull", | ||
"version": "2.1.112", | ||
"version": "2.1.113", | ||
"description": "Fast 2D convex hull (Graham Scan)", | ||
@@ -39,4 +39,4 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/math": "^5.10.5", | ||
"@thi.ng/vectors": "^7.10.16" | ||
"@thi.ng/math": "^5.10.6", | ||
"@thi.ng/vectors": "^7.10.17" | ||
}, | ||
@@ -81,3 +81,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n" | ||
"gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n" | ||
} |
Updated@thi.ng/math@^5.10.6
Updated@thi.ng/vectors@^7.10.17