Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Dec 7, 2017
1 parent 2c97029 commit 03d7023
Show file tree
Hide file tree
Showing 101 changed files with 735 additions and 736 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.0.4",
"version": "5.1.0",
"packages": [
"packages/*"
]
Expand Down
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": "5.0.4",
"version": "5.1.0",
"description": "turf along module",
"main": "main.js",
"module": "main.mjs",
Expand Down Expand Up @@ -39,14 +39,14 @@
"benchmark": "*",
"load-json-file": "*",
"rollup": "*",
"tape": "*",
"rollup-plugin-buble": "*"
"rollup-plugin-buble": "*",
"tape": "*"
},
"dependencies": {
"@turf/bearing": "^5.0.4",
"@turf/destination": "^5.0.4",
"@turf/distance": "^5.0.4",
"@turf/helpers": "^5.0.4"
"@turf/bearing": "^5.1.0",
"@turf/destination": "^5.1.0",
"@turf/distance": "^5.1.0",
"@turf/helpers": "^5.1.0"
},
"@std/esm": {
"esm": "js",
Expand Down
10 changes: 5 additions & 5 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.0.4",
"version": "5.1.0",
"description": "turf area module",
"main": "main.js",
"module": "main.mjs",
Expand Down Expand Up @@ -38,13 +38,13 @@
"benchmark": "*",
"load-json-file": "*",
"rollup": "*",
"rollup-plugin-buble": "*",
"tape": "*",
"write-json-file": "*",
"rollup-plugin-buble": "*"
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^5.0.4",
"@turf/meta": "^5.0.4"
"@turf/helpers": "^5.1.0",
"@turf/meta": "^5.1.0"
},
"@std/esm": {
"esm": "js",
Expand Down
12 changes: 6 additions & 6 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.0.4",
"version": "5.1.0",
"description": "turf bbox-clip module",
"main": "main.js",
"module": "main.mjs",
Expand Down Expand Up @@ -41,17 +41,17 @@
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@std/esm": "*",
"@turf/bbox": "*",
"@turf/bbox": "^5.1.0",
"benchmark": "*",
"load-json-file": "*",
"rollup": "*",
"rollup-plugin-buble": "*",
"tape": "*",
"write-json-file": "*",
"rollup-plugin-buble": "*"
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^5.0.4",
"@turf/invariant": "^5.0.4",
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0",
"lineclip": "^1.1.5"
},
"@std/esm": {
Expand Down
8 changes: 4 additions & 4 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.0.4",
"version": "5.1.0",
"description": "turf bbox-polygon module",
"main": "main.js",
"module": "main.mjs",
Expand Down Expand Up @@ -38,11 +38,11 @@
"@std/esm": "*",
"benchmark": "*",
"rollup": "*",
"tape": "*",
"rollup-plugin-buble": "*"
"rollup-plugin-buble": "*",
"tape": "*"
},
"dependencies": {
"@turf/helpers": "^5.0.4"
"@turf/helpers": "^5.1.0"
},
"@std/esm": {
"esm": "js",
Expand Down
10 changes: 5 additions & 5 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.0.4",
"version": "5.1.0",
"description": "turf bbox module",
"main": "main.js",
"module": "main.mjs",
Expand Down Expand Up @@ -39,12 +39,12 @@
"@std/esm": "*",
"benchmark": "*",
"rollup": "*",
"tape": "*",
"rollup-plugin-buble": "*"
"rollup-plugin-buble": "*",
"tape": "*"
},
"dependencies": {
"@turf/helpers": "^5.0.4",
"@turf/meta": "^5.0.4"
"@turf/helpers": "^5.1.0",
"@turf/meta": "^5.1.0"
},
"@std/esm": {
"esm": "js",
Expand Down
12 changes: 6 additions & 6 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.0.4",
"version": "5.1.0",
"description": "turf bearing module",
"main": "main.js",
"module": "main.mjs",
Expand Down Expand Up @@ -33,16 +33,16 @@
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@std/esm": "*",
"@turf/destination": "*",
"@turf/destination": "^5.1.0",
"benchmark": "*",
"rollup": "*",
"rollup-plugin-buble": "*",
"tape": "*",
"write-json-file": "*",
"rollup-plugin-buble": "*"
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^5.0.4",
"@turf/invariant": "^5.0.4"
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0"
},
"@std/esm": {
"esm": "js",
Expand Down
10 changes: 5 additions & 5 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.0.4",
"version": "5.1.0",
"description": "turf bezier-spline module",
"main": "main.js",
"module": "main.mjs",
Expand Down Expand Up @@ -40,13 +40,13 @@
"benchmark": "*",
"load-json-file": "*",
"rollup": "*",
"rollup-plugin-buble": "*",
"tape": "*",
"write-json-file": "*",
"rollup-plugin-buble": "*"
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^5.0.4",
"@turf/invariant": "^5.0.4"
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0"
},
"@std/esm": {
"esm": "js",
Expand Down
10 changes: 5 additions & 5 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.0.4",
"version": "5.1.0",
"description": "turf boolean-clockwise module",
"main": "main.js",
"module": "main.mjs",
Expand Down Expand Up @@ -44,12 +44,12 @@
"glob": "*",
"load-json-file": "*",
"rollup": "*",
"tape": "*",
"rollup-plugin-buble": "*"
"rollup-plugin-buble": "*",
"tape": "*"
},
"dependencies": {
"@turf/helpers": "^5.0.4",
"@turf/invariant": "^5.0.4"
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0"
},
"@std/esm": {
"esm": "js",
Expand Down
16 changes: 8 additions & 8 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.0.4",
"version": "5.1.0",
"description": "turf boolean-contains module",
"main": "main.js",
"module": "main.mjs",
Expand Down Expand Up @@ -45,15 +45,15 @@
"glob": "*",
"load-json-file": "*",
"rollup": "*",
"tape": "*",
"rollup-plugin-buble": "*"
"rollup-plugin-buble": "*",
"tape": "*"
},
"dependencies": {
"@turf/bbox": "^5.0.4",
"@turf/boolean-point-in-polygon": "^5.0.4",
"@turf/boolean-point-on-line": "^5.0.4",
"@turf/helpers": "^5.0.4",
"@turf/invariant": "^5.0.4"
"@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"
},
"@std/esm": {
"esm": "js",
Expand Down
16 changes: 8 additions & 8 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.0.4",
"version": "5.1.0",
"description": "turf boolean-crosses module",
"main": "main.js",
"module": "main.mjs",
Expand Down Expand Up @@ -44,15 +44,15 @@
"glob": "*",
"load-json-file": "*",
"rollup": "*",
"tape": "*",
"rollup-plugin-buble": "*"
"rollup-plugin-buble": "*",
"tape": "*"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "^5.0.4",
"@turf/helpers": "^5.0.4",
"@turf/invariant": "^5.0.4",
"@turf/line-intersect": "^5.0.4",
"@turf/polygon-to-line": "^5.0.4"
"@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"
},
"@std/esm": {
"esm": "js",
Expand Down
16 changes: 8 additions & 8 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.0.4",
"version": "5.1.0",
"description": "turf boolean-disjoint module",
"main": "main.js",
"module": "main.mjs",
Expand Down Expand Up @@ -43,15 +43,15 @@
"boolean-shapely": "*",
"load-json-file": "*",
"rollup": "*",
"tape": "*",
"rollup-plugin-buble": "*"
"rollup-plugin-buble": "*",
"tape": "*"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "^5.0.4",
"@turf/line-intersect": "^5.0.4",
"@turf/meta": "^5.0.4",
"@turf/polygon-to-line": "^5.0.4",
"@turf/helpers": "^5.0.4"
"@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"
},
"@std/esm": {
"esm": "js",
Expand Down
14 changes: 7 additions & 7 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.0.4",
"version": "5.1.0",
"description": "turf boolean-equal module",
"main": "main.js",
"module": "main.mjs",
Expand Down Expand Up @@ -47,14 +47,14 @@
"glob": "*",
"load-json-file": "*",
"rollup": "*",
"tape": "*",
"rollup-plugin-buble": "*"
"rollup-plugin-buble": "*",
"tape": "*"
},
"dependencies": {
"@turf/clean-coords": "^5.0.4",
"@turf/invariant": "^5.0.4",
"geojson-equality": "0.1.6",
"@turf/helpers": "^5.0.4"
"@turf/clean-coords": "^5.1.0",
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0",
"geojson-equality": "0.1.6"
},
"@std/esm": {
"esm": "js",
Expand Down
18 changes: 9 additions & 9 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.0.4",
"version": "5.1.0",
"description": "turf boolean-overlap module",
"main": "main.js",
"module": "main.mjs",
Expand Down Expand Up @@ -46,16 +46,16 @@
"glob": "*",
"load-json-file": "*",
"rollup": "*",
"tape": "*",
"rollup-plugin-buble": "*"
"rollup-plugin-buble": "*",
"tape": "*"
},
"dependencies": {
"@turf/invariant": "^5.0.4",
"@turf/line-intersect": "^5.0.4",
"@turf/line-overlap": "^5.0.4",
"@turf/meta": "^5.0.4",
"geojson-equality": "0.1.6",
"@turf/helpers": "^5.0.4"
"@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",
"geojson-equality": "0.1.6"
},
"@std/esm": {
"esm": "js",
Expand Down
Loading

0 comments on commit 03d7023

Please sign in to comment.