Comparing version 4.5.2 to 4.6.0
{ | ||
"name": "@turf/idw", | ||
"version": "4.5.2", | ||
"version": "4.6.0", | ||
"description": "turf idw module", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@turf/helpers": "^4.5.2", | ||
"@turf/helpers": "^4.6.0", | ||
"benchmark": "^2.1.4", | ||
@@ -38,7 +38,7 @@ "load-json-file": "^2.0.0", | ||
"dependencies": { | ||
"@turf/bbox": "^4.5.2", | ||
"@turf/centroid": "^4.5.2", | ||
"@turf/distance": "^4.5.2", | ||
"@turf/square-grid": "^4.5.2" | ||
"@turf/bbox": "^4.6.0", | ||
"@turf/centroid": "^4.6.0", | ||
"@turf/distance": "^4.6.0", | ||
"@turf/square-grid": "^4.6.0" | ||
} | ||
} |
Updated@turf/bbox@^4.6.0
Updated@turf/centroid@^4.6.0
Updated@turf/distance@^4.6.0
Updated@turf/square-grid@^4.6.0