@turf/line-slice
Advanced tools
Comparing version 3.10.0 to 3.10.3
@@ -0,0 +0,0 @@ var lineSlice = require('./'); |
@@ -0,0 +0,0 @@ /// <reference types="geojson" /> |
@@ -0,0 +0,0 @@ var linestring = require('@turf/helpers').lineString; |
{ | ||
"name": "@turf/line-slice", | ||
"version": "3.10.0", | ||
"version": "3.10.3", | ||
"description": "", | ||
@@ -31,12 +31,12 @@ "main": "index.js", | ||
"tape": "^3.5.0", | ||
"@turf/helpers": "^3.10.0" | ||
"@turf/helpers": "^3.10.3" | ||
}, | ||
"dependencies": { | ||
"@turf/bearing": "^3.10.0", | ||
"@turf/destination": "^3.10.0", | ||
"@turf/distance": "^3.10.0", | ||
"@turf/helpers": "^3.10.0", | ||
"@turf/point-on-line": "^3.10.0" | ||
"@turf/destination": "^3.10.3", | ||
"@turf/distance": "^3.10.3", | ||
"@turf/helpers": "^3.10.3", | ||
"@turf/point-on-line": "^3.10.3" | ||
}, | ||
"types": "index.d.ts" | ||
} |
@@ -0,0 +0,0 @@ # @turf/line-slice |
@@ -0,0 +0,0 @@ var test = require('tape'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12108
Updated@turf/destination@^3.10.3
Updated@turf/distance@^3.10.3
Updated@turf/helpers@^3.10.3
Updated@turf/point-on-line@^3.10.3