Skip to content

Commit

Permalink
v3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Jan 23, 2017
1 parent d120ccf commit 1bd2736
Show file tree
Hide file tree
Showing 52 changed files with 229 additions and 227 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.30",
"version": "3.7.4"
"version": "3.7.5"
}
12 changes: 6 additions & 6 deletions packages/turf-along/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/along",
"version": "3.7.3",
"version": "3.7.5",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -26,13 +26,13 @@
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/helpers": "^3.7.3"
"@turf/helpers": "^3.7.5"
},
"dependencies": {
"@turf/bearing": "^3.7.3",
"@turf/destination": "^3.7.3",
"@turf/distance": "^3.7.3",
"@turf/helpers": "^3.7.3"
"@turf/bearing": "^3.7.5",
"@turf/destination": "^3.7.5",
"@turf/distance": "^3.7.5",
"@turf/helpers": "^3.7.5"
},
"types": "index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/turf-area/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/area",
"version": "3.7.3",
"version": "3.7.5",
"description": "calculate the area of a polygon or multipolygon feature",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/turf-bbox-polygon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bbox-polygon",
"version": "3.7.3",
"version": "3.7.5",
"description": "turf bboxPolygon module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/helpers": "^3.7.3"
"@turf/helpers": "^3.7.5"
},
"types": "index.d.ts"
}
4 changes: 2 additions & 2 deletions packages/turf-bbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bbox",
"version": "3.7.3",
"version": "3.7.5",
"description": "turf bbox module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/meta": "^3.7.3"
"@turf/meta": "^3.7.5"
},
"types": "index.d.ts"
}
4 changes: 2 additions & 2 deletions packages/turf-bearing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bearing",
"version": "3.7.3",
"version": "3.7.5",
"description": "turf bearing module",
"main": "index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/Turfjs/turf",
"dependencies": {
"@turf/invariant": "^3.7.3"
"@turf/invariant": "^3.7.5"
},
"devDependencies": {
"benchmark": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/turf-bezier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bezier",
"version": "3.7.3",
"version": "3.7.5",
"description": "generate a bezier curve from a linestring",
"main": "index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Turfjs/turf",
"dependencies": {
"@turf/helpers": "^3.7.3"
"@turf/helpers": "^3.7.5"
},
"devDependencies": {
"benchmark": "1.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/turf-buffer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/buffer",
"version": "3.7.3",
"version": "3.7.5",
"description": "turf buffer module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,15 +29,15 @@
"benchmark": "^1.0.0",
"glob": "^5.0.3",
"tape": "^3.5.0",
"@turf/distance": "^3.7.3",
"@turf/bbox": "^3.7.3",
"@turf/helpers": "^3.7.3"
"@turf/distance": "^3.7.5",
"@turf/bbox": "^3.7.5",
"@turf/helpers": "^3.7.5"
},
"dependencies": {
"@mapbox/geojson-normalize": "0.0.1",
"jsts": "1.3.0",
"@turf/combine": "^3.7.3",
"@turf/helpers": "^3.7.3"
"@turf/combine": "^3.7.5",
"@turf/helpers": "^3.7.5"
},
"types": "index.d.ts"
}
12 changes: 6 additions & 6 deletions packages/turf-center-of-mass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/center-of-mass",
"version": "3.7.3",
"version": "3.7.5",
"description": "Turf center of mass module",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -29,11 +29,11 @@
"tape": "~3.5.0"
},
"dependencies": {
"@turf/meta": "^3.7.3",
"@turf/centroid": "^3.7.3",
"@turf/convex": "^3.7.3",
"@turf/explode": "^3.7.3",
"@turf/helpers": "^3.7.3"
"@turf/meta": "^3.7.5",
"@turf/centroid": "^3.7.5",
"@turf/convex": "^3.7.5",
"@turf/explode": "^3.7.5",
"@turf/helpers": "^3.7.5"
},
"types": "index.d.ts"
}
6 changes: 3 additions & 3 deletions packages/turf-center/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/center",
"version": "3.7.3",
"version": "3.7.5",
"description": "turf center module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,8 +29,8 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/bbox": "^3.7.3",
"@turf/helpers": "^3.7.3"
"@turf/bbox": "^3.7.5",
"@turf/helpers": "^3.7.5"
},
"types": "index.d.ts"
}
6 changes: 3 additions & 3 deletions packages/turf-centroid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/centroid",
"version": "3.7.3",
"version": "3.7.5",
"description": "turf centroid module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/meta": "^3.7.3",
"@turf/helpers": "^3.7.3"
"@turf/meta": "^3.7.5",
"@turf/helpers": "^3.7.5"
},
"types": "index.d.ts"
}
10 changes: 5 additions & 5 deletions packages/turf-circle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/circle",
"version": "3.7.3",
"version": "3.7.5",
"description": "turf circle module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,12 +31,12 @@
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/distance": "^3.7.3",
"@turf/inside": "^3.7.3"
"@turf/distance": "^3.7.5",
"@turf/inside": "^3.7.5"
},
"dependencies": {
"@turf/destination": "^3.7.3",
"@turf/helpers": "^3.7.3"
"@turf/destination": "^3.7.5",
"@turf/helpers": "^3.7.5"
},
"types": "index.d.ts"
}
12 changes: 7 additions & 5 deletions packages/turf-collect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/collect",
"version": "3.7.3",
"version": "3.7.5",
"description": "turf aggregate module",
"main": "index.js",
"scripts": {
Expand All @@ -23,17 +23,19 @@
],
"homepage": "https://github.com/Turfjs/turf",
"author": "Morgan Herlocker",
"contributors": ["Rowan Winsemius"],
"contributors": [
"Rowan Winsemius"
],
"license": "MIT",
"dependencies": {
"rbush": "^2.0.1",
"@turf/bbox": "^3.0.12",
"@turf/inside": "^3.0.12"
"@turf/bbox": "^3.7.5",
"@turf/inside": "^3.7.5"
},
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.6.1",
"@turf/helpers": "^3.7.3"
"@turf/helpers": "^3.7.5"
},
"types": "index.d.ts"
}
6 changes: 3 additions & 3 deletions packages/turf-combine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/combine",
"version": "3.7.3",
"version": "3.7.5",
"description": "turf combine module",
"main": "index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"combine"
],
"dependencies": {
"@turf/meta": "^3.7.3"
"@turf/meta": "^3.7.5"
},
"author": "morganherlocker",
"license": "MIT",
Expand All @@ -29,7 +29,7 @@
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/helpers": "^3.7.3"
"@turf/helpers": "^3.7.5"
},
"types": "index.d.ts"
}
12 changes: 6 additions & 6 deletions packages/turf-concave/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/concave",
"version": "3.7.3",
"version": "3.7.5",
"description": "turf concave module",
"main": "index.js",
"scripts": {
Expand All @@ -25,13 +25,13 @@
"benchmark": "^1.0.0",
"glob": "~4.3.5",
"tape": "~3.5.0",
"@turf/helpers": "^3.7.3"
"@turf/helpers": "^3.7.5"
},
"dependencies": {
"@turf/meta": "^3.7.3",
"@turf/tin": "^3.7.3",
"@turf/union": "^3.7.3",
"@turf/distance": "^3.7.3"
"@turf/meta": "^3.7.5",
"@turf/tin": "^3.7.5",
"@turf/union": "^3.7.5",
"@turf/distance": "^3.7.5"
},
"types": "index.d.ts"
}
6 changes: 3 additions & 3 deletions packages/turf-convex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/convex",
"version": "3.7.3",
"version": "3.7.5",
"description": "",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"convex-hull": "^1.0.3",
"@turf/meta": "^3.7.3",
"@turf/helpers": "^3.7.3"
"@turf/meta": "^3.7.5",
"@turf/helpers": "^3.7.5"
},
"types": "index.d.ts"
}
8 changes: 4 additions & 4 deletions packages/turf-destination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/destination",
"version": "3.7.3",
"version": "3.7.5",
"description": "turf destination module",
"main": "index.js",
"scripts": {
Expand All @@ -27,11 +27,11 @@
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/distance": "^3.7.3"
"@turf/distance": "^3.7.5"
},
"dependencies": {
"@turf/helpers": "^3.7.3",
"@turf/invariant": "^3.7.3"
"@turf/helpers": "^3.7.5",
"@turf/invariant": "^3.7.5"
},
"types": "index.d.ts"
}
4 changes: 2 additions & 2 deletions packages/turf-difference/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/difference",
"version": "3.7.3",
"version": "3.7.5",
"description": "[Turf](http://turfjs.org/) difference module",
"main": "index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"jsts": "1.3.0",
"@turf/helpers": "^3.7.3"
"@turf/helpers": "^3.7.5"
},
"types": "index.d.ts"
}
6 changes: 3 additions & 3 deletions packages/turf-distance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/distance",
"version": "3.7.3",
"version": "3.7.5",
"description": "turf distance module",
"main": "index.js",
"scripts": {
Expand All @@ -27,8 +27,8 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/invariant": "^3.7.3",
"@turf/helpers": "^3.7.3"
"@turf/invariant": "^3.7.5",
"@turf/helpers": "^3.7.5"
},
"types": "index.d.ts"
}

0 comments on commit 1bd2736

Please sign in to comment.