@thi.ng/morton
Advanced tools
Comparing version 3.1.61 to 3.1.62
# Change Log | ||
- **Last updated**: 2023-12-31T09:44:24Z | ||
- **Last updated**: 2024-01-23T15:58:27Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/morton", | ||
"version": "3.1.61", | ||
"version": "3.1.62", | ||
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", | ||
@@ -38,6 +38,6 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.16", | ||
"@thi.ng/binary": "^3.4.4", | ||
"@thi.ng/errors": "^2.4.10", | ||
"@thi.ng/math": "^5.7.11" | ||
"@thi.ng/api": "^8.9.17", | ||
"@thi.ng/binary": "^3.4.5", | ||
"@thi.ng/errors": "^2.4.11", | ||
"@thi.ng/math": "^5.7.12" | ||
}, | ||
@@ -108,3 +108,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "b3db173682e1148cf08a6bd907b8d90b47b7c066\n" | ||
"gitHead": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n" | ||
} |
@@ -169,2 +169,2 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
© 2015 - 2023 Karsten Schmidt // Apache License 2.0 | ||
© 2015 - 2024 Karsten Schmidt // Apache License 2.0 |
Updated@thi.ng/api@^8.9.17
Updated@thi.ng/binary@^3.4.5
Updated@thi.ng/errors@^2.4.11
Updated@thi.ng/math@^5.7.12