Skip to content

Commit

Permalink
Upgrade martinez to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PizzaBrandon committed Jun 8, 2018
1 parent c5e32b4 commit efb0198
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/turf-difference/index.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import martinez from 'martinez-polygon-clipping';
import * as martinez from 'martinez-polygon-clipping';
import area from '@turf/area';
import { feature, multiPolygon, polygon } from '@turf/helpers';
import { getGeom } from '@turf/invariant';
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-intersect/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Feature, multiPolygon, MultiPolygon, polygon, Polygon, Properties } from "@turf/helpers";
import { getGeom } from "@turf/invariant";
import martinez from "martinez-polygon-clipping";
import * as martinez from "martinez-polygon-clipping";

/**
* Takes two {@link Polygon|polygon} or {@link MultiPolygon|multi-polygon} geometries and
Expand Down
29 changes: 22 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@
"@turf/helpers" "^5.1.5"
"@turf/invariant" "^5.1.5"

"@turf/circle@^5.1.5":
version "5.1.5"
resolved "https://registry.yarnpkg.com/@turf/circle/-/circle-5.1.5.tgz#9b1577835508ab52fb1c10b2a5065cba2b87b6a5"
dependencies:
"@turf/destination" "^5.1.5"
"@turf/helpers" "^5.1.5"

"@turf/[email protected]":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@turf/clean-coords/-/clean-coords-6.0.0.tgz#edac2b00dcbfd61c42dd035bfd5f21075c887565"
Expand Down Expand Up @@ -152,6 +159,14 @@
dependencies:
"@turf/helpers" "^5.1.5"

"@turf/[email protected]", "@turf/line-arc@^5.1.5":
version "5.1.5"
resolved "https://registry.yarnpkg.com/@turf/line-arc/-/line-arc-5.1.5.tgz#0078a7447835a12ae414a211f9a64d1186150e15"
dependencies:
"@turf/circle" "^5.1.5"
"@turf/destination" "^5.1.5"
"@turf/helpers" "^5.1.5"

"@turf/line-intersect@^5.1.5":
version "5.1.5"
resolved "https://registry.yarnpkg.com/@turf/line-intersect/-/line-intersect-5.1.5.tgz#0e29071ae403295e491723bc49f5cfac8d11ddf3"
Expand Down Expand Up @@ -509,10 +524,6 @@ atob@^2.0.0:
version "2.0.3"
resolved "https://registry.yarnpkg.com/atob/-/atob-2.0.3.tgz#19c7a760473774468f20b2d2d03372ad7d4cbf5d"

avl@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/avl/-/avl-1.4.1.tgz#c7ad7b26c7b81fb9919f4561c9601ff4c3e38ad7"

aws-sign2@~0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f"
Expand Down Expand Up @@ -3802,10 +3813,10 @@ markdown-table@^1.1.0:
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-1.1.1.tgz#4b3dd3a133d1518b8ef0dbc709bf2a1b4824bc8c"

martinez-polygon-clipping@*:
version "0.3.3"
resolved "https://registry.yarnpkg.com/martinez-polygon-clipping/-/martinez-polygon-clipping-0.3.3.tgz#a7b9429c9d13cb118a86c97a5e1af5a62aedb6d9"
version "0.4.3"
resolved "https://registry.yarnpkg.com/martinez-polygon-clipping/-/martinez-polygon-clipping-0.4.3.tgz#a3971ddf1da147104b5d0fbbf68f728bb62885c1"
dependencies:
avl "^1.4.1"
splaytree "^0.1.4"
tinyqueue "^1.2.0"

matrix-to-grid@*:
Expand Down Expand Up @@ -5280,6 +5291,10 @@ spdx-license-ids@^1.0.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz#c9df7a3424594ade6bd11900d596696dc06bac57"

splaytree@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/splaytree/-/splaytree-0.1.4.tgz#fc35475248edcc29d4938c9b67e43c6b7e55a659"

split-string@^3.0.1, split-string@^3.0.2:
version "3.1.0"
resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2"
Expand Down

0 comments on commit efb0198

Please sign in to comment.