@thi.ng/morton
Advanced tools
Comparing version 2.0.32 to 2.0.34
@@ -6,2 +6,18 @@ # Change Log | ||
## [2.0.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.33...@thi.ng/morton@2.0.34) (2021-03-03) | ||
**Note:** Version bump only for package @thi.ng/morton | ||
## [2.0.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.32...@thi.ng/morton@2.0.33) (2021-03-03) | ||
**Note:** Version bump only for package @thi.ng/morton | ||
## [2.0.32](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.31...@thi.ng/morton@2.0.32) (2021-02-20) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@thi.ng/morton", | ||
"version": "2.0.32", | ||
"version": "2.0.34", | ||
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", | ||
@@ -42,3 +42,3 @@ "module": "./index.js", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.12.1", | ||
"@microsoft/api-extractor": "^7.13.1", | ||
"@types/mocha": "^8.2.0", | ||
@@ -49,9 +49,9 @@ "@types/node": "^14.14.14", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.20.26", | ||
"typescript": "^4.1.5" | ||
"typedoc": "^0.20.28", | ||
"typescript": "^4.2.2" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^7.0.0", | ||
"@thi.ng/binary": "^2.1.0", | ||
"@thi.ng/math": "^3.2.0" | ||
"@thi.ng/api": "^7.1.1", | ||
"@thi.ng/binary": "^2.2.1", | ||
"@thi.ng/math": "^3.2.2" | ||
}, | ||
@@ -94,3 +94,3 @@ "files": [ | ||
}, | ||
"gitHead": "2cb9a54255d6a5d7f21c9875002b86c42dd038de" | ||
"gitHead": "a59cd470a1728cb5f40e96e010fb98ead30e3142" | ||
} |
96841
Updated@thi.ng/api@^7.1.1
Updated@thi.ng/binary@^2.2.1
Updated@thi.ng/math@^3.2.2