@turf/point-on-line
Advanced tools
Comparing version 4.2.0 to 4.3.0
{ | ||
"name": "@turf/point-on-line", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "turf point-on-line module", | ||
@@ -26,6 +26,6 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@turf/along": "^4.2.0", | ||
"@turf/helpers": "^4.2.0", | ||
"@turf/line-distance": "^4.2.0", | ||
"@turf/truncate": "^4.2.0", | ||
"@turf/along": "^4.3.0", | ||
"@turf/helpers": "^4.3.0", | ||
"@turf/line-distance": "^4.3.0", | ||
"@turf/truncate": "^4.3.0", | ||
"benchmark": "^2.1.4", | ||
@@ -37,8 +37,8 @@ "load-json-file": "^2.0.0", | ||
"dependencies": { | ||
"@turf/bearing": "^4.2.0", | ||
"@turf/destination": "^4.2.0", | ||
"@turf/distance": "^4.2.0", | ||
"@turf/helpers": "^4.2.0", | ||
"@turf/line-intersect": "^4.2.0" | ||
"@turf/bearing": "^4.3.0", | ||
"@turf/destination": "^4.3.0", | ||
"@turf/distance": "^4.3.0", | ||
"@turf/helpers": "^4.3.0", | ||
"@turf/line-intersect": "^4.3.0" | ||
} | ||
} |
Updated@turf/bearing@^4.3.0
Updated@turf/destination@^4.3.0
Updated@turf/distance@^4.3.0
Updated@turf/helpers@^4.3.0
Updated@turf/line-intersect@^4.3.0