@turf/isolines
Advanced tools
Comparing version 6.2.0 to 6.3.0
{ | ||
"name": "@turf/isolines", | ||
"version": "6.2.0", | ||
"version": "6.3.0", | ||
"description": "turf isolines module", | ||
@@ -32,4 +32,7 @@ "author": "Turf Authors", | ||
"exports": { | ||
"import": "./dist/es/index.js", | ||
"require": "./dist/js/index.js" | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": "./dist/es/index.js", | ||
"require": "./dist/js/index.js" | ||
} | ||
}, | ||
@@ -51,7 +54,7 @@ "types": "index.d.ts", | ||
"devDependencies": { | ||
"@turf/envelope": "^6.2.0", | ||
"@turf/point-grid": "^6.2.0", | ||
"@turf/random": "^6.2.0", | ||
"@turf/rhumb-destination": "^6.2.0", | ||
"@turf/truncate": "^6.2.0", | ||
"@turf/envelope": "^6.3.0", | ||
"@turf/point-grid": "^6.3.0", | ||
"@turf/random": "^6.3.0", | ||
"@turf/rhumb-destination": "^6.3.0", | ||
"@turf/truncate": "^6.3.0", | ||
"benchmark": "*", | ||
@@ -66,9 +69,9 @@ "load-json-file": "*", | ||
"dependencies": { | ||
"@turf/bbox": "^6.2.0", | ||
"@turf/helpers": "^6.2.0", | ||
"@turf/invariant": "^6.2.0", | ||
"@turf/meta": "^6.2.0", | ||
"@turf/bbox": "^6.3.0", | ||
"@turf/helpers": "^6.3.0", | ||
"@turf/invariant": "^6.3.0", | ||
"@turf/meta": "^6.3.0", | ||
"object-assign": "*" | ||
}, | ||
"gitHead": "c277baf2b967a35efec75de9ae54869d20da5288" | ||
"gitHead": "57c8877e1e2d67effc2cdd23385c02b2a6615a49" | ||
} |
47887
Updated@turf/bbox@^6.3.0
Updated@turf/helpers@^6.3.0
Updated@turf/invariant@^6.3.0
Updated@turf/meta@^6.3.0