@thi.ng/geom-poly-utils
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -20,2 +20,2 @@ import { Vec } from "@thi.ng/vectors"; | ||
*/ | ||
export declare const bounds: (pts: ReadonlyArray<Vec>, vmin: Vec, vmax: Vec) => [Vec, Vec]; | ||
export declare const bounds: (pts: readonly Vec[], vmin: Vec, vmax: Vec) => [Vec, Vec]; |
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-poly-utils@0.1.11...@thi.ng/geom-poly-utils@0.1.12) (2019-04-02) | ||
**Note:** Version bump only for package @thi.ng/geom-poly-utils | ||
## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-poly-utils@0.1.10...@thi.ng/geom-poly-utils@0.1.11) (2019-03-28) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/geom-poly-utils", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "Polygon / triangle analysis & processing utilities", | ||
@@ -27,14 +27,14 @@ "module": "./index.js", | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.12.15", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.1.0", | ||
"typedoc": "^0.14.0", | ||
"typescript": "^3.2.2" | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^11.13.0", | ||
"mocha": "^6.0.2", | ||
"nyc": "^13.3.0", | ||
"typedoc": "^0.14.2", | ||
"typescript": "^3.4.1" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/errors": "^1.0.4", | ||
"@thi.ng/geom-api": "^0.1.10", | ||
"@thi.ng/math": "^1.2.1", | ||
"@thi.ng/vectors": "^2.5.0" | ||
"@thi.ng/errors": "^1.0.5", | ||
"@thi.ng/geom-api": "^0.1.11", | ||
"@thi.ng/math": "^1.2.2", | ||
"@thi.ng/vectors": "^2.5.1" | ||
}, | ||
@@ -60,3 +60,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "1936d357f46f46d0435e3c7597b845898a91b80d" | ||
"gitHead": "8982b253961afbee2a63135c4ed7153c61febefb" | ||
} |
50504
Updated@thi.ng/errors@^1.0.5
Updated@thi.ng/geom-api@^0.1.11
Updated@thi.ng/math@^1.2.2
Updated@thi.ng/vectors@^2.5.1