@thi.ng/geom-isec
Advanced tools
Comparing version 2.1.117 to 2.1.118
# Change Log | ||
- **Last updated**: 2024-03-07T20:40:47Z | ||
- **Last updated**: 2024-03-13T14:04:31Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-isec", | ||
"version": "2.1.117", | ||
"version": "2.1.118", | ||
"description": "2D/3D shape intersection checks", | ||
@@ -39,14 +39,14 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.29", | ||
"@thi.ng/geom-api": "^3.4.75", | ||
"@thi.ng/geom-closest-point": "^2.1.113", | ||
"@thi.ng/math": "^5.10.6", | ||
"@thi.ng/vectors": "^7.10.17" | ||
"@thi.ng/api": "^8.9.30", | ||
"@thi.ng/geom-api": "^3.4.76", | ||
"@thi.ng/geom-closest-point": "^2.1.114", | ||
"@thi.ng/math": "^5.10.7", | ||
"@thi.ng/vectors": "^7.10.18" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.40.1", | ||
"esbuild": "^0.20.0", | ||
"@microsoft/api-extractor": "^7.42.3", | ||
"esbuild": "^0.20.1", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "^0.25.7", | ||
"typescript": "^5.3.3" | ||
"typedoc": "^0.25.12", | ||
"typescript": "^5.4.2" | ||
}, | ||
@@ -124,3 +124,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n" | ||
"gitHead": "7f3fcbd6c0462b0ce45afa141fe163d1f297fd51\n" | ||
} |
51955
Updated@thi.ng/api@^8.9.30
Updated@thi.ng/geom-api@^3.4.76
Updated@thi.ng/math@^5.10.7
Updated@thi.ng/vectors@^7.10.18