Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Apr 30, 2017
1 parent b517e39 commit c7c379a
Show file tree
Hide file tree
Showing 68 changed files with 338 additions and 338 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.34",
"version": "4.1.0"
"version": "4.2.0"
}
12 changes: 6 additions & 6 deletions packages/turf-along/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/along",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf along module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -32,12 +32,12 @@
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/helpers": "^4.1.0"
"@turf/helpers": "^4.2.0"
},
"dependencies": {
"@turf/bearing": "^4.1.0",
"@turf/destination": "^4.1.0",
"@turf/distance": "^4.1.0",
"@turf/helpers": "^4.1.0"
"@turf/bearing": "^4.2.0",
"@turf/destination": "^4.2.0",
"@turf/distance": "^4.2.0",
"@turf/helpers": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/turf-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/area",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf area module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -36,6 +36,6 @@
},
"dependencies": {
"@mapbox/geojson-area": "^0.2.2",
"@turf/meta": "^4.1.0"
"@turf/meta": "^4.2.0"
}
}
8 changes: 4 additions & 4 deletions packages/turf-bbox-clip/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/bbox-clip",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf bbox-clip module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -35,15 +35,15 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@turf/bbox": "^4.1.0",
"@turf/bbox": "^4.2.0",
"benchmark": "^2.1.3",
"load-json-file": "^2.0.0",
"tape": "^3.5.0",
"write-json-file": "^2.0.0"
},
"dependencies": {
"@turf/helpers": "^4.1.0",
"@turf/invariant": "^4.1.0",
"@turf/helpers": "^4.2.0",
"@turf/invariant": "^4.2.0",
"lineclip": "^1.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/turf-bbox-polygon/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/bbox-polygon",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf bbox-polygon module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -34,6 +34,6 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/helpers": "^4.1.0"
"@turf/helpers": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/turf-bbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/bbox",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf bbox module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -35,6 +35,6 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/meta": "^4.1.0"
"@turf/meta": "^4.2.0"
}
}
8 changes: 4 additions & 4 deletions packages/turf-bearing/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/bearing",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf bearing module",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -27,13 +27,13 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@turf/destination": "^4.1.0",
"@turf/helpers": "^4.1.0",
"@turf/destination": "^4.2.0",
"@turf/helpers": "^4.2.0",
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"write-json-file": "^2.0.0"
},
"dependencies": {
"@turf/invariant": "^4.1.0"
"@turf/invariant": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/turf-bezier/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/bezier",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf bezier module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {},
"dependencies": {
"@turf/helpers": "^4.1.0",
"@turf/helpers": "^4.2.0",
"benchmark": "^2.1.4",
"load-json-file": "^2.0.0",
"tape": "^4.6.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/turf-buffer/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/buffer",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf buffer module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -36,17 +36,17 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@turf/truncate": "^4.1.0",
"@turf/truncate": "^4.2.0",
"benchmark": "^2.1.4",
"load-json-file": "^2.0.0",
"tape": "^4.6.3",
"write-json-file": "^2.0.0"
},
"dependencies": {
"@turf/circle": "^4.1.0",
"@turf/dissolve": "^4.1.0",
"@turf/helpers": "^4.1.0",
"@turf/meta": "^4.1.0",
"@turf/circle": "^4.2.0",
"@turf/dissolve": "^4.2.0",
"@turf/helpers": "^4.2.0",
"@turf/meta": "^4.2.0",
"jsts": "1.3.0"
}
}
12 changes: 6 additions & 6 deletions packages/turf-center-of-mass/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/center-of-mass",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf center-of-mass module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -32,10 +32,10 @@
"tape": "~3.5.0"
},
"dependencies": {
"@turf/meta": "^4.1.0",
"@turf/centroid": "^4.1.0",
"@turf/convex": "^4.1.0",
"@turf/explode": "^4.1.0",
"@turf/helpers": "^4.1.0"
"@turf/meta": "^4.2.0",
"@turf/centroid": "^4.2.0",
"@turf/convex": "^4.2.0",
"@turf/explode": "^4.2.0",
"@turf/helpers": "^4.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/turf-center/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/center",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf center module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/bbox": "^4.1.0",
"@turf/helpers": "^4.1.0"
"@turf/bbox": "^4.2.0",
"@turf/helpers": "^4.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/turf-centroid/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/centroid",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf centroid module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/meta": "^4.1.0",
"@turf/helpers": "^4.1.0"
"@turf/meta": "^4.2.0",
"@turf/helpers": "^4.2.0"
}
}
8 changes: 4 additions & 4 deletions packages/turf-circle/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/circle",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf circle module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -31,14 +31,14 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@turf/truncate": "^4.1.0",
"@turf/truncate": "^4.2.0",
"benchmark": "^2.1.4",
"load-json-file": "^2.0.0",
"tape": "^4.6.3",
"write-json-file": "^2.0.0"
},
"dependencies": {
"@turf/destination": "^4.1.0",
"@turf/helpers": "^4.1.0"
"@turf/destination": "^4.2.0",
"@turf/helpers": "^4.2.0"
}
}
8 changes: 4 additions & 4 deletions packages/turf-collect/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/collect",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf collect module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -36,11 +36,11 @@
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.6.1",
"@turf/helpers": "^4.1.0"
"@turf/helpers": "^4.2.0"
},
"dependencies": {
"rbush": "^2.0.1",
"@turf/bbox": "^4.1.0",
"@turf/inside": "^4.1.0"
"@turf/bbox": "^4.2.0",
"@turf/inside": "^4.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/turf-combine/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/combine",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf combine module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -32,9 +32,9 @@
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/helpers": "^4.1.0"
"@turf/helpers": "^4.2.0"
},
"dependencies": {
"@turf/meta": "^4.1.0"
"@turf/meta": "^4.2.0"
}
}
12 changes: 6 additions & 6 deletions packages/turf-concave/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/concave",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf concave module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -31,12 +31,12 @@
"benchmark": "^1.0.0",
"glob": "~4.3.5",
"tape": "~3.5.0",
"@turf/helpers": "^4.1.0"
"@turf/helpers": "^4.2.0"
},
"dependencies": {
"@turf/meta": "^4.1.0",
"@turf/tin": "^4.1.0",
"@turf/union": "^4.1.0",
"@turf/distance": "^4.1.0"
"@turf/meta": "^4.2.0",
"@turf/tin": "^4.2.0",
"@turf/union": "^4.2.0",
"@turf/distance": "^4.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/turf-convex/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/convex",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf convex module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"convex-hull": "^1.0.3",
"@turf/meta": "^4.1.0",
"@turf/helpers": "^4.1.0"
"@turf/meta": "^4.2.0",
"@turf/helpers": "^4.2.0"
}
}
12 changes: 6 additions & 6 deletions packages/turf-destination/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/destination",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf destination module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -31,15 +31,15 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@turf/distance": "^4.1.0",
"@turf/truncate": "^4.1.0",
"@turf/great-circle": "^4.1.0",
"@turf/distance": "^4.2.0",
"@turf/truncate": "^4.2.0",
"@turf/great-circle": "^4.2.0",
"benchmark": "^1.0.0",
"tape": "^3.5.0"
},
"dependencies": {
"@turf/helpers": "^4.1.0",
"@turf/invariant": "^4.1.0",
"@turf/helpers": "^4.2.0",
"@turf/invariant": "^4.2.0",
"load-json-file": "^2.0.0",
"write-json-file": "^2.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/turf-difference/package.json
@@ -1,6 +1,6 @@
{
"name": "@turf/difference",
"version": "4.1.0",
"version": "4.2.0",
"description": "turf difference module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -33,6 +33,6 @@
},
"dependencies": {
"jsts": "1.3.0",
"@turf/helpers": "^4.1.0"
"@turf/helpers": "^4.2.0"
}
}

0 comments on commit c7c379a

Please sign in to comment.