@thi.ng/morton
Advanced tools
Comparing version 3.1.30 to 3.1.31
# Change Log | ||
- **Last updated**: 2023-02-10T14:03:10Z | ||
- **Last updated**: 2023-03-02T18:09:03Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/morton", | ||
"version": "3.1.30", | ||
"version": "3.1.31", | ||
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", | ||
@@ -37,6 +37,6 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.7.2", | ||
"@thi.ng/binary": "^3.3.19", | ||
"@thi.ng/errors": "^2.2.11", | ||
"@thi.ng/math": "^5.4.3" | ||
"@thi.ng/api": "^8.7.3", | ||
"@thi.ng/binary": "^3.3.20", | ||
"@thi.ng/errors": "^2.2.12", | ||
"@thi.ng/math": "^5.4.4" | ||
}, | ||
@@ -108,3 +108,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "cafa4ecea90fb681949dc3885a5bd6ddefa38b51\n" | ||
"gitHead": "a2915dee637c1b8cd2e11a78a23bd035e4f750e7\n" | ||
} |
Updated@thi.ng/api@^8.7.3
Updated@thi.ng/binary@^3.3.20
Updated@thi.ng/errors@^2.2.12
Updated@thi.ng/math@^5.4.4