@thi.ng/morton
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@1.0.0...@thi.ng/morton@1.0.1) (2019-01-21) | ||
**Note:** Version bump only for package @thi.ng/morton | ||
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@0.2.2...@thi.ng/morton@1.0.0) (2019-01-21) | ||
@@ -26,21 +34,2 @@ | ||
## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@0.2.1...@thi.ng/morton@0.2.2) (2018-12-15) | ||
**Note:** Version bump only for package @thi.ng/morton | ||
## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@0.2.0...@thi.ng/morton@0.2.1) (2018-11-20) | ||
**Note:** Version bump only for package @thi.ng/morton | ||
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@0.1.0...@thi.ng/morton@0.2.0) (2018-10-21) | ||
@@ -54,5 +43,2 @@ | ||
# 0.1.0 (2018-10-17) | ||
@@ -59,0 +45,0 @@ |
{ | ||
"name": "@thi.ng/morton", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Z-order-curve / Morton encoding & decoding for 1D, 2D, 3D", | ||
@@ -35,5 +35,5 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/binary": "^1.0.0", | ||
"@thi.ng/errors": "^1.0.0", | ||
"@thi.ng/math": "^1.0.0" | ||
"@thi.ng/binary": "^1.0.1", | ||
"@thi.ng/errors": "^1.0.1", | ||
"@thi.ng/math": "^1.0.1" | ||
}, | ||
@@ -53,3 +53,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "348e7303b8b4d2749a02dd43e3f78d711242e4fe" | ||
"gitHead": "d098aff5e61f96be177289461eec95648cf4e15a" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
53102
Updated@thi.ng/binary@^1.0.1
Updated@thi.ng/errors@^1.0.1
Updated@thi.ng/math@^1.0.1