@thi.ng/geom-hull
Advanced tools
Comparing version 2.1.135 to 2.1.136
{ | ||
"name": "@thi.ng/geom-hull", | ||
"version": "2.1.135", | ||
"version": "2.1.136", | ||
"description": "Fast 2D convex hull (Graham Scan)", | ||
@@ -39,4 +39,4 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/math": "^5.11.6", | ||
"@thi.ng/vectors": "^7.11.7" | ||
"@thi.ng/math": "^5.11.7", | ||
"@thi.ng/vectors": "^7.11.8" | ||
}, | ||
@@ -81,3 +81,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n" | ||
"gitHead": "e914ebbd81c56783c39cf746548c547cbacadc96\n" | ||
} |
Updated@thi.ng/math@^5.11.7
Updated@thi.ng/vectors@^7.11.8