@thi.ng/morton
Advanced tools
Comparing version 3.1.62 to 3.1.63
{ | ||
"name": "@thi.ng/morton", | ||
"version": "3.1.62", | ||
"version": "3.1.63", | ||
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", | ||
@@ -38,6 +38,6 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.17", | ||
"@thi.ng/binary": "^3.4.5", | ||
"@thi.ng/api": "^8.9.18", | ||
"@thi.ng/binary": "^3.4.6", | ||
"@thi.ng/errors": "^2.4.11", | ||
"@thi.ng/math": "^5.7.12" | ||
"@thi.ng/math": "^5.8.0" | ||
}, | ||
@@ -108,3 +108,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n" | ||
"gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n" | ||
} |
45394
Updated@thi.ng/api@^8.9.18
Updated@thi.ng/binary@^3.4.6
Updated@thi.ng/math@^5.8.0