@thi.ng/morton
Advanced tools
Comparing version 3.1.20 to 3.1.21
# Change Log | ||
- **Last updated**: 2022-10-28T19:08:39Z | ||
- **Last updated**: 2022-11-23T22:46:54Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -41,5 +41,5 @@ | ||
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591)) | ||
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f)) | ||
- add .js suffix for all relative imports | ||
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591)) | ||
@@ -65,2 +65,5 @@ # [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/morton@3.0.0) (2021-10-12) | ||
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc)) | ||
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) | ||
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a)) | ||
- update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e)) | ||
@@ -72,5 +75,2 @@ - largely related to recent updates/restructuring of these packages: | ||
- logger | ||
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a)) | ||
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc)) | ||
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) | ||
@@ -108,4 +108,4 @@ ### [2.0.28](https://github.com/thi-ng/umbrella/tree/@thi.ng/morton@2.0.28) (2020-12-07) | ||
- precompute wipe masks, minor other refactoring ([4b79950](https://github.com/thi-ng/umbrella/commit/4b79950)) | ||
- add optimized ZCurve2/3 class impls ([d61c717](https://github.com/thi-ng/umbrella/commit/d61c717)) | ||
- precompute wipe masks, minor other refactoring ([4b79950](https://github.com/thi-ng/umbrella/commit/4b79950)) | ||
@@ -112,0 +112,0 @@ #### ♻️ Refactoring |
{ | ||
"name": "@thi.ng/morton", | ||
"version": "3.1.20", | ||
"version": "3.1.21", | ||
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", | ||
@@ -37,13 +37,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.4.5", | ||
"@thi.ng/binary": "^3.3.9", | ||
"@thi.ng/errors": "^2.2.3", | ||
"@thi.ng/math": "^5.3.12" | ||
"@thi.ng/api": "^8.4.6", | ||
"@thi.ng/binary": "^3.3.10", | ||
"@thi.ng/errors": "^2.2.4", | ||
"@thi.ng/math": "^5.3.13" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.5", | ||
"@thi.ng/testament": "^0.3.4", | ||
"@thi.ng/testament": "^0.3.5", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.18", | ||
"typedoc": "^0.23.20", | ||
"typescript": "^4.8.4" | ||
@@ -78,4 +78,4 @@ }, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts" | ||
"./*.js", | ||
"./*.d.ts" | ||
], | ||
@@ -109,3 +109,3 @@ "exports": { | ||
}, | ||
"gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n" | ||
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n" | ||
} |
46889
Updated@thi.ng/api@^8.4.6
Updated@thi.ng/binary@^3.3.10
Updated@thi.ng/errors@^2.2.4
Updated@thi.ng/math@^5.3.13