@thi.ng/geom-isec
Advanced tools
Comparing version 4.0.20 to 4.0.21
# Change Log | ||
- **Last updated**: 2024-10-05T12:12:32Z | ||
- **Last updated**: 2024-11-10T17:11:51Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-isec", | ||
"version": "4.0.20", | ||
"version": "4.0.21", | ||
"description": "2D/3D shape intersection checks", | ||
@@ -31,3 +31,3 @@ "type": "module", | ||
"clean": "bun ../../tools/src/clean-package.ts", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
"doc": "typedoc --options ../../typedoc.json --out doc src/index.ts", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
@@ -40,6 +40,6 @@ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.11", | ||
"@thi.ng/geom-closest-point": "^2.1.148", | ||
"@thi.ng/math": "^5.11.11", | ||
"@thi.ng/vectors": "^7.12.8" | ||
"@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" | ||
}, | ||
@@ -124,3 +124,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "c2c371069911fdae138149fdcf937c4ad7a8c71e\n" | ||
"gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\n" | ||
} |
61788
Updated@thi.ng/api@^8.11.12
Updated@thi.ng/math@^5.11.12
Updated@thi.ng/vectors@^7.12.9