@thi.ng/geom-clip-poly
Advanced tools
Comparing version 2.1.115 to 2.1.116
# 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-clip-poly", | ||
"version": "2.1.115", | ||
"version": "2.1.116", | ||
"description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)", | ||
@@ -35,9 +35,10 @@ "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/geom-isec": "^2.1.115", | ||
"@thi.ng/geom-poly-utils": "^2.3.99", | ||
"@thi.ng/math": "^5.10.4", | ||
"@thi.ng/vectors": "^7.10.15" | ||
"@thi.ng/geom-isec": "^2.1.116", | ||
"@thi.ng/geom-poly-utils": "^2.3.100", | ||
"@thi.ng/math": "^5.10.5", | ||
"@thi.ng/vectors": "^7.10.16" | ||
}, | ||
@@ -87,3 +88,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n" | ||
"gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n" | ||
} |
22273
Updated@thi.ng/geom-isec@^2.1.116
Updated@thi.ng/math@^5.10.5
Updated@thi.ng/vectors@^7.10.16