@thi.ng/morton
Advanced tools
Comparing version 3.1.25 to 3.1.26
# Change Log | ||
- **Last updated**: 2022-12-20T16:33:11Z | ||
- **Last updated**: 2022-12-22T21:47:07Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/morton", | ||
"version": "3.1.25", | ||
"version": "3.1.26", | ||
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", | ||
@@ -37,10 +37,10 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.6.1", | ||
"@thi.ng/binary": "^3.3.14", | ||
"@thi.ng/errors": "^2.2.6", | ||
"@thi.ng/math": "^5.3.17" | ||
"@thi.ng/api": "^8.6.2", | ||
"@thi.ng/binary": "^3.3.15", | ||
"@thi.ng/errors": "^2.2.7", | ||
"@thi.ng/math": "^5.3.18" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.7", | ||
"@thi.ng/testament": "^0.3.7", | ||
"@thi.ng/testament": "^0.3.8", | ||
"rimraf": "^3.0.2", | ||
@@ -108,3 +108,3 @@ "tools": "^0.0.1", | ||
}, | ||
"gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n" | ||
"gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n" | ||
} |
@@ -25,3 +25,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions | ||
Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions. | ||
@@ -28,0 +28,0 @@ References: |
46777
Updated@thi.ng/api@^8.6.2
Updated@thi.ng/binary@^3.3.15
Updated@thi.ng/errors@^2.2.7
Updated@thi.ng/math@^5.3.18