@thi.ng/geom-resample
Advanced tools
Comparing version 3.0.22 to 3.0.23
# Change Log | ||
- **Last updated**: 2024-11-24T18:15:48Z | ||
- **Last updated**: 2024-12-12T10:11:58Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-resample", | ||
"version": "3.0.22", | ||
"version": "3.0.23", | ||
"description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", | ||
@@ -39,8 +39,8 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.13", | ||
"@thi.ng/checks": "^3.6.15", | ||
"@thi.ng/geom-closest-point": "^2.1.150", | ||
"@thi.ng/geom-isec": "^4.0.22", | ||
"@thi.ng/math": "^5.11.13", | ||
"@thi.ng/vectors": "^7.12.10" | ||
"@thi.ng/api": "^8.11.14", | ||
"@thi.ng/checks": "^3.6.16", | ||
"@thi.ng/geom-closest-point": "^2.1.151", | ||
"@thi.ng/geom-isec": "^4.0.23", | ||
"@thi.ng/math": "^5.11.14", | ||
"@thi.ng/vectors": "^7.12.11" | ||
}, | ||
@@ -50,3 +50,3 @@ "devDependencies": { | ||
"esbuild": "^0.24.0", | ||
"typedoc": "^0.26.11", | ||
"typedoc": "^0.27.4", | ||
"typescript": "^5.7.2" | ||
@@ -107,3 +107,3 @@ }, | ||
}, | ||
"gitHead": "85e2f0935b58bde5d165fbe754fafec5da0b731e\n" | ||
"gitHead": "34ac95538d96f046090fef5fd3a1dc36d54663d5\n" | ||
} |
39205
Updated@thi.ng/api@^8.11.14
Updated@thi.ng/checks@^3.6.16
Updated@thi.ng/geom-isec@^4.0.23
Updated@thi.ng/math@^5.11.14
Updated@thi.ng/vectors@^7.12.11