@thi.ng/geom-hull
Advanced tools
Comparing version 0.0.36 to 0.0.37
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.37](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@0.0.36...@thi.ng/geom-hull@0.0.37) (2020-03-06) | ||
**Note:** Version bump only for package @thi.ng/geom-hull | ||
## [0.0.36](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@0.0.35...@thi.ng/geom-hull@0.0.36) (2020-03-01) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/geom-hull", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"description": "Fast 2D convex hull (Graham Scan)", | ||
@@ -38,7 +38,7 @@ "module": "./index.js", | ||
"typedoc": "^0.16.10", | ||
"typescript": "^3.8.2" | ||
"typescript": "^3.8.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/math": "^1.7.2", | ||
"@thi.ng/vectors": "^4.2.0" | ||
"@thi.ng/math": "^1.7.3", | ||
"@thi.ng/vectors": "^4.2.1" | ||
}, | ||
@@ -60,3 +60,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "dc8bc9f06b99dc10d99ec33c78fb50ea410e3de6" | ||
"gitHead": "18014ee1e4978dac7eb2e5d51d0a6ff7d82e9ffc" | ||
} |
28884
Updated@thi.ng/math@^1.7.3
Updated@thi.ng/vectors@^4.2.1