Skip to content

Commit

Permalink
v5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Dec 10, 2017
1 parent a021aa2 commit b7da8c9
Show file tree
Hide file tree
Showing 101 changed files with 533 additions and 533 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "2.0.0-beta.34",
"npmClient": "yarn",
"version": "5.1.1",
"version": "5.1.4",
"packages": [
"packages/*"
]
Expand Down
10 changes: 5 additions & 5 deletions packages/turf-along/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/along",
"version": "5.1.0",
"version": "5.1.4",
"description": "turf along module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -43,10 +43,10 @@
"tape": "*"
},
"dependencies": {
"@turf/bearing": "^5.1.0",
"@turf/destination": "^5.1.0",
"@turf/distance": "^5.1.0",
"@turf/helpers": "^5.1.0"
"@turf/bearing": "^5.1.4",
"@turf/destination": "^5.1.4",
"@turf/distance": "^5.1.4",
"@turf/helpers": "^5.1.4"
},
"@std/esm": {
"esm": "js",
Expand Down
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": "5.1.0",
"version": "5.1.4",
"description": "turf area module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^5.1.0",
"@turf/meta": "^5.1.0"
"@turf/helpers": "^5.1.4",
"@turf/meta": "^5.1.4"
},
"@std/esm": {
"esm": "js",
Expand Down
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": "5.1.1",
"version": "5.1.4",
"description": "turf bbox-clip module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -42,16 +42,16 @@
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@std/esm": "*",
"@turf/bbox": "*",
"@turf/bbox": "^5.1.4",
"benchmark": "*",
"load-json-file": "*",
"rollup": "*",
"tape": "*",
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0",
"@turf/helpers": "^5.1.4",
"@turf/invariant": "^5.1.4",
"lineclip": "^1.1.5"
},
"@std/esm": {
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": "5.1.0",
"version": "5.1.4",
"description": "turf bbox-polygon module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"tape": "*"
},
"dependencies": {
"@turf/helpers": "^5.1.0"
"@turf/helpers": "^5.1.4"
},
"@std/esm": {
"esm": "js",
Expand Down
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": "5.1.0",
"version": "5.1.4",
"description": "turf bbox module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"tape": "*"
},
"dependencies": {
"@turf/helpers": "^5.1.0",
"@turf/meta": "^5.1.0"
"@turf/helpers": "^5.1.4",
"@turf/meta": "^5.1.4"
},
"@std/esm": {
"esm": "js",
Expand Down
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": "5.1.0",
"version": "5.1.4",
"description": "turf bearing module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -34,15 +34,15 @@
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@std/esm": "*",
"@turf/destination": "*",
"@turf/destination": "^5.1.4",
"benchmark": "*",
"rollup": "*",
"tape": "*",
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0"
"@turf/helpers": "^5.1.4",
"@turf/invariant": "^5.1.4"
},
"@std/esm": {
"esm": "js",
Expand Down
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": "5.1.0",
"version": "5.1.4",
"description": "turf bezier-spline module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -45,8 +45,8 @@
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0"
"@turf/helpers": "^5.1.4",
"@turf/invariant": "^5.1.4"
},
"@std/esm": {
"esm": "js",
Expand Down
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": "5.1.0",
"version": "5.1.4",
"description": "turf boolean-clockwise module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -48,8 +48,8 @@
"tape": "*"
},
"dependencies": {
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0"
"@turf/helpers": "^5.1.4",
"@turf/invariant": "^5.1.4"
},
"@std/esm": {
"esm": "js",
Expand Down
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": "5.1.0",
"version": "5.1.4",
"description": "turf boolean-contains module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -49,11 +49,11 @@
"tape": "*"
},
"dependencies": {
"@turf/bbox": "^5.1.0",
"@turf/boolean-point-in-polygon": "^5.1.0",
"@turf/boolean-point-on-line": "^5.1.0",
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0"
"@turf/bbox": "^5.1.4",
"@turf/boolean-point-in-polygon": "^5.1.4",
"@turf/boolean-point-on-line": "^5.1.4",
"@turf/helpers": "^5.1.4",
"@turf/invariant": "^5.1.4"
},
"@std/esm": {
"esm": "js",
Expand Down
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": "5.1.0",
"version": "5.1.4",
"description": "turf boolean-crosses module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -48,11 +48,11 @@
"tape": "*"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "^5.1.0",
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0",
"@turf/line-intersect": "^5.1.0",
"@turf/polygon-to-line": "^5.1.0"
"@turf/boolean-point-in-polygon": "^5.1.4",
"@turf/helpers": "^5.1.4",
"@turf/invariant": "^5.1.4",
"@turf/line-intersect": "^5.1.4",
"@turf/polygon-to-line": "^5.1.4"
},
"@std/esm": {
"esm": "js",
Expand Down
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": "5.1.0",
"version": "5.1.4",
"description": "turf boolean-disjoint module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -47,11 +47,11 @@
"tape": "*"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "^5.1.0",
"@turf/helpers": "^5.1.0",
"@turf/line-intersect": "^5.1.0",
"@turf/meta": "^5.1.0",
"@turf/polygon-to-line": "^5.1.0"
"@turf/boolean-point-in-polygon": "^5.1.4",
"@turf/helpers": "^5.1.4",
"@turf/line-intersect": "^5.1.4",
"@turf/meta": "^5.1.4",
"@turf/polygon-to-line": "^5.1.4"
},
"@std/esm": {
"esm": "js",
Expand Down
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": "5.1.1",
"version": "5.1.4",
"description": "turf boolean-equal module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -51,9 +51,9 @@
"tape": "*"
},
"dependencies": {
"@turf/clean-coords": "^5.1.0",
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0",
"@turf/clean-coords": "^5.1.4",
"@turf/helpers": "^5.1.4",
"@turf/invariant": "^5.1.4",
"geojson-equality": "0.1.6"
},
"@std/esm": {
Expand Down
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": "5.1.1",
"version": "5.1.4",
"description": "turf boolean-overlap module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -50,11 +50,11 @@
"tape": "*"
},
"dependencies": {
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0",
"@turf/line-intersect": "^5.1.0",
"@turf/line-overlap": "^5.1.0",
"@turf/meta": "^5.1.0",
"@turf/helpers": "^5.1.4",
"@turf/invariant": "^5.1.4",
"@turf/line-intersect": "^5.1.4",
"@turf/line-overlap": "^5.1.4",
"@turf/meta": "^5.1.4",
"geojson-equality": "0.1.6"
},
"@std/esm": {
Expand Down
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": "5.1.0",
"version": "5.1.4",
"description": "turf boolean-parallel module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -46,10 +46,10 @@
"write-json-file": "*"
},
"dependencies": {
"@turf/clean-coords": "^5.1.0",
"@turf/helpers": "^5.1.0",
"@turf/line-segment": "^5.1.0",
"@turf/rhumb-bearing": "^5.1.0"
"@turf/clean-coords": "^5.1.4",
"@turf/helpers": "^5.1.4",
"@turf/line-segment": "^5.1.4",
"@turf/rhumb-bearing": "^5.1.4"
},
"@std/esm": {
"esm": "js",
Expand Down
6 changes: 3 additions & 3 deletions packages/turf-boolean-point-in-polygon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-point-in-polygon",
"version": "5.1.0",
"version": "5.1.4",
"description": "turf boolean-point-in-polygon module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"tape": "*"
},
"dependencies": {
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0"
"@turf/helpers": "^5.1.4",
"@turf/invariant": "^5.1.4"
},
"@std/esm": {
"esm": "js",
Expand Down
6 changes: 3 additions & 3 deletions packages/turf-boolean-point-on-line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-point-on-line",
"version": "5.1.0",
"version": "5.1.4",
"description": "turf boolean-point-on-line module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -45,8 +45,8 @@
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0"
"@turf/helpers": "^5.1.4",
"@turf/invariant": "^5.1.4"
},
"@std/esm": {
"esm": "js",
Expand Down
12 changes: 6 additions & 6 deletions packages/turf-boolean-within/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-within",
"version": "5.1.0",
"version": "5.1.4",
"description": "turf boolean-within module",
"main": "main.js",
"module": "main.es.js",
Expand Down Expand Up @@ -50,11 +50,11 @@
"tape": "*"
},
"dependencies": {
"@turf/bbox": "^5.1.0",
"@turf/boolean-point-in-polygon": "^5.1.0",
"@turf/boolean-point-on-line": "^5.1.0",
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0"
"@turf/bbox": "^5.1.4",
"@turf/boolean-point-in-polygon": "^5.1.4",
"@turf/boolean-point-on-line": "^5.1.4",
"@turf/helpers": "^5.1.4",
"@turf/invariant": "^5.1.4"
},
"@std/esm": {
"esm": "js",
Expand Down
Loading

0 comments on commit b7da8c9

Please sign in to comment.