@thi.ng/morton
Advanced tools
Comparing version 2.0.31 to 2.0.32
@@ -6,3 +6,3 @@ # Change Log | ||
## [2.0.31](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.30...@thi.ng/morton@2.0.31) (2021-01-10) | ||
## [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) | ||
@@ -15,18 +15,2 @@ **Note:** Version bump only for package @thi.ng/morton | ||
## [2.0.30](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.29...@thi.ng/morton@2.0.30) (2021-01-02) | ||
**Note:** Version bump only for package @thi.ng/morton | ||
## [2.0.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.28...@thi.ng/morton@2.0.29) (2020-12-22) | ||
**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) | ||
@@ -33,0 +17,0 @@ |
{ | ||
"name": "@thi.ng/morton", | ||
"version": "2.0.31", | ||
"version": "2.0.32", | ||
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", | ||
@@ -45,12 +45,12 @@ "module": "./index.js", | ||
"@types/node": "^14.14.14", | ||
"mocha": "^8.2.1", | ||
"mocha": "^8.3.0", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.20.4", | ||
"typescript": "^4.1.3" | ||
"typedoc": "^0.20.26", | ||
"typescript": "^4.1.5" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.13.6", | ||
"@thi.ng/binary": "^2.0.21", | ||
"@thi.ng/math": "^3.1.0" | ||
"@thi.ng/api": "^7.0.0", | ||
"@thi.ng/binary": "^2.1.0", | ||
"@thi.ng/math": "^3.2.0" | ||
}, | ||
@@ -93,3 +93,3 @@ "files": [ | ||
}, | ||
"gitHead": "ec0b1d686c9d5f8f73e2c170b9915c2dd875903f" | ||
"gitHead": "2cb9a54255d6a5d7f21c9875002b86c42dd038de" | ||
} |
96489
- Removed@thi.ng/api@6.13.6(transitive)
Updated@thi.ng/api@^7.0.0
Updated@thi.ng/binary@^2.1.0
Updated@thi.ng/math@^3.2.0