@turf/buffer
Advanced tools
Comparing version 3.7.0 to 3.7.1
@@ -8,3 +8,3 @@ // http://stackoverflow.com/questions/839899/how-do-i-calculate-a-point-on-a-circles-circumference | ||
var jsts = require('jsts'); | ||
var normalize = require('geojson-normalize'); | ||
var normalize = require('@mapbox/geojson-normalize'); | ||
@@ -11,0 +11,0 @@ /** |
{ | ||
"name": "@turf/buffer", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"description": "turf buffer module", | ||
@@ -34,11 +34,11 @@ "main": "index.js", | ||
"@turf/bbox": "^3.7.0", | ||
"@turf/helpers": "^3.6.3" | ||
"@turf/helpers": "^3.7.1" | ||
}, | ||
"dependencies": { | ||
"geojson-normalize": "0.0.0", | ||
"@mapbox/geojson-normalize": "0.0.1", | ||
"jsts": "1.3.0", | ||
"@turf/combine": "^3.7.0", | ||
"@turf/helpers": "^3.6.3" | ||
"@turf/helpers": "^3.7.1" | ||
}, | ||
"types": "index.d.ts" | ||
} |
7283
+ Added@mapbox/geojson-normalize@0.0.1(transitive)
- Removedgeojson-normalize@0.0.0
- Removedgeojson-normalize@0.0.0(transitive)
Updated@turf/helpers@^3.7.1