@thi.ng/geom-accel
Advanced tools
Comparing version 3.5.52 to 3.5.53
{ | ||
"name": "@thi.ng/geom-accel", | ||
"version": "3.5.52", | ||
"version": "3.5.53", | ||
"description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", | ||
@@ -42,11 +42,11 @@ "type": "module", | ||
"@thi.ng/checks": "^3.5.0", | ||
"@thi.ng/distance": "^2.4.52", | ||
"@thi.ng/distance": "^2.4.53", | ||
"@thi.ng/equiv": "^2.1.49", | ||
"@thi.ng/errors": "^2.4.18", | ||
"@thi.ng/geom-api": "^3.4.68", | ||
"@thi.ng/geom-isec": "^2.1.110", | ||
"@thi.ng/geom-api": "^3.4.69", | ||
"@thi.ng/geom-isec": "^2.1.111", | ||
"@thi.ng/heaps": "^2.1.61", | ||
"@thi.ng/math": "^5.10.2", | ||
"@thi.ng/transducers": "^8.9.5", | ||
"@thi.ng/vectors": "^7.10.10" | ||
"@thi.ng/transducers": "^8.9.6", | ||
"@thi.ng/vectors": "^7.10.11" | ||
}, | ||
@@ -121,3 +121,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n" | ||
"gitHead": "16f2b92b5410bd35dcde6c2971c8e62783ebc472\n" | ||
} |
Updated@thi.ng/distance@^2.4.53
Updated@thi.ng/geom-api@^3.4.69
Updated@thi.ng/geom-isec@^2.1.111
Updated@thi.ng/transducers@^8.9.6
Updated@thi.ng/vectors@^7.10.11