@thi.ng/geom-hull
Advanced tools
Comparing version 2.1.105 to 2.1.106
# Change Log | ||
- **Last updated**: 2024-02-19T16:07:07Z | ||
- **Last updated**: 2024-02-22T11:59:16Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-hull", | ||
"version": "2.1.105", | ||
"version": "2.1.106", | ||
"description": "Fast 2D convex hull (Graham Scan)", | ||
@@ -38,4 +38,4 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/math": "^5.10.1", | ||
"@thi.ng/vectors": "^7.10.9" | ||
"@thi.ng/math": "^5.10.2", | ||
"@thi.ng/vectors": "^7.10.10" | ||
}, | ||
@@ -80,3 +80,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "2724c87ca41810f2112f9d8c3d6b90dfaeea876b\n" | ||
"gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n" | ||
} |
@@ -21,3 +21,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 189 standalone projects, maintained as part | ||
> This is one of 190 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -24,0 +24,0 @@ > and anti-framework. |
23260
Updated@thi.ng/math@^5.10.2
Updated@thi.ng/vectors@^7.10.10