@thi.ng/geom-closest-point
Advanced tools
Comparing version 2.1.112 to 2.1.113
{ | ||
"name": "@thi.ng/geom-closest-point", | ||
"version": "2.1.112", | ||
"version": "2.1.113", | ||
"description": "2D / 3D closest point / proximity helpers", | ||
@@ -39,5 +39,5 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.28", | ||
"@thi.ng/math": "^5.10.5", | ||
"@thi.ng/vectors": "^7.10.16" | ||
"@thi.ng/api": "^8.9.29", | ||
"@thi.ng/math": "^5.10.6", | ||
"@thi.ng/vectors": "^7.10.17" | ||
}, | ||
@@ -108,3 +108,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n" | ||
"gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n" | ||
} |
Updated@thi.ng/api@^8.9.29
Updated@thi.ng/math@^5.10.6
Updated@thi.ng/vectors@^7.10.17