@thi.ng/geom-closest-point
Advanced tools
Comparing version 0.3.16 to 0.3.17
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.3.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-closest-point@0.3.16...@thi.ng/geom-closest-point@0.3.17) (2020-03-06) | ||
**Note:** Version bump only for package @thi.ng/geom-closest-point | ||
## [0.3.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-closest-point@0.3.15...@thi.ng/geom-closest-point@0.3.16) (2020-03-01) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/geom-closest-point", | ||
"version": "0.3.16", | ||
"version": "0.3.17", | ||
"description": "2D / 3D closest point / proximity helpers", | ||
@@ -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" | ||
}, | ||
@@ -63,3 +63,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "dc8bc9f06b99dc10d99ec33c78fb50ea410e3de6" | ||
"gitHead": "18014ee1e4978dac7eb2e5d51d0a6ff7d82e9ffc" | ||
} |
50019
Updated@thi.ng/math@^1.7.3
Updated@thi.ng/vectors@^4.2.1