@turf/isolines
Advanced tools
Comparing version 6.2.0-alpha.1 to 6.2.0-alpha.2
{ | ||
"name": "@turf/isolines", | ||
"version": "6.2.0-alpha.1", | ||
"version": "6.2.0-alpha.2", | ||
"description": "turf isolines module", | ||
@@ -48,10 +48,11 @@ "author": "Turf Authors", | ||
"devDependencies": { | ||
"@turf/envelope": "^6.2.0-alpha.1", | ||
"@turf/point-grid": "^6.2.0-alpha.1", | ||
"@turf/random": "^6.2.0-alpha.1", | ||
"@turf/rhumb-destination": "^6.2.0-alpha.1", | ||
"@turf/truncate": "^6.2.0-alpha.1", | ||
"@turf/envelope": "^6.2.0-alpha.2", | ||
"@turf/point-grid": "^6.2.0-alpha.2", | ||
"@turf/random": "^6.2.0-alpha.2", | ||
"@turf/rhumb-destination": "^6.2.0-alpha.2", | ||
"@turf/truncate": "^6.2.0-alpha.2", | ||
"benchmark": "*", | ||
"load-json-file": "*", | ||
"matrix-to-grid": "*", | ||
"npm-run-all": "*", | ||
"rollup": "*", | ||
@@ -62,9 +63,9 @@ "tape": "*", | ||
"dependencies": { | ||
"@turf/bbox": "^6.2.0-alpha.1", | ||
"@turf/helpers": "^6.2.0-alpha.1", | ||
"@turf/invariant": "^6.2.0-alpha.1", | ||
"@turf/meta": "^6.2.0-alpha.1", | ||
"@turf/bbox": "^6.2.0-alpha.2", | ||
"@turf/helpers": "^6.2.0-alpha.2", | ||
"@turf/invariant": "^6.2.0-alpha.2", | ||
"@turf/meta": "^6.2.0-alpha.2", | ||
"object-assign": "*" | ||
}, | ||
"gitHead": "fc519c045a8931c1e14eab9160a7e28391f8da02" | ||
"gitHead": "23d5cb91d77e0c1e2e903a2252f525797f1d0d09" | ||
} |
69224
12
Updated@turf/bbox@^6.2.0-alpha.2
Updated@turf/helpers@^6.2.0-alpha.2
Updated@turf/meta@^6.2.0-alpha.2