@turf/line-chunk
Advanced tools
Comparing version 3.13.1 to 3.14.0
@@ -16,3 +16,3 @@ var lineSliceAlong = require('@turf/line-slice-along'); | ||
* @param {boolean}[reverse=false] reverses coordinates to start the first chunked segment at the end | ||
* @return {FeatureCollection<LineString>} collection of line segments | ||
* @returns {FeatureCollection<LineString>} collection of line segments | ||
* @example | ||
@@ -19,0 +19,0 @@ * var line = { |
{ | ||
"name": "@turf/line-chunk", | ||
"version": "3.13.1", | ||
"version": "3.14.0", | ||
"description": "turf line-chunk module", | ||
@@ -44,8 +44,8 @@ "main": "index.js", | ||
"dependencies": { | ||
"@turf/flatten": "^3.13.0", | ||
"@turf/flatten": "^3.14.0", | ||
"@turf/helpers": "^3.13.0", | ||
"@turf/line-distance": "^3.13.0", | ||
"@turf/line-slice-along": "^3.13.1", | ||
"@turf/meta": "^3.13.0" | ||
"@turf/line-distance": "^3.14.0", | ||
"@turf/line-slice-along": "^3.14.0", | ||
"@turf/meta": "^3.14.0" | ||
} | ||
} |
8119
Updated@turf/flatten@^3.14.0
Updated@turf/line-distance@^3.14.0
Updated@turf/meta@^3.14.0