@thi.ng/geom-resample
Advanced tools
Comparing version 3.0.13 to 3.0.14
# Change Log | ||
- **Last updated**: 2024-08-18T14:11:34Z | ||
- **Last updated**: 2024-09-19T21:09:34Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-resample", | ||
"version": "3.0.13", | ||
"version": "3.0.14", | ||
"description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", | ||
@@ -39,14 +39,14 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.9", | ||
"@thi.ng/checks": "^3.6.11", | ||
"@thi.ng/geom-closest-point": "^2.1.141", | ||
"@thi.ng/geom-isec": "^4.0.13", | ||
"@thi.ng/math": "^5.11.9", | ||
"@thi.ng/vectors": "^7.12.1" | ||
"@thi.ng/api": "^8.11.10", | ||
"@thi.ng/checks": "^3.6.12", | ||
"@thi.ng/geom-closest-point": "^2.1.142", | ||
"@thi.ng/geom-isec": "^4.0.14", | ||
"@thi.ng/math": "^5.11.10", | ||
"@thi.ng/vectors": "^7.12.2" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.5", | ||
"esbuild": "^0.23.0", | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.4" | ||
"@microsoft/api-extractor": "^7.47.9", | ||
"esbuild": "^0.23.1", | ||
"typedoc": "^0.26.7", | ||
"typescript": "^5.6.2" | ||
}, | ||
@@ -106,3 +106,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "8335e9571c2b9b13844ee4d8d24f99143c5f8816\n" | ||
"gitHead": "b52baa3750ddd1256892df966ab7ac9b4806a9ef\n" | ||
} |
39210
Updated@thi.ng/api@^8.11.10
Updated@thi.ng/checks@^3.6.12
Updated@thi.ng/geom-isec@^4.0.14
Updated@thi.ng/math@^5.11.10
Updated@thi.ng/vectors@^7.12.2