@thi.ng/geom-resample
Advanced tools
Comparing version 2.3.20 to 2.3.21
# Change Log | ||
- **Last updated**: 2023-12-31T09:44:24Z | ||
- **Last updated**: 2024-01-23T15:58:27Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-resample", | ||
"version": "2.3.20", | ||
"version": "2.3.21", | ||
"description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", | ||
@@ -38,8 +38,8 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/checks": "^3.4.16", | ||
"@thi.ng/geom-api": "^3.4.56", | ||
"@thi.ng/geom-closest-point": "^2.1.94", | ||
"@thi.ng/geom-isec": "^2.1.98", | ||
"@thi.ng/math": "^5.7.11", | ||
"@thi.ng/vectors": "^7.8.15" | ||
"@thi.ng/checks": "^3.4.17", | ||
"@thi.ng/geom-api": "^3.4.57", | ||
"@thi.ng/geom-closest-point": "^2.1.95", | ||
"@thi.ng/geom-isec": "^2.1.99", | ||
"@thi.ng/math": "^5.7.12", | ||
"@thi.ng/vectors": "^7.9.0" | ||
}, | ||
@@ -102,3 +102,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "b3db173682e1148cf08a6bd907b8d90b47b7c066\n" | ||
"gitHead": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n" | ||
} |
@@ -121,2 +121,2 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
© 2013 - 2023 Karsten Schmidt // Apache License 2.0 | ||
© 2013 - 2024 Karsten Schmidt // Apache License 2.0 |
35043
Updated@thi.ng/checks@^3.4.17
Updated@thi.ng/geom-api@^3.4.57
Updated@thi.ng/geom-isec@^2.1.99
Updated@thi.ng/math@^5.7.12
Updated@thi.ng/vectors@^7.9.0