@thi.ng/morton
Advanced tools
Comparing version 3.1.7 to 3.1.8
# Change Log | ||
- **Last updated**: 2022-06-09T16:14:01Z | ||
- **Last updated**: 2022-07-19T15:36:12Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/morton", | ||
"version": "3.1.7", | ||
"version": "3.1.8", | ||
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", | ||
@@ -37,14 +37,14 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.7", | ||
"@thi.ng/binary": "^3.2.3", | ||
"@thi.ng/errors": "^2.1.7", | ||
"@thi.ng/math": "^5.3.3" | ||
"@thi.ng/api": "^8.3.8", | ||
"@thi.ng/binary": "^3.3.0", | ||
"@thi.ng/errors": "^2.1.8", | ||
"@thi.ng/math": "^5.3.4" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.25.0", | ||
"@thi.ng/testament": "^0.2.8", | ||
"@thi.ng/testament": "^0.2.9", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.22.17", | ||
"typescript": "^4.7.3" | ||
"typescript": "^4.7.4" | ||
}, | ||
@@ -108,3 +108,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "9e516d30a1a537e027a6b3d78bf9121bc5831d31\n" | ||
"gitHead": "108a6357b77d457912d30681d7cc5603ae995209\n" | ||
} |
Updated@thi.ng/api@^8.3.8
Updated@thi.ng/binary@^3.3.0
Updated@thi.ng/errors@^2.1.8
Updated@thi.ng/math@^5.3.4