@thi.ng/geom-hull
Advanced tools
Comparing version 2.1.130 to 2.1.131
{ | ||
"name": "@thi.ng/geom-hull", | ||
"version": "2.1.130", | ||
"version": "2.1.131", | ||
"description": "Fast 2D convex hull (Graham Scan)", | ||
@@ -39,4 +39,4 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/math": "^5.11.2", | ||
"@thi.ng/vectors": "^7.11.2" | ||
"@thi.ng/math": "^5.11.3", | ||
"@thi.ng/vectors": "^7.11.3" | ||
}, | ||
@@ -81,3 +81,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "70f493d9ccc97c5df5dda7e808e96cd1691097fc\n" | ||
"gitHead": "ba4f2cd15eeb0cae30efe222524da4fed2a57267\n" | ||
} |
Updated@thi.ng/math@^5.11.3
Updated@thi.ng/vectors@^7.11.3