@thi.ng/geom-poly-utils
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-poly-utils@0.1.14...@thi.ng/geom-poly-utils@0.1.15) (2019-04-24) | ||
**Note:** Version bump only for package @thi.ng/geom-poly-utils | ||
## [0.1.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-poly-utils@0.1.13...@thi.ng/geom-poly-utils@0.1.14) (2019-04-15) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/geom-poly-utils", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "Polygon / triangle analysis & processing utilities", | ||
@@ -28,13 +28,13 @@ "module": "./index.js", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^11.13.0", | ||
"mocha": "^6.0.2", | ||
"nyc": "^13.3.0", | ||
"@types/node": "^11.13.7", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.0.0", | ||
"typedoc": "^0.14.2", | ||
"typescript": "^3.4.1" | ||
"typescript": "^3.4.5" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/errors": "^1.0.5", | ||
"@thi.ng/geom-api": "^0.2.0", | ||
"@thi.ng/math": "^1.2.2", | ||
"@thi.ng/vectors": "^2.5.3" | ||
"@thi.ng/errors": "^1.0.6", | ||
"@thi.ng/geom-api": "^0.2.1", | ||
"@thi.ng/math": "^1.2.3", | ||
"@thi.ng/vectors": "^2.5.4" | ||
}, | ||
@@ -60,3 +60,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "4baddea99aaa37e43b3109f5bfdd6d2e2aedf68b" | ||
"gitHead": "38b2c61a9a7c1344889b81cd6eb3dcd601ceb443" | ||
} |
51112
Updated@thi.ng/errors@^1.0.6
Updated@thi.ng/geom-api@^0.2.1
Updated@thi.ng/math@^1.2.3
Updated@thi.ng/vectors@^2.5.4