@turf/hex-grid
Advanced tools
Comparing version 4.5.2 to 4.6.0
@@ -36,3 +36,3 @@ var distance = require('@turf/distance'); | ||
* //addToMap | ||
* var addToMap = [hexgrid] | ||
* var addToMap = [hexgrid]; | ||
*/ | ||
@@ -39,0 +39,0 @@ module.exports = function hexGrid(bbox, cellDiameter, units, triangles) { |
{ | ||
"name": "@turf/hex-grid", | ||
"version": "4.5.2", | ||
"version": "4.6.0", | ||
"description": "turf hex-grid module", | ||
@@ -42,4 +42,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@turf/centroid": "^4.5.2", | ||
"@turf/truncate": "^4.5.2", | ||
"@turf/centroid": "^4.6.0", | ||
"@turf/truncate": "^4.6.0", | ||
"benchmark": "^2.1.4", | ||
@@ -51,5 +51,5 @@ "load-json-file": "^2.0.0", | ||
"dependencies": { | ||
"@turf/distance": "^4.5.2", | ||
"@turf/helpers": "^4.5.2" | ||
"@turf/distance": "^4.6.0", | ||
"@turf/helpers": "^4.6.0" | ||
} | ||
} |
@@ -26,3 +26,3 @@ # @turf/hex-grid | ||
//addToMap | ||
var addToMap = [hexgrid] | ||
var addToMap = [hexgrid]; | ||
``` | ||
@@ -29,0 +29,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9264
Updated@turf/distance@^4.6.0
Updated@turf/helpers@^4.6.0