@thi.ng/geom-hull
Advanced tools
Comparing version 2.1.111 to 2.1.112
# Change Log | ||
- **Last updated**: 2024-03-01T15:22:50Z | ||
- **Last updated**: 2024-03-07T20:40:47Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-hull", | ||
"version": "2.1.111", | ||
"version": "2.1.112", | ||
"description": "Fast 2D convex hull (Graham Scan)", | ||
@@ -35,7 +35,8 @@ "type": "module", | ||
"pub": "yarn npm publish --access public", | ||
"test": "bun test" | ||
"test": "bun test", | ||
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/math": "^5.10.4", | ||
"@thi.ng/vectors": "^7.10.15" | ||
"@thi.ng/math": "^5.10.5", | ||
"@thi.ng/vectors": "^7.10.16" | ||
}, | ||
@@ -80,3 +81,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n" | ||
"gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n" | ||
} |
22946
Updated@thi.ng/math@^5.10.5
Updated@thi.ng/vectors@^7.10.16