@thi.ng/geom-resample
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-resample@0.2.4...@thi.ng/geom-resample@0.2.5) (2019-08-16) | ||
**Note:** Version bump only for package @thi.ng/geom-resample | ||
## [0.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-resample@0.2.3...@thi.ng/geom-resample@0.2.4) (2019-07-31) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/geom-resample", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", | ||
@@ -36,7 +36,7 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/checks": "^2.2.2", | ||
"@thi.ng/geom-api": "^0.3.2", | ||
"@thi.ng/geom-closest-point": "^0.3.4", | ||
"@thi.ng/checks": "^2.3.0", | ||
"@thi.ng/geom-api": "^0.3.3", | ||
"@thi.ng/geom-closest-point": "^0.3.5", | ||
"@thi.ng/math": "^1.4.2", | ||
"@thi.ng/vectors": "^3.1.0" | ||
"@thi.ng/vectors": "^3.1.1" | ||
}, | ||
@@ -68,3 +68,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "7dc1483608a9c2ac4a1cdb62f9765585cda7dc3e" | ||
"gitHead": "6b16cbac7b4495b39ada728be077c7630272d3ac" | ||
} |
54959
Updated@thi.ng/checks@^2.3.0
Updated@thi.ng/geom-api@^0.3.3
Updated@thi.ng/vectors@^3.1.1