@thi.ng/geom-hull
Advanced tools
Comparing version 2.1.102 to 2.1.103
{ | ||
"name": "@thi.ng/geom-hull", | ||
"version": "2.1.102", | ||
"version": "2.1.103", | ||
"description": "Fast 2D convex hull (Graham Scan)", | ||
@@ -38,4 +38,4 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/math": "^5.9.1", | ||
"@thi.ng/vectors": "^7.10.6" | ||
"@thi.ng/math": "^5.10.0", | ||
"@thi.ng/vectors": "^7.10.7" | ||
}, | ||
@@ -80,3 +80,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "e5e7d5c6ed2eadee7a91d59cbd0c86ce880ab1c5\n" | ||
"gitHead": "25ee18f7db6d03f0b76787267ab071d16df94888\n" | ||
} |
23259
Updated@thi.ng/math@^5.10.0
Updated@thi.ng/vectors@^7.10.7