@thi.ng/quad-edge
Advanced tools
Comparing version 0.2.13 to 0.2.14
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.13...@thi.ng/quad-edge@0.2.14) (2020-04-28) | ||
**Note:** Version bump only for package @thi.ng/quad-edge | ||
## [0.2.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.2.12...@thi.ng/quad-edge@0.2.13) (2020-04-27) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/quad-edge", | ||
"version": "0.2.13", | ||
"version": "0.2.14", | ||
"description": "Quadedge data structure after Guibas & Stolfi", | ||
@@ -13,3 +13,7 @@ "module": "./index.js", | ||
}, | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/quad-edge", | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/quad-edge#readme", | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://patreon.com/thing_umbrella" | ||
}, | ||
"author": "Karsten Schmidt <k+npm@thi.ng>", | ||
@@ -22,2 +26,3 @@ "license": "Apache-2.0", | ||
"build:test": "rimraf build && tsc -p test/tsconfig.json", | ||
"build:check": "tsc --isolatedModules --noEmit", | ||
"test": "mocha test", | ||
@@ -70,3 +75,3 @@ "cover": "nyc mocha test && nyc report --reporter=lcov", | ||
}, | ||
"gitHead": "9241bd0f7f20d33c16b505ddc2cf0cdba38d09f8" | ||
"gitHead": "bb751118ba5a7261d322952a7ec5530860d73881" | ||
} |
@@ -52,2 +52,10 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```html | ||
// ES module | ||
<script type="module" src="https://unpkg.com/@thi.ng/quad-edge?module" crossorigin></script> | ||
// UMD | ||
<script src="https://unpkg.com/@thi.ng/quad-edge/lib/index.umd.js" crossorigin></script> | ||
``` | ||
Package sizes (gzipped, pre-treeshake): ESM: 495 bytes / CJS: 553 bytes / UMD: 641 bytes | ||
@@ -54,0 +62,0 @@ |
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
37221
79