@thi.ng/geom-resample
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-resample@0.1.8...@thi.ng/geom-resample@0.1.9) (2019-03-18) | ||
**Note:** Version bump only for package @thi.ng/geom-resample | ||
## [0.1.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-resample@0.1.7...@thi.ng/geom-resample@0.1.8) (2019-03-12) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/geom-resample", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", | ||
@@ -35,7 +35,7 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/checks": "^2.1.2", | ||
"@thi.ng/geom-api": "^0.1.7", | ||
"@thi.ng/geom-closest-point": "^0.1.8", | ||
"@thi.ng/math": "^1.1.1", | ||
"@thi.ng/vectors": "^2.4.2" | ||
"@thi.ng/checks": "^2.1.3", | ||
"@thi.ng/geom-api": "^0.1.8", | ||
"@thi.ng/geom-closest-point": "^0.1.9", | ||
"@thi.ng/math": "^1.2.0", | ||
"@thi.ng/vectors": "^2.4.3" | ||
}, | ||
@@ -67,3 +67,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "05e82adc716d6b422fbfac861723fac5babeeb83" | ||
"gitHead": "b032167da28b83e93d3cbc54a47b053092ad7c4f" | ||
} |
57162
Updated@thi.ng/checks@^2.1.3
Updated@thi.ng/geom-api@^0.1.8
Updated@thi.ng/math@^1.2.0
Updated@thi.ng/vectors@^2.4.3