@thi.ng/geom-isec
Advanced tools
Comparing version 4.0.21 to 4.0.22
# Change Log | ||
- **Last updated**: 2024-11-10T17:11:51Z | ||
- **Last updated**: 2024-11-24T18:15:48Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-isec", | ||
"version": "4.0.21", | ||
"version": "4.0.22", | ||
"description": "2D/3D shape intersection checks", | ||
@@ -39,12 +39,12 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.12", | ||
"@thi.ng/geom-closest-point": "^2.1.149", | ||
"@thi.ng/math": "^5.11.12", | ||
"@thi.ng/vectors": "^7.12.9" | ||
"@thi.ng/api": "^8.11.13", | ||
"@thi.ng/geom-closest-point": "^2.1.150", | ||
"@thi.ng/math": "^5.11.13", | ||
"@thi.ng/vectors": "^7.12.10" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.9", | ||
"@microsoft/api-extractor": "^7.48.0", | ||
"esbuild": "^0.24.0", | ||
"typedoc": "^0.26.7", | ||
"typescript": "^5.6.2" | ||
"typedoc": "^0.26.11", | ||
"typescript": "^5.7.2" | ||
}, | ||
@@ -123,3 +123,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\n" | ||
"gitHead": "85e2f0935b58bde5d165fbe754fafec5da0b731e\n" | ||
} |
61790
Updated@thi.ng/api@^8.11.13
Updated@thi.ng/math@^5.11.13
Updated@thi.ng/vectors@^7.12.10