Skip to content

Commit

Permalink
v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Nov 9, 2017
1 parent 2376333 commit f8fe4c1
Show file tree
Hide file tree
Showing 98 changed files with 764 additions and 766 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.3",
"version": "5.0.4",
"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": "4.7.3",
"version": "5.0.4",
"description": "turf along module",
"main": "main",
"module": "index",
Expand Down Expand Up @@ -34,17 +34,17 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@std/esm": "*",
"benchmark": "*",
"load-json-file": "*",
"rollup": "*",
"tape": "*",
"@std/esm": "*"
"tape": "*"
},
"dependencies": {
"@turf/bearing": "5.x",
"@turf/destination": "5.x",
"@turf/distance": "5.x",
"@turf/helpers": "5.x"
"@turf/bearing": "^5.0.4",
"@turf/destination": "^5.0.4",
"@turf/distance": "^5.0.4",
"@turf/helpers": "^5.0.4"
},
"@std/esm": {
"esm": "js",
Expand Down
12 changes: 6 additions & 6 deletions packages/turf-area/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/area",
"version": "4.7.3",
"version": "5.0.4",
"description": "turf area module",
"main": "main",
"module": "index",
Expand Down Expand Up @@ -33,16 +33,16 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@std/esm": "*",
"benchmark": "*",
"load-json-file": "*",
"tape": "*",
"write-json-file": "*",
"rollup": "*",
"@std/esm": "*"
"tape": "*",
"write-json-file": "*"
},
"dependencies": {
"@turf/meta": "5.x",
"@turf/helpers": "5.x"
"@turf/helpers": "^5.0.4",
"@turf/meta": "^5.0.4"
},
"@std/esm": {
"esm": "js",
Expand Down
14 changes: 7 additions & 7 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": "4.7.3",
"version": "5.0.4",
"description": "turf bbox-clip module",
"main": "main",
"module": "index",
Expand Down Expand Up @@ -39,17 +39,17 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@turf/bbox": "*",
"@std/esm": "*",
"@turf/bbox": "^5.0.4",
"benchmark": "*",
"load-json-file": "*",
"tape": "*",
"write-json-file": "*",
"rollup": "*",
"@std/esm": "*"
"tape": "*",
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "5.x",
"@turf/invariant": "5.x",
"@turf/helpers": "^5.0.4",
"@turf/invariant": "^5.0.4",
"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.0",
"version": "5.0.4",
"description": "turf bbox-polygon module",
"main": "main",
"module": "index",
Expand Down Expand Up @@ -34,13 +34,13 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@std/esm": "*",
"benchmark": "*",
"tape": "*",
"rollup": "*",
"@std/esm": "*"
"tape": "*"
},
"dependencies": {
"@turf/helpers": "5.x"
"@turf/helpers": "^5.0.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.0.0",
"version": "5.0.4",
"description": "turf bbox module",
"main": "main",
"module": "index",
Expand Down Expand Up @@ -41,8 +41,8 @@
"tape": "*"
},
"dependencies": {
"@turf/helpers": "5.x",
"@turf/meta": "5.x"
"@turf/helpers": "^5.0.4",
"@turf/meta": "^5.0.4"
},
"@std/esm": {
"esm": "js",
Expand Down
14 changes: 7 additions & 7 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.0",
"version": "5.0.4",
"description": "turf bearing module",
"main": "main",
"module": "index",
Expand Down Expand Up @@ -31,16 +31,16 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@turf/destination": "*",
"@std/esm": "*",
"@turf/destination": "^5.0.4",
"benchmark": "*",
"tape": "*",
"write-json-file": "*",
"rollup": "*",
"@std/esm": "*"
"tape": "*",
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "5.x",
"@turf/invariant": "5.x"
"@turf/helpers": "^5.0.4",
"@turf/invariant": "^5.0.4"
},
"@std/esm": {
"esm": "js",
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "5.0.4",
"description": "turf bezier-spline module",
"main": "main",
"module": "index",
Expand Down Expand Up @@ -35,16 +35,16 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@std/esm": "*",
"benchmark": "*",
"load-json-file": "*",
"tape": "*",
"write-json-file": "*",
"rollup": "*",
"@std/esm": "*"
"tape": "*",
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "5.x",
"@turf/invariant": "5.x"
"@turf/helpers": "^5.0.4",
"@turf/invariant": "^5.0.4"
},
"@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": "4.7.3",
"version": "5.0.4",
"description": "turf boolean-clockwise module",
"main": "main",
"module": "index",
Expand Down Expand Up @@ -38,16 +38,16 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@std/esm": "*",
"benchmark": "*",
"glob": "*",
"load-json-file": "*",
"tape": "*",
"rollup": "*",
"@std/esm": "*"
"tape": "*"
},
"dependencies": {
"@turf/helpers": "5.x",
"@turf/invariant": "5.x"
"@turf/helpers": "^5.0.4",
"@turf/invariant": "^5.0.4"
},
"@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": "4.7.3",
"version": "5.0.4",
"description": "turf boolean-contains module",
"main": "main",
"module": "index",
Expand Down Expand Up @@ -37,21 +37,21 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@std/esm": "*",
"benchmark": "*",
"boolean-jsts": "*",
"boolean-shapely": "*",
"glob": "*",
"load-json-file": "*",
"tape": "*",
"rollup": "*",
"@std/esm": "*"
"tape": "*"
},
"dependencies": {
"@turf/bbox": "5.x",
"@turf/boolean-point-on-line": "5.x",
"@turf/helpers": "5.x",
"@turf/boolean-point-in-polygon": "5.x",
"@turf/invariant": "5.x"
"@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"
},
"@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": "4.7.3",
"version": "5.0.4",
"description": "turf boolean-crosses module",
"main": "main",
"module": "index",
Expand Down Expand Up @@ -37,20 +37,20 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@std/esm": "*",
"benchmark": "*",
"boolean-shapely": "*",
"glob": "*",
"load-json-file": "*",
"tape": "*",
"rollup": "*",
"@std/esm": "*"
"tape": "*"
},
"dependencies": {
"@turf/helpers": "5.x",
"@turf/boolean-point-in-polygon": "5.x",
"@turf/invariant": "5.x",
"@turf/line-intersect": "5.x",
"@turf/polygon-to-line": "5.x"
"@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"
},
"@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": "4.7.3",
"version": "5.0.4",
"description": "turf boolean-disjoint module",
"main": "main",
"module": "index",
Expand Down Expand Up @@ -37,19 +37,19 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@turf/helpers": "*",
"@std/esm": "*",
"@turf/helpers": "^5.0.4",
"benchmark": "*",
"boolean-shapely": "*",
"load-json-file": "*",
"tape": "*",
"rollup": "*",
"@std/esm": "*"
"tape": "*"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "5.x",
"@turf/line-intersect": "5.x",
"@turf/meta": "5.x",
"@turf/polygon-to-line": "5.x"
"@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"
},
"@std/esm": {
"esm": "js",
Expand Down
12 changes: 6 additions & 6 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": "4.7.3",
"version": "5.0.4",
"description": "turf boolean-equal module",
"main": "main",
"module": "index",
Expand Down Expand Up @@ -40,18 +40,18 @@
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"@turf/helpers": "*",
"@std/esm": "*",
"@turf/helpers": "^5.0.4",
"benchmark": "*",
"boolean-shapely": "*",
"glob": "*",
"load-json-file": "*",
"tape": "*",
"rollup": "*",
"@std/esm": "*"
"tape": "*"
},
"dependencies": {
"@turf/clean-coords": "*",
"@turf/invariant": "5.x",
"@turf/clean-coords": "^5.0.4",
"@turf/invariant": "^5.0.4",
"geojson-equality": "0.1.6"
},
"@std/esm": {
Expand Down
Loading

0 comments on commit f8fe4c1

Please sign in to comment.