@thi.ng/geom-isec
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.1.5...@thi.ng/geom-isec@0.1.6) (2019-03-03) | ||
**Note:** Version bump only for package @thi.ng/geom-isec | ||
## [0.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.1.4...@thi.ng/geom-isec@0.1.5) (2019-03-01) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/geom-isec", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "2D/3D shape intersection checks", | ||
@@ -35,6 +35,6 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/geom-api": "^0.1.4", | ||
"@thi.ng/geom-closest-point": "^0.1.5", | ||
"@thi.ng/geom-api": "^0.1.5", | ||
"@thi.ng/geom-closest-point": "^0.1.6", | ||
"@thi.ng/math": "^1.1.1", | ||
"@thi.ng/vectors": "^2.3.2" | ||
"@thi.ng/vectors": "^2.4.0" | ||
}, | ||
@@ -59,3 +59,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "e43f57c7554fd78380bba58d37ae62ca01221eeb" | ||
"gitHead": "ce74afc55215fee990748c9e7d555a839adcec69" | ||
} |
88821
Updated@thi.ng/geom-api@^0.1.5
Updated@thi.ng/vectors@^2.4.0