@turf/polygonize
Advanced tools
Comparing version 6.2.0 to 6.3.0
import { featureCollection } from "@turf/helpers"; | ||
import Graph from "./lib/Graph"; | ||
import EdgeRing from "./lib/EdgeRing"; | ||
import Graph from "./lib/Graph.js"; | ||
import EdgeRing from "./lib/EdgeRing.js"; | ||
/** | ||
@@ -5,0 +5,0 @@ * Polygonizes {@link LineString|(Multi)LineString(s)} into {@link Polygons}. |
import { lineString } from "@turf/helpers"; | ||
import { orientationIndex } from "./util"; | ||
import { orientationIndex } from "./util.js"; | ||
/** | ||
@@ -4,0 +4,0 @@ * This class is inspired by GEOS's geos::operation::polygonize::PolygonizeDirectedEdge |
@@ -1,2 +0,2 @@ | ||
import { orientationIndex, envelopeIsEqual, envelopeContains, coordinatesEqual, } from "./util"; | ||
import { orientationIndex, envelopeIsEqual, envelopeContains, coordinatesEqual, } from "./util.js"; | ||
import { multiPoint, polygon, point } from "@turf/helpers"; | ||
@@ -3,0 +3,0 @@ import envelope from "@turf/envelope"; |
@@ -1,4 +0,4 @@ | ||
import Node from "./Node"; | ||
import Edge from "./Edge"; | ||
import EdgeRing from "./EdgeRing"; | ||
import Node from "./Node.js"; | ||
import Edge from "./Edge.js"; | ||
import EdgeRing from "./EdgeRing.js"; | ||
import { flattenEach, coordReduce } from "@turf/meta"; | ||
@@ -5,0 +5,0 @@ import { featureOf } from "@turf/invariant"; |
@@ -1,2 +0,2 @@ | ||
import { orientationIndex } from "./util"; | ||
import { orientationIndex } from "./util.js"; | ||
/** | ||
@@ -3,0 +3,0 @@ * Node |
{ | ||
"name": "@turf/polygonize", | ||
"version": "6.2.0", | ||
"version": "6.3.0", | ||
"description": "turf polygonize module", | ||
@@ -31,4 +31,7 @@ "author": "Turf Authors", | ||
"exports": { | ||
"import": "./dist/es/index.js", | ||
"require": "./dist/js/index.js" | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": "./dist/es/index.js", | ||
"require": "./dist/js/index.js" | ||
} | ||
}, | ||
@@ -61,9 +64,9 @@ "types": "dist/js/index.d.ts", | ||
"dependencies": { | ||
"@turf/boolean-point-in-polygon": "^6.2.0", | ||
"@turf/envelope": "^6.2.0", | ||
"@turf/helpers": "^6.2.0", | ||
"@turf/invariant": "^6.2.0", | ||
"@turf/meta": "^6.2.0" | ||
"@turf/boolean-point-in-polygon": "^6.3.0", | ||
"@turf/envelope": "^6.3.0", | ||
"@turf/helpers": "^6.3.0", | ||
"@turf/invariant": "^6.3.0", | ||
"@turf/meta": "^6.3.0" | ||
}, | ||
"gitHead": "c277baf2b967a35efec75de9ae54869d20da5288" | ||
"gitHead": "57c8877e1e2d67effc2cdd23385c02b2a6615a49" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
77880
0
Updated@turf/envelope@^6.3.0
Updated@turf/helpers@^6.3.0
Updated@turf/invariant@^6.3.0
Updated@turf/meta@^6.3.0