@thi.ng/geom-hull
Advanced tools
Comparing version 2.1.123 to 2.1.124
# Change Log | ||
- **Last updated**: 2024-04-11T12:32:44Z | ||
- **Last updated**: 2024-04-20T14:42:45Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-hull", | ||
"version": "2.1.123", | ||
"version": "2.1.124", | ||
"description": "Fast 2D convex hull (Graham Scan)", | ||
@@ -39,4 +39,4 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/math": "^5.10.10", | ||
"@thi.ng/vectors": "^7.10.27" | ||
"@thi.ng/math": "^5.10.11", | ||
"@thi.ng/vectors": "^7.10.28" | ||
}, | ||
@@ -82,3 +82,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n" | ||
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n" | ||
} |
@@ -54,6 +54,6 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```html | ||
<script type="module" src="https://cdn.skypack.dev/@thi.ng/geom-hull"></script> | ||
<script type="module" src="https://esm.run/@thi.ng/geom-hull"></script> | ||
``` | ||
[Skypack documentation](https://docs.skypack.dev/) | ||
[JSDelivr documentation](https://www.jsdelivr.com/) | ||
@@ -60,0 +60,0 @@ For Node.js REPL: |
23027
Updated@thi.ng/math@^5.10.11
Updated@thi.ng/vectors@^7.10.28