@thi.ng/geom-isec
Advanced tools
Comparing version 0.4.6 to 0.4.7
@@ -6,3 +6,3 @@ # Change Log | ||
## [0.4.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.4.5...@thi.ng/geom-isec@0.4.6) (2020-03-06) | ||
## [0.4.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.4.6...@thi.ng/geom-isec@0.4.7) (2020-03-28) | ||
@@ -15,34 +15,2 @@ **Note:** Version bump only for package @thi.ng/geom-isec | ||
## [0.4.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.4.4...@thi.ng/geom-isec@0.4.5) (2020-03-01) | ||
**Note:** Version bump only for package @thi.ng/geom-isec | ||
## [0.4.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.4.3...@thi.ng/geom-isec@0.4.4) (2020-02-26) | ||
**Note:** Version bump only for package @thi.ng/geom-isec | ||
## [0.4.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.4.2...@thi.ng/geom-isec@0.4.3) (2020-02-26) | ||
**Note:** Version bump only for package @thi.ng/geom-isec | ||
## [0.4.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.4.1...@thi.ng/geom-isec@0.4.2) (2020-02-25) | ||
**Note:** Version bump only for package @thi.ng/geom-isec | ||
# [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.3.10...@thi.ng/geom-isec@0.4.0) (2020-01-24) | ||
@@ -49,0 +17,0 @@ |
{ | ||
"name": "@thi.ng/geom-isec", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "2D/3D shape intersection checks", | ||
@@ -24,3 +24,3 @@ "module": "./index.js", | ||
"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib", | ||
"doc:readme": "../../scripts/generate-readme", | ||
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc src", | ||
@@ -42,7 +42,8 @@ "doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.8.3", | ||
"@thi.ng/geom-api": "^1.0.6", | ||
"@thi.ng/geom-closest-point": "^0.3.17", | ||
"@thi.ng/math": "^1.7.3", | ||
"@thi.ng/vectors": "^4.2.1" | ||
"@thi.ng/api": "^6.9.0", | ||
"@thi.ng/geom-api": "^1.0.7", | ||
"@thi.ng/geom-closest-point": "^0.3.18", | ||
"@thi.ng/math": "^1.7.4", | ||
"@thi.ng/vectors": "^4.2.2", | ||
"tslib": "^1.11.1" | ||
}, | ||
@@ -67,3 +68,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "18014ee1e4978dac7eb2e5d51d0a6ff7d82e9ffc" | ||
"gitHead": "202477e312cf26869f0421e42a9a5fd80ff6adc8" | ||
} |
<!-- This file is generated - DO NOT EDIT! --> | ||
# ![@thi.ng/geom-isec](https://media.thi.ng/umbrella/banners/thing-geom-isec.svg?1581297786) | ||
# ![@thi.ng/geom-isec](https://media.thi.ng/umbrella/banners/thing-geom-isec.svg?1585427420) | ||
@@ -57,3 +57,3 @@ [![npm version](https://img.shields.io/npm/v/@thi.ng/geom-isec.svg)](https://www.npmjs.com/package/@thi.ng/geom-isec) | ||
Package sizes (gzipped): ESM: 2.3KB / CJS: 2.4KB / UMD: 2.4KB | ||
Package sizes (gzipped): ESM: 2.30 KB / CJS: 2.45 KB / UMD: 2.40 KB | ||
@@ -67,2 +67,3 @@ ## Dependencies | ||
- [@thi.ng/vectors](https://github.com/thi-ng/umbrella/tree/develop/packages/vectors) | ||
- [tslib](https://github.com/thi-ng/umbrella/tree/develop/packages/undefined) | ||
@@ -69,0 +70,0 @@ ## API |
89
68149
6
33
+ Addedtslib@^1.11.1
+ Addedtslib@1.14.1(transitive)
Updated@thi.ng/api@^6.9.0
Updated@thi.ng/geom-api@^1.0.7
Updated@thi.ng/math@^1.7.4
Updated@thi.ng/vectors@^4.2.2