@turf/nearest-neighbor-analysis
Advanced tools
Comparing version 6.2.0 to 6.3.0
{ | ||
"name": "@turf/nearest-neighbor-analysis", | ||
"version": "6.2.0", | ||
"version": "6.3.0", | ||
"description": "turf nearest-neighbor-analysis module", | ||
@@ -28,4 +28,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" | ||
} | ||
}, | ||
@@ -47,3 +50,3 @@ "types": "dist/js/index.d.ts", | ||
"devDependencies": { | ||
"@turf/truncate": "^6.2.0", | ||
"@turf/truncate": "^6.3.0", | ||
"@types/tape": "*", | ||
@@ -60,12 +63,12 @@ "benchmark": "*", | ||
"dependencies": { | ||
"@turf/area": "^6.2.0", | ||
"@turf/bbox": "^6.2.0", | ||
"@turf/bbox-polygon": "^6.2.0", | ||
"@turf/centroid": "^6.2.0", | ||
"@turf/distance": "^6.2.0", | ||
"@turf/helpers": "^6.2.0", | ||
"@turf/meta": "^6.2.0", | ||
"@turf/nearest-point": "^6.2.0" | ||
"@turf/area": "^6.3.0", | ||
"@turf/bbox": "^6.3.0", | ||
"@turf/bbox-polygon": "^6.3.0", | ||
"@turf/centroid": "^6.3.0", | ||
"@turf/distance": "^6.3.0", | ||
"@turf/helpers": "^6.3.0", | ||
"@turf/meta": "^6.3.0", | ||
"@turf/nearest-point": "^6.3.0" | ||
}, | ||
"gitHead": "c277baf2b967a35efec75de9ae54869d20da5288" | ||
"gitHead": "57c8877e1e2d67effc2cdd23385c02b2a6615a49" | ||
} |
19985
Updated@turf/area@^6.3.0
Updated@turf/bbox@^6.3.0
Updated@turf/bbox-polygon@^6.3.0
Updated@turf/centroid@^6.3.0
Updated@turf/distance@^6.3.0
Updated@turf/helpers@^6.3.0
Updated@turf/meta@^6.3.0
Updated@turf/nearest-point@^6.3.0