@thi.ng/geom-poly-utils
Advanced tools
Comparing version 3.0.6 to 3.0.7
# 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-poly-utils", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "2D polygon/polyline analysis & processing utilities", | ||
@@ -39,12 +39,12 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.7", | ||
"@thi.ng/errors": "^2.5.13", | ||
"@thi.ng/math": "^5.11.5", | ||
"@thi.ng/vectors": "^7.11.6" | ||
"@thi.ng/api": "^8.11.8", | ||
"@thi.ng/errors": "^2.5.14", | ||
"@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" | ||
}, | ||
@@ -116,3 +116,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "bd22b0826134b79064169371665b4d6caa9b6066\n" | ||
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n" | ||
} |
Updated@thi.ng/api@^8.11.8
Updated@thi.ng/errors@^2.5.14
Updated@thi.ng/math@^5.11.6
Updated@thi.ng/vectors@^7.11.7