@turf/point-grid
Advanced tools
Comparing version 3.7.0 to 3.7.2
{ | ||
"name": "@turf/point-grid", | ||
"version": "3.7.0", | ||
"version": "3.7.2", | ||
"description": "", | ||
@@ -28,9 +28,9 @@ "main": "index.js", | ||
"tape": "^3.5.0", | ||
"@turf/bbox-polygon": "^3.7.0" | ||
"@turf/bbox-polygon": "^3.7.2" | ||
}, | ||
"dependencies": { | ||
"@turf/distance": "^3.7.0", | ||
"@turf/helpers": "^3.6.3" | ||
"@turf/distance": "^3.7.2", | ||
"@turf/helpers": "^3.7.2" | ||
}, | ||
"types": "index.d.ts" | ||
} |
Updated@turf/distance@^3.7.2
Updated@turf/helpers@^3.7.2