Skip to content

Commit

Permalink
v3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Jul 6, 2016
1 parent 6e8913b commit dd3c625
Show file tree
Hide file tree
Showing 49 changed files with 249 additions and 249 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.23",
"version": "3.0.15"
"version": "3.0.16"
}
14 changes: 7 additions & 7 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.0.15",
"version": "3.0.16",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -26,12 +26,12 @@
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/helpers": "^3.0.15"
"@turf/helpers": "^3.0.16"
},
"dependencies": {
"@turf/bearing": "^3.0.15",
"@turf/destination": "^3.0.15",
"@turf/distance": "^3.0.15",
"@turf/helpers": "^3.0.15"
"@turf/bearing": "^3.0.16",
"@turf/destination": "^3.0.16",
"@turf/distance": "^3.0.16",
"@turf/helpers": "^3.0.16"
}
}
}
4 changes: 2 additions & 2 deletions packages/turf-area/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/area",
"version": "3.0.15",
"version": "3.0.16",
"description": "calculate the area of a polygon or multipolygon feature",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,4 +29,4 @@
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
}
}
}
6 changes: 3 additions & 3 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.0.15",
"version": "3.0.16",
"description": "turf bboxPolygon module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,6 +28,6 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/helpers": "^3.0.15"
"@turf/helpers": "^3.0.16"
}
}
}
6 changes: 3 additions & 3 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.0.15",
"version": "3.0.16",
"description": "turf bbox module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,6 +29,6 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/meta": "^3.0.15"
"@turf/meta": "^3.0.16"
}
}
}
6 changes: 3 additions & 3 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.0.15",
"version": "3.0.16",
"description": "turf bearing module",
"main": "index.js",
"scripts": {
Expand All @@ -21,10 +21,10 @@
},
"homepage": "https://github.com/Turfjs/turf",
"dependencies": {
"@turf/invariant": "^3.0.15"
"@turf/invariant": "^3.0.16"
},
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0"
}
}
}
6 changes: 3 additions & 3 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.0.15",
"version": "3.0.16",
"description": "generate a bezier curve from a linestring",
"main": "index.js",
"scripts": {
Expand All @@ -24,10 +24,10 @@
},
"homepage": "https://github.com/Turfjs/turf",
"dependencies": {
"@turf/helpers": "^3.0.15"
"@turf/helpers": "^3.0.16"
},
"devDependencies": {
"benchmark": "1.0.0",
"tape": "~3.5.0"
}
}
}
14 changes: 7 additions & 7 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.0.15",
"version": "3.0.16",
"description": "turf buffer module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,14 +29,14 @@
"benchmark": "^1.0.0",
"glob": "^5.0.3",
"tape": "^3.5.0",
"@turf/distance": "^3.0.15",
"@turf/bbox": "^3.0.15",
"@turf/helpers": "^3.0.15"
"@turf/distance": "^3.0.16",
"@turf/bbox": "^3.0.16",
"@turf/helpers": "^3.0.16"
},
"dependencies": {
"geojson-normalize": "0.0.0",
"jsts": "1.1.2",
"@turf/combine": "^3.0.15",
"@turf/helpers": "^3.0.15"
"@turf/combine": "^3.0.16",
"@turf/helpers": "^3.0.16"
}
}
}
8 changes: 4 additions & 4 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.0.15",
"version": "3.0.16",
"description": "turf center module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/bbox": "^3.0.15",
"@turf/helpers": "^3.0.15"
"@turf/bbox": "^3.0.16",
"@turf/helpers": "^3.0.16"
}
}
}
8 changes: 4 additions & 4 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.0.15",
"version": "3.0.16",
"description": "turf centroid module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/meta": "^3.0.15",
"@turf/helpers": "^3.0.15"
"@turf/meta": "^3.0.16",
"@turf/helpers": "^3.0.16"
}
}
}
12 changes: 6 additions & 6 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.0.15",
"version": "3.0.16",
"description": "turf circle module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,11 +31,11 @@
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/distance": "^3.0.15",
"@turf/inside": "^3.0.15"
"@turf/distance": "^3.0.16",
"@turf/inside": "^3.0.16"
},
"dependencies": {
"@turf/destination": "^3.0.15",
"@turf/helpers": "^3.0.15"
"@turf/destination": "^3.0.16",
"@turf/helpers": "^3.0.16"
}
}
}
8 changes: 4 additions & 4 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.0.15",
"version": "3.0.16",
"description": "turf aggregate module",
"main": "index.js",
"scripts": {
Expand All @@ -27,9 +27,9 @@
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/helpers": "^3.0.15"
"@turf/helpers": "^3.0.16"
},
"dependencies": {
"@turf/inside": "^3.0.15"
"@turf/inside": "^3.0.16"
}
}
}
8 changes: 4 additions & 4 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.0.15",
"version": "3.0.16",
"description": "turf combine module",
"main": "index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"combine"
],
"dependencies": {
"@turf/meta": "^3.0.15"
"@turf/meta": "^3.0.16"
},
"author": "morganherlocker",
"license": "MIT",
Expand All @@ -29,6 +29,6 @@
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/helpers": "^3.0.15"
"@turf/helpers": "^3.0.16"
}
}
}
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.0.15",
"version": "3.0.16",
"description": "turf concave module",
"main": "index.js",
"scripts": {
Expand All @@ -27,9 +27,9 @@
"tape": "~3.5.0"
},
"dependencies": {
"@turf/meta": "^3.0.15",
"@turf/tin": "^3.0.15",
"@turf/union": "^3.0.15",
"@turf/distance": "^3.0.15"
"@turf/meta": "^3.0.16",
"@turf/tin": "^3.0.16",
"@turf/union": "^3.0.16",
"@turf/distance": "^3.0.16"
}
}
}
8 changes: 4 additions & 4 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.0.15",
"version": "3.0.16",
"description": "",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"convex-hull": "^1.0.3",
"@turf/meta": "^3.0.15",
"@turf/helpers": "^3.0.15"
"@turf/meta": "^3.0.16",
"@turf/helpers": "^3.0.16"
}
}
}
10 changes: 5 additions & 5 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.0.15",
"version": "3.0.16",
"description": "turf destination module",
"main": "index.js",
"scripts": {
Expand All @@ -27,10 +27,10 @@
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/distance": "^3.0.15"
"@turf/distance": "^3.0.16"
},
"dependencies": {
"@turf/helpers": "^3.0.15",
"@turf/invariant": "^3.0.15"
"@turf/helpers": "^3.0.16",
"@turf/invariant": "^3.0.16"
}
}
}
6 changes: 3 additions & 3 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.0.15",
"version": "3.0.16",
"description": "[Turf](http://turfjs.org/) difference module",
"main": "index.js",
"scripts": {
Expand All @@ -27,6 +27,6 @@
},
"dependencies": {
"jsts": "1.1.2",
"@turf/helpers": "^3.0.15"
"@turf/helpers": "^3.0.16"
}
}
}
8 changes: 4 additions & 4 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.0.15",
"version": "3.0.16",
"description": "turf distance module",
"main": "index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/invariant": "^3.0.15",
"@turf/helpers": "^3.0.15"
"@turf/invariant": "^3.0.16",
"@turf/helpers": "^3.0.16"
}
}
}
8 changes: 4 additions & 4 deletions packages/turf-envelope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/envelope",
"version": "3.0.15",
"version": "3.0.16",
"description": "turf envelope module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/bbox-polygon": "^3.0.15",
"@turf/bbox": "^3.0.15"
"@turf/bbox-polygon": "^3.0.16",
"@turf/bbox": "^3.0.16"
}
}
}

0 comments on commit dd3c625

Please sign in to comment.