@turf/isobands
Advanced tools
Comparing version 5.1.0 to 5.1.5
{ | ||
"name": "@turf/isobands", | ||
"version": "5.1.0", | ||
"version": "5.1.5", | ||
"description": "turf isobands module", | ||
"main": "main.js", | ||
"module": "main.mjs", | ||
"module": "main.es.js", | ||
"types": "index.d.ts", | ||
@@ -13,3 +13,3 @@ "files": [ | ||
"lib", | ||
"main.mjs" | ||
"main.es.js" | ||
], | ||
@@ -19,2 +19,3 @@ "scripts": { | ||
"test": "node -r @std/esm test.js", | ||
"posttest": "node -r @std/esm ../../scripts/validate-es5-dependencies.js", | ||
"bench": "node -r @std/esm bench.js", | ||
@@ -47,7 +48,7 @@ "docs": "node ../../scripts/generate-readmes" | ||
"@std/esm": "*", | ||
"@turf/envelope": "^5.1.0", | ||
"@turf/point-grid": "^5.1.0", | ||
"@turf/random": "^5.1.0", | ||
"@turf/rhumb-destination": "^5.1.0", | ||
"@turf/truncate": "^5.1.0", | ||
"@turf/envelope": "^5.1.5", | ||
"@turf/point-grid": "^5.1.5", | ||
"@turf/random": "^5.1.5", | ||
"@turf/rhumb-destination": "^5.1.5", | ||
"@turf/truncate": "^5.1.5", | ||
"benchmark": "*", | ||
@@ -58,3 +59,2 @@ "chroma-js": "*", | ||
"rollup": "*", | ||
"rollup-plugin-buble": "*", | ||
"tape": "*", | ||
@@ -64,9 +64,9 @@ "write-json-file": "*" | ||
"dependencies": { | ||
"@turf/area": "^5.1.0", | ||
"@turf/bbox": "^5.1.0", | ||
"@turf/boolean-point-in-polygon": "^5.1.0", | ||
"@turf/explode": "^5.1.0", | ||
"@turf/helpers": "^5.1.0", | ||
"@turf/invariant": "^5.1.0", | ||
"@turf/meta": "^5.1.0" | ||
"@turf/area": "^5.1.5", | ||
"@turf/bbox": "^5.1.5", | ||
"@turf/boolean-point-in-polygon": "^5.1.5", | ||
"@turf/explode": "^5.1.5", | ||
"@turf/helpers": "^5.1.5", | ||
"@turf/invariant": "^5.1.5", | ||
"@turf/meta": "^5.1.5" | ||
}, | ||
@@ -73,0 +73,0 @@ "@std/esm": { |
Sorry, the diff of this file is too big to display
13
400131
Updated@turf/area@^5.1.5
Updated@turf/bbox@^5.1.5
Updated@turf/explode@^5.1.5
Updated@turf/helpers@^5.1.5
Updated@turf/invariant@^5.1.5
Updated@turf/meta@^5.1.5