@thi.ng/quad-edge
Advanced tools
Comparing version 0.2.26 to 0.2.27
@@ -6,3 +6,3 @@ # Change Log | ||
## [0.2.26](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.25...@thi.ng/quad-edge@0.2.26) (2020-11-26) | ||
## [0.2.27](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.26...@thi.ng/quad-edge@0.2.27) (2020-12-22) | ||
@@ -15,50 +15,2 @@ **Note:** Version bump only for package @thi.ng/quad-edge | ||
## [0.2.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.24...@thi.ng/quad-edge@0.2.25) (2020-11-24) | ||
**Note:** Version bump only for package @thi.ng/quad-edge | ||
## [0.2.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.23...@thi.ng/quad-edge@0.2.24) (2020-09-22) | ||
**Note:** Version bump only for package @thi.ng/quad-edge | ||
## [0.2.23](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.22...@thi.ng/quad-edge@0.2.23) (2020-09-13) | ||
**Note:** Version bump only for package @thi.ng/quad-edge | ||
## [0.2.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.21...@thi.ng/quad-edge@0.2.22) (2020-08-28) | ||
**Note:** Version bump only for package @thi.ng/quad-edge | ||
## [0.2.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.20...@thi.ng/quad-edge@0.2.21) (2020-08-17) | ||
**Note:** Version bump only for package @thi.ng/quad-edge | ||
## [0.2.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.19...@thi.ng/quad-edge@0.2.20) (2020-08-16) | ||
**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) | ||
@@ -65,0 +17,0 @@ |
{ | ||
"name": "@thi.ng/quad-edge", | ||
"version": "0.2.26", | ||
"version": "0.2.27", | ||
"description": "Quadedge data structure after Guibas & Stolfi", | ||
@@ -42,10 +42,10 @@ "module": "./index.js", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.12.0", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.1", | ||
"@microsoft/api-extractor": "^7.12.1", | ||
"@types/mocha": "^8.2.0", | ||
"@types/node": "^14.14.14", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^9.0.0", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.1.2" | ||
"typescript": "^4.1.3" | ||
}, | ||
@@ -80,3 +80,3 @@ "files": [ | ||
}, | ||
"gitHead": "f1a636bafd0558f1a4c098dab39639708886a692" | ||
"gitHead": "8fed74edc94bfb65f84e8982e6724619bbfbd1d0" | ||
} |
@@ -42,3 +42,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=is%3Aissue+is%3Aopen+%5Bquad-edge%5D) | ||
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bquad-edge%5D+in%3Atitle) | ||
@@ -79,4 +79,15 @@ ### Related packages | ||
If this project contributes to an academic publication, please cite it as: | ||
```bibtex | ||
@misc{thing-quad-edge, | ||
title = "@thi.ng/quad-edge", | ||
author = "Karsten Schmidt", | ||
note = "https://thi.ng/quad-edge", | ||
year = 2015 | ||
} | ||
``` | ||
## License | ||
© 2015 - 2020 Karsten Schmidt // Apache Software License 2.0 |
92
36990