@turf/collect
Advanced tools
Comparing version 3.10.5 to 3.13.0
{ | ||
"name": "@turf/collect", | ||
"version": "3.10.5", | ||
"description": "turf aggregate module", | ||
"version": "3.13.0", | ||
"description": "turf collect module", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"scripts": { | ||
"test": "tape test.js" | ||
"test": "node test.js", | ||
"bench": "node bench.js" | ||
}, | ||
@@ -30,13 +36,12 @@ "repository": { | ||
"license": "MIT", | ||
"dependencies": { | ||
"rbush": "^2.0.1", | ||
"@turf/bbox": "^3.10.5", | ||
"@turf/inside": "^3.10.5" | ||
}, | ||
"devDependencies": { | ||
"benchmark": "^1.0.0", | ||
"tape": "^3.6.1", | ||
"@turf/helpers": "^3.10.5" | ||
"@turf/helpers": "^3.13.0" | ||
}, | ||
"types": "index.d.ts" | ||
"dependencies": { | ||
"rbush": "^2.0.1", | ||
"@turf/bbox": "^3.13.0", | ||
"@turf/inside": "^3.13.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
7438
5
66
Updated@turf/bbox@^3.13.0
Updated@turf/inside@^3.13.0