@thi.ng/quad-edge
Advanced tools
Comparing version 0.2.9 to 0.2.10
@@ -6,3 +6,3 @@ # Change Log | ||
## [0.2.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.8...@thi.ng/quad-edge@0.2.9) (2020-03-06) | ||
## [0.2.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.9...@thi.ng/quad-edge@0.2.10) (2020-03-28) | ||
@@ -15,26 +15,2 @@ **Note:** Version bump only for package @thi.ng/quad-edge | ||
## [0.2.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.7...@thi.ng/quad-edge@0.2.8) (2020-02-26) | ||
**Note:** Version bump only for package @thi.ng/quad-edge | ||
## [0.2.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.6...@thi.ng/quad-edge@0.2.7) (2020-02-26) | ||
**Note:** Version bump only for package @thi.ng/quad-edge | ||
## [0.2.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.5...@thi.ng/quad-edge@0.2.6) (2020-02-25) | ||
**Note:** Version bump only for package @thi.ng/quad-edge | ||
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.1.4...@thi.ng/quad-edge@0.2.0) (2019-07-07) | ||
@@ -41,0 +17,0 @@ |
{ | ||
"name": "@thi.ng/quad-edge", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "Quadedge data structure after Guibas & Stolfi", | ||
@@ -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", | ||
@@ -61,3 +61,6 @@ "doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose", | ||
}, | ||
"gitHead": "18014ee1e4978dac7eb2e5d51d0a6ff7d82e9ffc" | ||
"dependencies": { | ||
"tslib": "^1.11.1" | ||
}, | ||
"gitHead": "202477e312cf26869f0421e42a9a5fd80ff6adc8" | ||
} |
<!-- This file is generated - DO NOT EDIT! --> | ||
# ![@thi.ng/quad-edge](https://media.thi.ng/umbrella/banners/thing-quad-edge.svg?1581297777) | ||
# ![@thi.ng/quad-edge](https://media.thi.ng/umbrella/banners/thing-quad-edge.svg?1585427313) | ||
@@ -52,7 +52,7 @@ [![npm version](https://img.shields.io/npm/v/@thi.ng/quad-edge.svg)](https://www.npmjs.com/package/@thi.ng/quad-edge) | ||
Package sizes (gzipped): ESM: 0.5KB / CJS: 0.5KB / UMD: 0.6KB | ||
Package sizes (gzipped): ESM: 495 bytes / CJS: 553 bytes / UMD: 641 bytes | ||
## Dependencies | ||
None | ||
- [tslib](https://github.com/thi-ng/umbrella/tree/develop/packages/undefined) | ||
@@ -59,0 +59,0 @@ ## API |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29519
1
9
+ Addedtslib@^1.11.1
+ Addedtslib@1.14.1(transitive)