Skip to content

Commit

Permalink
v6.2.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfedderly committed Mar 26, 2020
1 parent ebbea3e commit fc519c0
Show file tree
Hide file tree
Showing 114 changed files with 720 additions and 718 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"command": {
"publish": {
"registry": "https://registry.npmjs.org"
}
},
"npmClient": "yarn",
"version": "6.2.0-alpha.0"
"version": "6.2.0-alpha.1"
}
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": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf along module",
"author": "Turf Authors",
"license": "MIT",
Expand Down Expand Up @@ -48,10 +48,10 @@
"typescript": "*"
},
"dependencies": {
"@turf/bearing": "^6.2.0-alpha.0",
"@turf/destination": "^6.2.0-alpha.0",
"@turf/distance": "^6.2.0-alpha.0",
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/invariant": "^6.2.0-alpha.0"
"@turf/bearing": "^6.2.0-alpha.1",
"@turf/destination": "^6.2.0-alpha.1",
"@turf/distance": "^6.2.0-alpha.1",
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/invariant": "^6.2.0-alpha.1"
}
}
16 changes: 8 additions & 8 deletions packages/turf-angle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/angle",
"version": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf angle module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -40,9 +40,9 @@
"test:tape": "node -r esm test.js"
},
"devDependencies": {
"@turf/distance": "^6.2.0-alpha.0",
"@turf/sector": "^6.2.0-alpha.0",
"@turf/truncate": "^6.2.0-alpha.0",
"@turf/distance": "^6.2.0-alpha.1",
"@turf/sector": "^6.2.0-alpha.1",
"@turf/truncate": "^6.2.0-alpha.1",
"@types/tape": "*",
"benchmark": "*",
"glob": "*",
Expand All @@ -53,9 +53,9 @@
"write-json-file": "*"
},
"dependencies": {
"@turf/bearing": "^6.2.0-alpha.0",
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/invariant": "^6.2.0-alpha.0",
"@turf/rhumb-bearing": "^6.2.0-alpha.0"
"@turf/bearing": "^6.2.0-alpha.1",
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/invariant": "^6.2.0-alpha.1",
"@turf/rhumb-bearing": "^6.2.0-alpha.1"
}
}
6 changes: 3 additions & 3 deletions packages/turf-area/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/area",
"version": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf area module",
"author": "Turf Authors",
"license": "MIT",
Expand Down Expand Up @@ -48,7 +48,7 @@
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/meta": "^6.2.0-alpha.0"
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/meta": "^6.2.0-alpha.1"
}
}
8 changes: 4 additions & 4 deletions packages/turf-bbox-clip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bbox-clip",
"version": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf bbox-clip module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"test:tape": "node -r esm test.js"
},
"devDependencies": {
"@turf/bbox": "^6.2.0-alpha.0",
"@turf/bbox": "^6.2.0-alpha.1",
"@types/tape": "*",
"benchmark": "*",
"load-json-file": "*",
Expand All @@ -55,7 +55,7 @@
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/invariant": "^6.2.0-alpha.0"
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/invariant": "^6.2.0-alpha.1"
}
}
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": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf bbox-polygon module",
"author": "Turf Authors",
"license": "MIT",
Expand Down Expand Up @@ -47,6 +47,6 @@
"typescript": "*"
},
"dependencies": {
"@turf/helpers": "^6.2.0-alpha.0"
"@turf/helpers": "^6.2.0-alpha.1"
}
}
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": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf bbox module",
"author": "Turf Authors",
"license": "MIT",
Expand Down Expand Up @@ -48,7 +48,7 @@
"typescript": "*"
},
"dependencies": {
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/meta": "^6.2.0-alpha.0"
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/meta": "^6.2.0-alpha.1"
}
}
8 changes: 4 additions & 4 deletions packages/turf-bearing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bearing",
"version": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf bearing module",
"author": "Turf Authors",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
"test:tape": "node -r esm test.js"
},
"devDependencies": {
"@turf/destination": "^6.2.0-alpha.0",
"@turf/destination": "^6.2.0-alpha.1",
"@types/tape": "*",
"benchmark": "*",
"tape": "*",
Expand All @@ -46,7 +46,7 @@
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/invariant": "^6.2.0-alpha.0"
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/invariant": "^6.2.0-alpha.1"
}
}
6 changes: 3 additions & 3 deletions packages/turf-bezier-spline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bezier-spline",
"version": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf bezier-spline module",
"author": "Turf Authors",
"license": "MIT",
Expand Down Expand Up @@ -49,7 +49,7 @@
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/invariant": "^6.2.0-alpha.0"
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/invariant": "^6.2.0-alpha.1"
}
}
6 changes: 3 additions & 3 deletions packages/turf-boolean-clockwise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-clockwise",
"version": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf boolean-clockwise module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"typescript": "*"
},
"dependencies": {
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/invariant": "^6.2.0-alpha.0"
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/invariant": "^6.2.0-alpha.1"
}
}
6 changes: 3 additions & 3 deletions packages/turf-boolean-concave/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-concave",
"version": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf boolean-concave module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -52,7 +52,7 @@
"typescript": "*"
},
"dependencies": {
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/invariant": "^6.2.0-alpha.0"
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/invariant": "^6.2.0-alpha.1"
}
}
12 changes: 6 additions & 6 deletions packages/turf-boolean-contains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-contains",
"version": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf boolean-contains module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -54,10 +54,10 @@
"typescript": "*"
},
"dependencies": {
"@turf/bbox": "^6.2.0-alpha.0",
"@turf/boolean-point-in-polygon": "^6.2.0-alpha.0",
"@turf/boolean-point-on-line": "^6.2.0-alpha.0",
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/invariant": "^6.2.0-alpha.0"
"@turf/bbox": "^6.2.0-alpha.1",
"@turf/boolean-point-in-polygon": "^6.2.0-alpha.1",
"@turf/boolean-point-on-line": "^6.2.0-alpha.1",
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/invariant": "^6.2.0-alpha.1"
}
}
12 changes: 6 additions & 6 deletions packages/turf-boolean-crosses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-crosses",
"version": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf boolean-crosses module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -53,10 +53,10 @@
"typescript": "*"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "^6.2.0-alpha.0",
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/invariant": "^6.2.0-alpha.0",
"@turf/line-intersect": "^6.2.0-alpha.0",
"@turf/polygon-to-line": "^6.2.0-alpha.0"
"@turf/boolean-point-in-polygon": "^6.2.0-alpha.1",
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/invariant": "^6.2.0-alpha.1",
"@turf/line-intersect": "^6.2.0-alpha.1",
"@turf/polygon-to-line": "^6.2.0-alpha.1"
}
}
12 changes: 6 additions & 6 deletions packages/turf-boolean-disjoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-disjoint",
"version": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf boolean-disjoint module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -52,10 +52,10 @@
"typescript": "*"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "^6.2.0-alpha.0",
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/line-intersect": "^6.2.0-alpha.0",
"@turf/meta": "^6.2.0-alpha.0",
"@turf/polygon-to-line": "^6.2.0-alpha.0"
"@turf/boolean-point-in-polygon": "^6.2.0-alpha.1",
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/line-intersect": "^6.2.0-alpha.1",
"@turf/meta": "^6.2.0-alpha.1",
"@turf/polygon-to-line": "^6.2.0-alpha.1"
}
}
8 changes: 4 additions & 4 deletions packages/turf-boolean-equal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-equal",
"version": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf boolean-equal module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -56,9 +56,9 @@
"typescript": "*"
},
"dependencies": {
"@turf/clean-coords": "^6.2.0-alpha.0",
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/invariant": "^6.2.0-alpha.0",
"@turf/clean-coords": "^6.2.0-alpha.1",
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/invariant": "^6.2.0-alpha.1",
"geojson-equality": "0.1.6"
}
}
8 changes: 4 additions & 4 deletions packages/turf-boolean-intersects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-intersects",
"version": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf boolean-intersects module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -52,8 +52,8 @@
"typescript": "*"
},
"dependencies": {
"@turf/boolean-disjoint": "^6.2.0-alpha.0",
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/meta": "^6.2.0-alpha.0"
"@turf/boolean-disjoint": "^6.2.0-alpha.1",
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/meta": "^6.2.0-alpha.1"
}
}
12 changes: 6 additions & 6 deletions packages/turf-boolean-overlap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-overlap",
"version": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf boolean-overlap module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -55,11 +55,11 @@
"typescript": "*"
},
"dependencies": {
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/invariant": "^6.2.0-alpha.0",
"@turf/line-intersect": "^6.2.0-alpha.0",
"@turf/line-overlap": "^6.2.0-alpha.0",
"@turf/meta": "^6.2.0-alpha.0",
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/invariant": "^6.2.0-alpha.1",
"@turf/line-intersect": "^6.2.0-alpha.1",
"@turf/line-overlap": "^6.2.0-alpha.1",
"@turf/meta": "^6.2.0-alpha.1",
"geojson-equality": "0.1.6"
}
}
10 changes: 5 additions & 5 deletions packages/turf-boolean-parallel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-parallel",
"version": "6.2.0-alpha.0",
"version": "6.2.0-alpha.1",
"description": "turf boolean-parallel module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -51,9 +51,9 @@
"write-json-file": "*"
},
"dependencies": {
"@turf/clean-coords": "^6.2.0-alpha.0",
"@turf/helpers": "^6.2.0-alpha.0",
"@turf/line-segment": "^6.2.0-alpha.0",
"@turf/rhumb-bearing": "^6.2.0-alpha.0"
"@turf/clean-coords": "^6.2.0-alpha.1",
"@turf/helpers": "^6.2.0-alpha.1",
"@turf/line-segment": "^6.2.0-alpha.1",
"@turf/rhumb-bearing": "^6.2.0-alpha.1"
}
}
Loading

0 comments on commit fc519c0

Please sign in to comment.