@turf/hex-grid
Advanced tools
Comparing version 3.7.5 to 3.10.0
{ | ||
"name": "@turf/hex-grid", | ||
"version": "3.7.5", | ||
"version": "3.10.0", | ||
"description": "", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
], | ||
"author": "morganherlocker", | ||
"author": "Turf Authors", | ||
"contributors": [ | ||
@@ -38,11 +38,11 @@ "jseppi", | ||
"tape": "^3.5.0", | ||
"@turf/bbox-polygon": "^3.7.5", | ||
"@turf/explode": "^3.7.5", | ||
"@turf/inside": "^3.7.5" | ||
"@turf/bbox-polygon": "^3.10.0", | ||
"@turf/explode": "^3.10.0", | ||
"@turf/inside": "^3.10.0" | ||
}, | ||
"dependencies": { | ||
"@turf/distance": "^3.7.5", | ||
"@turf/helpers": "^3.7.5" | ||
"@turf/distance": "^3.10.0", | ||
"@turf/helpers": "^3.10.0" | ||
}, | ||
"types": "index.d.ts" | ||
} |
Sorry, the diff of this file is not supported yet
14026
Updated@turf/distance@^3.10.0
Updated@turf/helpers@^3.10.0