@thi.ng/geom-isec
Advanced tools
Comparing version 0.4.9 to 0.4.10
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.4.9...@thi.ng/geom-isec@0.4.10) (2020-04-11) | ||
**Note:** Version bump only for package @thi.ng/geom-isec | ||
## [0.4.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.4.8...@thi.ng/geom-isec@0.4.9) (2020-04-06) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/geom-isec", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"description": "2D/3D shape intersection checks", | ||
@@ -41,9 +41,14 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.10.0", | ||
"@thi.ng/geom-api": "^1.0.9", | ||
"@thi.ng/geom-closest-point": "^0.3.20", | ||
"@thi.ng/math": "^1.7.5", | ||
"@thi.ng/vectors": "^4.2.4", | ||
"@thi.ng/api": "^6.10.1", | ||
"@thi.ng/geom-api": "^1.0.10", | ||
"@thi.ng/geom-closest-point": "^0.3.21", | ||
"@thi.ng/math": "^1.7.6", | ||
"@thi.ng/vectors": "^4.2.5", | ||
"tslib": "^1.11.1" | ||
}, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts", | ||
"lib" | ||
], | ||
"keywords": [ | ||
@@ -67,3 +72,3 @@ "2D", | ||
"sideEffects": false, | ||
"gitHead": "9ed6564d092e6ed254e7351bcd486958932e24cc" | ||
"gitHead": "bfafd37c52df27f7d886c0e2a344e4e7ede4d072" | ||
} |
113969
34
Updated@thi.ng/api@^6.10.1
Updated@thi.ng/geom-api@^1.0.10
Updated@thi.ng/math@^1.7.6
Updated@thi.ng/vectors@^4.2.5