@turf/midpoint
Advanced tools
Comparing version 3.13.0 to 3.14.0
@@ -12,3 +12,3 @@ var bearing = require('@turf/bearing'); | ||
* @param {Feature<Point>} to second point | ||
* @return {Feature<Point>} a point midway between `pt1` and `pt2` | ||
* @returns {Feature<Point>} a point midway between `pt1` and `pt2` | ||
* @example | ||
@@ -15,0 +15,0 @@ * var pt1 = { |
{ | ||
"name": "@turf/midpoint", | ||
"version": "3.13.0", | ||
"version": "3.14.0", | ||
"description": "turf midpoint module", | ||
@@ -38,7 +38,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"@turf/bearing": "^3.13.0", | ||
"@turf/destination": "^3.13.0", | ||
"@turf/distance": "^3.13.0", | ||
"@turf/bearing": "^3.14.0", | ||
"@turf/destination": "^3.14.0", | ||
"@turf/distance": "^3.14.0", | ||
"@turf/invariant": "^3.13.0" | ||
} | ||
} |
5314
Updated@turf/bearing@^3.14.0
Updated@turf/destination@^3.14.0
Updated@turf/distance@^3.14.0