@thi.ng/morton
Advanced tools
Comparing version 2.0.28 to 2.0.29
@@ -6,3 +6,3 @@ # Change Log | ||
## [2.0.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.27...@thi.ng/morton@2.0.28) (2020-12-07) | ||
## [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) | ||
@@ -15,58 +15,2 @@ **Note:** Version bump only for package @thi.ng/morton | ||
## [2.0.27](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.26...@thi.ng/morton@2.0.27) (2020-11-26) | ||
**Note:** Version bump only for package @thi.ng/morton | ||
## [2.0.26](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.25...@thi.ng/morton@2.0.26) (2020-11-24) | ||
**Note:** Version bump only for package @thi.ng/morton | ||
## [2.0.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.24...@thi.ng/morton@2.0.25) (2020-09-22) | ||
**Note:** Version bump only for package @thi.ng/morton | ||
## [2.0.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.23...@thi.ng/morton@2.0.24) (2020-09-13) | ||
**Note:** Version bump only for package @thi.ng/morton | ||
## [2.0.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.22...@thi.ng/morton@2.0.23) (2020-08-28) | ||
**Note:** Version bump only for package @thi.ng/morton | ||
## [2.0.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.21...@thi.ng/morton@2.0.22) (2020-08-17) | ||
**Note:** Version bump only for package @thi.ng/morton | ||
## [2.0.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.20...@thi.ng/morton@2.0.21) (2020-08-16) | ||
**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) | ||
@@ -73,0 +17,0 @@ |
{ | ||
"name": "@thi.ng/morton", | ||
"version": "2.0.28", | ||
"version": "2.0.29", | ||
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", | ||
@@ -42,15 +42,15 @@ "module": "./index.js", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.12.0", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.1", | ||
"@microsoft/api-extractor": "^7.12.1", | ||
"@types/mocha": "^8.2.0", | ||
"@types/node": "^14.14.14", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^9.0.0", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.1.2" | ||
"typescript": "^4.1.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.13.4", | ||
"@thi.ng/binary": "^2.0.19", | ||
"@thi.ng/math": "^2.2.2" | ||
"@thi.ng/api": "^6.13.5", | ||
"@thi.ng/binary": "^2.0.20", | ||
"@thi.ng/math": "^3.0.0" | ||
}, | ||
@@ -93,3 +93,3 @@ "files": [ | ||
}, | ||
"gitHead": "b735cef6fb43db0f54ea8bb2a840d279225e95e0" | ||
"gitHead": "8fed74edc94bfb65f84e8982e6724619bbfbd1d0" | ||
} |
96480
+ Added@thi.ng/math@3.4.0(transitive)
- Removed@thi.ng/math@2.2.2(transitive)
Updated@thi.ng/api@^6.13.5
Updated@thi.ng/binary@^2.0.20
Updated@thi.ng/math@^3.0.0