@turf/line-slice
Advanced tools
Comparing version 3.7.1 to 3.7.2
{ | ||
"name": "@turf/line-slice", | ||
"version": "3.7.1", | ||
"version": "3.7.2", | ||
"description": "", | ||
@@ -31,12 +31,12 @@ "main": "index.js", | ||
"tape": "^3.5.0", | ||
"@turf/helpers": "^3.7.1" | ||
"@turf/helpers": "^3.7.2" | ||
}, | ||
"dependencies": { | ||
"@turf/bearing": "^3.7.0", | ||
"@turf/destination": "^3.7.0", | ||
"@turf/distance": "^3.7.0", | ||
"@turf/helpers": "^3.7.1", | ||
"@turf/point-on-line": "^3.7.0" | ||
"@turf/destination": "^3.7.2", | ||
"@turf/distance": "^3.7.2", | ||
"@turf/helpers": "^3.7.2", | ||
"@turf/point-on-line": "^3.7.2" | ||
}, | ||
"types": "index.d.ts" | ||
} |
Updated@turf/destination@^3.7.2
Updated@turf/distance@^3.7.2
Updated@turf/helpers@^3.7.2
Updated@turf/point-on-line@^3.7.2