@thi.ng/morton
Advanced tools
Comparing version 3.1.60 to 3.1.61
# Change Log | ||
- **Last updated**: 2023-12-28T23:24:39Z | ||
- **Last updated**: 2023-12-31T09:44:24Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/morton", | ||
"version": "3.1.60", | ||
"version": "3.1.61", | ||
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", | ||
@@ -38,6 +38,6 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.15", | ||
"@thi.ng/binary": "^3.4.3", | ||
"@thi.ng/errors": "^2.4.9", | ||
"@thi.ng/math": "^5.7.10" | ||
"@thi.ng/api": "^8.9.16", | ||
"@thi.ng/binary": "^3.4.4", | ||
"@thi.ng/errors": "^2.4.10", | ||
"@thi.ng/math": "^5.7.11" | ||
}, | ||
@@ -108,3 +108,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "775c664723cd87d6ac5909cedf91195317add287\n" | ||
"gitHead": "b3db173682e1148cf08a6bd907b8d90b47b7c066\n" | ||
} |
@@ -10,4 +10,5 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
This project is part of the | ||
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo and anti-framework. | ||
This is a standalone project, maintained as part of the | ||
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo and | ||
anti-framework. | ||
@@ -14,0 +15,0 @@ - [About](#about) |
45395
170
Updated@thi.ng/api@^8.9.16
Updated@thi.ng/binary@^3.4.4
Updated@thi.ng/errors@^2.4.10
Updated@thi.ng/math@^5.7.11