@thi.ng/geom-clip-poly
Advanced tools
Comparing version 2.1.138 to 2.1.139
# Change Log | ||
- **Last updated**: 2024-07-22T13:15:57Z | ||
- **Last updated**: 2024-08-10T15:03:07Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-clip-poly", | ||
"version": "2.1.138", | ||
"version": "2.1.139", | ||
"description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)", | ||
@@ -39,12 +39,12 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/geom-isec": "^4.0.6", | ||
"@thi.ng/geom-poly-utils": "^3.0.6", | ||
"@thi.ng/math": "^5.11.5", | ||
"@thi.ng/vectors": "^7.11.6" | ||
"@thi.ng/geom-isec": "^4.0.7", | ||
"@thi.ng/geom-poly-utils": "^3.0.7", | ||
"@thi.ng/math": "^5.11.6", | ||
"@thi.ng/vectors": "^7.11.7" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.0", | ||
"@microsoft/api-extractor": "^7.47.5", | ||
"esbuild": "^0.23.0", | ||
"typedoc": "^0.26.3", | ||
"typescript": "^5.5.3" | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.4" | ||
}, | ||
@@ -57,3 +57,2 @@ "keywords": [ | ||
"geometry", | ||
"grainer-hormann", | ||
"graphics", | ||
@@ -88,3 +87,3 @@ "offset", | ||
}, | ||
"gitHead": "bd22b0826134b79064169371665b4d6caa9b6066\n" | ||
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n" | ||
} |
22435
Updated@thi.ng/geom-isec@^4.0.7
Updated@thi.ng/math@^5.11.6
Updated@thi.ng/vectors@^7.11.7