@thi.ng/morton
Advanced tools
Comparing version 2.0.36 to 2.0.37
@@ -6,3 +6,3 @@ # Change Log | ||
## [2.0.36](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.35...@thi.ng/morton@2.0.36) (2021-03-03) | ||
## [2.0.37](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.36...@thi.ng/morton@2.0.37) (2021-03-12) | ||
@@ -15,34 +15,2 @@ **Note:** Version bump only for package @thi.ng/morton | ||
## [2.0.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.34...@thi.ng/morton@2.0.35) (2021-03-03) | ||
**Note:** Version bump only for package @thi.ng/morton | ||
## [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) | ||
**Note:** Version bump only for package @thi.ng/morton | ||
## [2.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.8...@thi.ng/morton@2.0.9) (2020-04-11) | ||
@@ -49,0 +17,0 @@ |
{ | ||
"name": "@thi.ng/morton", | ||
"version": "2.0.36", | ||
"version": "2.0.37", | ||
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", | ||
@@ -48,9 +48,9 @@ "module": "./index.js", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.20.28", | ||
"typescript": "^4.2.2" | ||
"typedoc": "^0.20.30", | ||
"typescript": "^4.2.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^7.1.3", | ||
"@thi.ng/binary": "^2.2.3", | ||
"@thi.ng/math": "^3.2.4" | ||
"@thi.ng/api": "^7.1.4", | ||
"@thi.ng/binary": "^2.2.4", | ||
"@thi.ng/math": "^3.2.5" | ||
}, | ||
@@ -93,3 +93,3 @@ "files": [ | ||
}, | ||
"gitHead": "c17a8b0149711c84603c7f0ffdf53263d6387a54" | ||
"gitHead": "24c8afbd4450f14973ec4c5481ca24722bb2e2f0" | ||
} |
96489
Updated@thi.ng/api@^7.1.4
Updated@thi.ng/binary@^2.2.4
Updated@thi.ng/math@^3.2.5