@thi.ng/morton
Advanced tools
Comparing version 3.1.78 to 3.1.79
# Change Log | ||
- **Last updated**: 2024-03-09T09:18:17Z | ||
- **Last updated**: 2024-03-13T14:04:31Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/morton", | ||
"version": "3.1.78", | ||
"version": "3.1.79", | ||
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", | ||
@@ -39,13 +39,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.29", | ||
"@thi.ng/binary": "^3.4.18", | ||
"@thi.ng/errors": "^2.4.20", | ||
"@thi.ng/math": "^5.10.6" | ||
"@thi.ng/api": "^8.9.30", | ||
"@thi.ng/binary": "^3.4.19", | ||
"@thi.ng/errors": "^2.5.0", | ||
"@thi.ng/math": "^5.10.7" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.40.1", | ||
"esbuild": "^0.20.0", | ||
"@microsoft/api-extractor": "^7.42.3", | ||
"esbuild": "^0.20.1", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "^0.25.7", | ||
"typescript": "^5.3.3" | ||
"typedoc": "^0.25.12", | ||
"typescript": "^5.4.2" | ||
}, | ||
@@ -109,3 +109,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n" | ||
"gitHead": "7f3fcbd6c0462b0ce45afa141fe163d1f297fd51\n" | ||
} |
import type { NumericArray, Range1_32, Range1_64, RangeValueMap } from "@thi.ng/api"; | ||
type Range2_64 = Exclude<Range1_64, 1>; | ||
export type Range2_64 = Exclude<Range1_64, 1>; | ||
/** | ||
@@ -109,3 +109,2 @@ * Z-Curve encoder/decoder and optimized bbox range extraction for | ||
} | ||
export {}; | ||
//# sourceMappingURL=zcurve.d.ts.map |
45678
648
Updated@thi.ng/api@^8.9.30
Updated@thi.ng/binary@^3.4.19
Updated@thi.ng/errors@^2.5.0
Updated@thi.ng/math@^5.10.7