diff --git a/lerna.json b/lerna.json index 93211ad89..5a2d73c20 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "pnpm", - "version": "7.3.3", + "version": "7.3.4", "command": { "publish": { "registry": "https://registry.npmjs.org" diff --git a/packages/turf-along/package.json b/packages/turf-along/package.json index f9595b09c..87d6ecf76 100644 --- a/packages/turf-along/package.json +++ b/packages/turf-along/package.json @@ -1,6 +1,6 @@ { "name": "@turf/along", - "version": "7.3.3", + "version": "7.3.4", "description": "Calculates a point along a line at a specific distance", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-angle/package.json b/packages/turf-angle/package.json index 634df08ff..503fc8633 100644 --- a/packages/turf-angle/package.json +++ b/packages/turf-angle/package.json @@ -1,6 +1,6 @@ { "name": "@turf/angle", - "version": "7.3.3", + "version": "7.3.4", "description": "Finds the angle formed by two adjacent segments.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-area/package.json b/packages/turf-area/package.json index cbcf43a79..f361a6f84 100644 --- a/packages/turf-area/package.json +++ b/packages/turf-area/package.json @@ -1,6 +1,6 @@ { "name": "@turf/area", - "version": "7.3.3", + "version": "7.3.4", "description": "Calculates the geodesic area in square meters of one or more polygons.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-bbox-clip/package.json b/packages/turf-bbox-clip/package.json index 8b7eb1b11..bbc7836ce 100644 --- a/packages/turf-bbox-clip/package.json +++ b/packages/turf-bbox-clip/package.json @@ -1,6 +1,6 @@ { "name": "@turf/bbox-clip", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a Feature and a bbox and clips the feature to the bbox using lineclip.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-bbox-polygon/package.json b/packages/turf-bbox-polygon/package.json index 1692f066c..ce3b8b563 100644 --- a/packages/turf-bbox-polygon/package.json +++ b/packages/turf-bbox-polygon/package.json @@ -1,6 +1,6 @@ { "name": "@turf/bbox-polygon", - "version": "7.3.3", + "version": "7.3.4", "description": "Converts a bounding box to a GeoJSON polygon.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-bbox/package.json b/packages/turf-bbox/package.json index 83ad3601a..b96085d90 100644 --- a/packages/turf-bbox/package.json +++ b/packages/turf-bbox/package.json @@ -1,6 +1,6 @@ { "name": "@turf/bbox", - "version": "7.3.3", + "version": "7.3.4", "description": "Generates a bounding box around a GeoJSON feature.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-bearing/package.json b/packages/turf-bearing/package.json index 2b1250ecc..e462ab84f 100644 --- a/packages/turf-bearing/package.json +++ b/packages/turf-bearing/package.json @@ -1,6 +1,6 @@ { "name": "@turf/bearing", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes two points and finds the geographic bearing between them.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-bezier-spline/package.json b/packages/turf-bezier-spline/package.json index 552493713..1d0c223ac 100644 --- a/packages/turf-bezier-spline/package.json +++ b/packages/turf-bezier-spline/package.json @@ -1,6 +1,6 @@ { "name": "@turf/bezier-spline", - "version": "7.3.3", + "version": "7.3.4", "description": "Smooths a line into a curve using Bézier splines, great for visualizing routes.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-boolean-clockwise/package.json b/packages/turf-boolean-clockwise/package.json index 9b42e828c..966944aed 100644 --- a/packages/turf-boolean-clockwise/package.json +++ b/packages/turf-boolean-clockwise/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-clockwise", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-concave/package.json b/packages/turf-boolean-concave/package.json index a975e3c51..137660292 100644 --- a/packages/turf-boolean-concave/package.json +++ b/packages/turf-boolean-concave/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-concave", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a polygon and return true or false as to whether it is concave or not.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-contains/package.json b/packages/turf-boolean-contains/package.json index 815f8e199..26a9d73bc 100644 --- a/packages/turf-boolean-contains/package.json +++ b/packages/turf-boolean-contains/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-contains", - "version": "7.3.3", + "version": "7.3.4", "description": "Determines whether the second geometry is completely within the first geometry.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-crosses/package.json b/packages/turf-boolean-crosses/package.json index a25941f51..c8792e383 100644 --- a/packages/turf-boolean-crosses/package.json +++ b/packages/turf-boolean-crosses/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-crosses", - "version": "7.3.3", + "version": "7.3.4", "description": "Checks if two geometries cross each other.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-disjoint/package.json b/packages/turf-boolean-disjoint/package.json index ce26589d5..dabffa9d3 100644 --- a/packages/turf-boolean-disjoint/package.json +++ b/packages/turf-boolean-disjoint/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-disjoint", - "version": "7.3.3", + "version": "7.3.4", "description": "Checks if two geometries have no overlapping areas.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-equal/package.json b/packages/turf-boolean-equal/package.json index d0d803bd8..03bb70fa5 100644 --- a/packages/turf-boolean-equal/package.json +++ b/packages/turf-boolean-equal/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-equal", - "version": "7.3.3", + "version": "7.3.4", "description": "Determine whether two geometries of the same type have identical X,Y coordinate values", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-intersects/package.json b/packages/turf-boolean-intersects/package.json index f95ea1200..511a11680 100644 --- a/packages/turf-boolean-intersects/package.json +++ b/packages/turf-boolean-intersects/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-intersects", - "version": "7.3.3", + "version": "7.3.4", "description": "Checks if two geometries overlap in any way.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-overlap/package.json b/packages/turf-boolean-overlap/package.json index e07db762b..5a591eacb 100644 --- a/packages/turf-boolean-overlap/package.json +++ b/packages/turf-boolean-overlap/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-overlap", - "version": "7.3.3", + "version": "7.3.4", "description": "Checks if two geometries have an area of overlap without one being completely contained inside the other.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-parallel/package.json b/packages/turf-boolean-parallel/package.json index bca7c9df6..0d1b33417 100644 --- a/packages/turf-boolean-parallel/package.json +++ b/packages/turf-boolean-parallel/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-parallel", - "version": "7.3.3", + "version": "7.3.4", "description": "Determine whether each segment of a line is parallel to the correspondent segment of another line.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-point-in-polygon/package.json b/packages/turf-boolean-point-in-polygon/package.json index cdc249875..022313b8d 100644 --- a/packages/turf-boolean-point-in-polygon/package.json +++ b/packages/turf-boolean-point-in-polygon/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-point-in-polygon", - "version": "7.3.3", + "version": "7.3.4", "description": "Checks if a point is inside an area, like a city boundary.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-boolean-point-on-line/package.json b/packages/turf-boolean-point-on-line/package.json index ce265e9d6..0024c0798 100644 --- a/packages/turf-boolean-point-on-line/package.json +++ b/packages/turf-boolean-point-on-line/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-point-on-line", - "version": "7.3.3", + "version": "7.3.4", "description": "Checks if a point lies directly on a line, like a path or road.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-touches/package.json b/packages/turf-boolean-touches/package.json index 35f167c21..4cf04fef5 100644 --- a/packages/turf-boolean-touches/package.json +++ b/packages/turf-boolean-touches/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-touches", - "version": "7.3.3", + "version": "7.3.4", "description": "Determine whether none of the points common to both geometries intersect the interiors of both geometries.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-valid/package.json b/packages/turf-boolean-valid/package.json index b9adfeb74..bf5104d87 100644 --- a/packages/turf-boolean-valid/package.json +++ b/packages/turf-boolean-valid/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-valid", - "version": "7.3.3", + "version": "7.3.4", "description": "Checks if the geometry is a valid according to the OGC Simple Feature Specification.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-within/package.json b/packages/turf-boolean-within/package.json index b338778c9..2b32d90c9 100644 --- a/packages/turf-boolean-within/package.json +++ b/packages/turf-boolean-within/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-within", - "version": "7.3.3", + "version": "7.3.4", "description": "Determines whether the first geometry is completely within the second geometry.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-buffer/package.json b/packages/turf-buffer/package.json index b5855c065..0bf961b7c 100644 --- a/packages/turf-buffer/package.json +++ b/packages/turf-buffer/package.json @@ -1,6 +1,6 @@ { "name": "@turf/buffer", - "version": "7.3.3", + "version": "7.3.4", "description": "Creates a buffer around a GeoJSON feature.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-center-mean/package.json b/packages/turf-center-mean/package.json index afd183056..f8cba276e 100644 --- a/packages/turf-center-mean/package.json +++ b/packages/turf-center-mean/package.json @@ -1,6 +1,6 @@ { "name": "@turf/center-mean", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a Feature or FeatureCollection and returns the mean center.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-center-median/package.json b/packages/turf-center-median/package.json index 6b6d5a7cb..fdc2214f7 100644 --- a/packages/turf-center-median/package.json +++ b/packages/turf-center-median/package.json @@ -1,6 +1,6 @@ { "name": "@turf/center-median", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a FeatureCollection of points and calculates the median center.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-center-of-mass/package.json b/packages/turf-center-of-mass/package.json index 05c82485c..7fdd12e80 100644 --- a/packages/turf-center-of-mass/package.json +++ b/packages/turf-center-of-mass/package.json @@ -1,6 +1,6 @@ { "name": "@turf/center-of-mass", - "version": "7.3.3", + "version": "7.3.4", "description": "Finds the “balance point” of irregular shapes, like a country outline.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-center/package.json b/packages/turf-center/package.json index 2cc53ef89..426b00dea 100644 --- a/packages/turf-center/package.json +++ b/packages/turf-center/package.json @@ -1,6 +1,6 @@ { "name": "@turf/center", - "version": "7.3.3", + "version": "7.3.4", "description": "Finds the central point of a GeoJSON feature, like a city or a park. Ideal for placing labels or markers.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-centroid/package.json b/packages/turf-centroid/package.json index 8bff01ce5..ba7e0af8f 100644 --- a/packages/turf-centroid/package.json +++ b/packages/turf-centroid/package.json @@ -1,6 +1,6 @@ { "name": "@turf/centroid", - "version": "7.3.3", + "version": "7.3.4", "description": "Determines the geometric center of a polygon or shape.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-circle/package.json b/packages/turf-circle/package.json index b6c91e838..298f41482 100644 --- a/packages/turf-circle/package.json +++ b/packages/turf-circle/package.json @@ -1,6 +1,6 @@ { "name": "@turf/circle", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a point and calculates the circle polygon given a radius.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-clean-coords/package.json b/packages/turf-clean-coords/package.json index 835e008b1..56eddd7e0 100644 --- a/packages/turf-clean-coords/package.json +++ b/packages/turf-clean-coords/package.json @@ -1,6 +1,6 @@ { "name": "@turf/clean-coords", - "version": "7.3.3", + "version": "7.3.4", "description": "Removes redundant coordinates from a GeoJSON Geometry.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-clone/package.json b/packages/turf-clone/package.json index c95e29cb6..4697dc562 100644 --- a/packages/turf-clone/package.json +++ b/packages/turf-clone/package.json @@ -1,6 +1,6 @@ { "name": "@turf/clone", - "version": "7.3.3", + "version": "7.3.4", "description": "Returns a cloned copy of the passed GeoJSON Object, including possible 'Foreign Members'.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-clusters-dbscan/package.json b/packages/turf-clusters-dbscan/package.json index 2255afd6f..1f6fb6f1d 100644 --- a/packages/turf-clusters-dbscan/package.json +++ b/packages/turf-clusters-dbscan/package.json @@ -1,6 +1,6 @@ { "name": "@turf/clusters-dbscan", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a set of points and partition them into clusters according to DBSCAN's data clustering algorithm.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-clusters-kmeans/package.json b/packages/turf-clusters-kmeans/package.json index 54a2c841a..72baa3f00 100644 --- a/packages/turf-clusters-kmeans/package.json +++ b/packages/turf-clusters-kmeans/package.json @@ -1,6 +1,6 @@ { "name": "@turf/clusters-kmeans", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a set of points and partition them into clusters using the k-means algorithm.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-clusters/package.json b/packages/turf-clusters/package.json index 0d0f1a4d1..21d42c9f3 100644 --- a/packages/turf-clusters/package.json +++ b/packages/turf-clusters/package.json @@ -1,6 +1,6 @@ { "name": "@turf/clusters", - "version": "7.3.3", + "version": "7.3.4", "description": "Group points into clusters based on their spatial proximity or properties.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-collect/package.json b/packages/turf-collect/package.json index f1b945b5e..5e4e29337 100644 --- a/packages/turf-collect/package.json +++ b/packages/turf-collect/package.json @@ -1,6 +1,6 @@ { "name": "@turf/collect", - "version": "7.3.3", + "version": "7.3.4", "description": "Merges a specified property from a FeatureCollection of points into a FeatureCollection of polygons.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-combine/package.json b/packages/turf-combine/package.json index 9d5f8bc3b..1a9d69904 100644 --- a/packages/turf-combine/package.json +++ b/packages/turf-combine/package.json @@ -1,6 +1,6 @@ { "name": "@turf/combine", - "version": "7.3.3", + "version": "7.3.4", "description": "Combines a FeatureCollection of Point, LineString, or Polygon features into MultiPoint, MultiLineString, or MultiPolygon features.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-concave/package.json b/packages/turf-concave/package.json index d7cc182df..253c35500 100644 --- a/packages/turf-concave/package.json +++ b/packages/turf-concave/package.json @@ -1,6 +1,6 @@ { "name": "@turf/concave", - "version": "7.3.3", + "version": "7.3.4", "description": "Creates a concave hull around points.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-convex/package.json b/packages/turf-convex/package.json index 414918f30..e165be513 100644 --- a/packages/turf-convex/package.json +++ b/packages/turf-convex/package.json @@ -1,6 +1,6 @@ { "name": "@turf/convex", - "version": "7.3.3", + "version": "7.3.4", "description": "Creates a convex hull around points", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-destination/package.json b/packages/turf-destination/package.json index 1631f2f04..cd79d57de 100644 --- a/packages/turf-destination/package.json +++ b/packages/turf-destination/package.json @@ -1,6 +1,6 @@ { "name": "@turf/destination", - "version": "7.3.3", + "version": "7.3.4", "description": "turf destination module", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-difference/package.json b/packages/turf-difference/package.json index f15b713f9..443a9b90a 100644 --- a/packages/turf-difference/package.json +++ b/packages/turf-difference/package.json @@ -1,6 +1,6 @@ { "name": "@turf/difference", - "version": "7.3.3", + "version": "7.3.4", "description": "Finds the difference between multiple polygons by clipping the subsequent polygon from the first.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-directional-mean/package.json b/packages/turf-directional-mean/package.json index 01577857f..862f47c35 100644 --- a/packages/turf-directional-mean/package.json +++ b/packages/turf-directional-mean/package.json @@ -1,6 +1,6 @@ { "name": "@turf/directional-mean", - "version": "7.3.3", + "version": "7.3.4", "description": "Calculates the average angle of a set of lines, measuring the trend of it.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-dissolve/package.json b/packages/turf-dissolve/package.json index 2f609e355..f10f2e5b4 100644 --- a/packages/turf-dissolve/package.json +++ b/packages/turf-dissolve/package.json @@ -1,6 +1,6 @@ { "name": "@turf/dissolve", - "version": "7.3.3", + "version": "7.3.4", "description": "Dissolves a FeatureCollection of Polygon features.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-distance-weight/package.json b/packages/turf-distance-weight/package.json index 945a3d780..1fa077e8b 100644 --- a/packages/turf-distance-weight/package.json +++ b/packages/turf-distance-weight/package.json @@ -1,6 +1,6 @@ { "name": "@turf/distance-weight", - "version": "7.3.3", + "version": "7.3.4", "description": "Calculate the influence or weight of points over an area based on their distances.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-distance/package.json b/packages/turf-distance/package.json index cb10f19f5..a6f7345c6 100644 --- a/packages/turf-distance/package.json +++ b/packages/turf-distance/package.json @@ -1,6 +1,6 @@ { "name": "@turf/distance", - "version": "7.3.3", + "version": "7.3.4", "description": "Measures the straight-line distance between two points, like cities or landmarks.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-ellipse/package.json b/packages/turf-ellipse/package.json index dc48d50a6..ffd2b31b2 100644 --- a/packages/turf-ellipse/package.json +++ b/packages/turf-ellipse/package.json @@ -1,6 +1,6 @@ { "name": "@turf/ellipse", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a Point and calculates the ellipse polygon given two semi-axes expressed in variable units and steps for precision.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-envelope/package.json b/packages/turf-envelope/package.json index 2a9a5edbe..50b315e46 100644 --- a/packages/turf-envelope/package.json +++ b/packages/turf-envelope/package.json @@ -1,6 +1,6 @@ { "name": "@turf/envelope", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes any number of features and returns a rectangular Polygon that encompasses all vertices.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-explode/package.json b/packages/turf-explode/package.json index 6582a1819..dce2942b5 100644 --- a/packages/turf-explode/package.json +++ b/packages/turf-explode/package.json @@ -1,6 +1,6 @@ { "name": "@turf/explode", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a feature or set of features and returns all positions as points.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-flatten/package.json b/packages/turf-flatten/package.json index 626c3ae48..40758ee83 100644 --- a/packages/turf-flatten/package.json +++ b/packages/turf-flatten/package.json @@ -1,6 +1,6 @@ { "name": "@turf/flatten", - "version": "7.3.3", + "version": "7.3.4", "description": "Flattens any GeoJSON to a FeatureCollection", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-flip/package.json b/packages/turf-flip/package.json index ad0e94786..11f94cfa6 100644 --- a/packages/turf-flip/package.json +++ b/packages/turf-flip/package.json @@ -1,6 +1,6 @@ { "name": "@turf/flip", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes input features and flips all of their coordinates.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-geojson-rbush/package.json b/packages/turf-geojson-rbush/package.json index 837755d8f..326f2e87f 100644 --- a/packages/turf-geojson-rbush/package.json +++ b/packages/turf-geojson-rbush/package.json @@ -1,6 +1,6 @@ { "name": "@turf/geojson-rbush", - "version": "7.3.3", + "version": "7.3.4", "description": "GeoJSON implementation of RBush", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-great-circle/package.json b/packages/turf-great-circle/package.json index 0554892cd..ddc1a7255 100644 --- a/packages/turf-great-circle/package.json +++ b/packages/turf-great-circle/package.json @@ -1,6 +1,6 @@ { "name": "@turf/great-circle", - "version": "7.3.3", + "version": "7.3.4", "description": "Calculate great circles routes as LineString or MultiLineString.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-helpers/package.json b/packages/turf-helpers/package.json index 82c068bf5..50af03430 100644 --- a/packages/turf-helpers/package.json +++ b/packages/turf-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@turf/helpers", - "version": "7.3.3", + "version": "7.3.4", "description": "Provides helper functions to create GeoJSON features, like points, lines, or areas on a map.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-hex-grid/package.json b/packages/turf-hex-grid/package.json index 48b213417..c0e165106 100644 --- a/packages/turf-hex-grid/package.json +++ b/packages/turf-hex-grid/package.json @@ -1,6 +1,6 @@ { "name": "@turf/hex-grid", - "version": "7.3.3", + "version": "7.3.4", "description": "Creates a honeycomb-like grid of hexagons within a bounding box.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-interpolate/package.json b/packages/turf-interpolate/package.json index 99d3f8406..49dd24ff0 100644 --- a/packages/turf-interpolate/package.json +++ b/packages/turf-interpolate/package.json @@ -1,6 +1,6 @@ { "name": "@turf/interpolate", - "version": "7.3.3", + "version": "7.3.4", "description": "Creates an interpolated grid of points using the Inverse Distance Weighting method.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-intersect/package.json b/packages/turf-intersect/package.json index bd74b10a3..86bee63ed 100644 --- a/packages/turf-intersect/package.json +++ b/packages/turf-intersect/package.json @@ -1,6 +1,6 @@ { "name": "@turf/intersect", - "version": "7.3.3", + "version": "7.3.4", "description": "Finds the shared area between two polygons.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-invariant/package.json b/packages/turf-invariant/package.json index 5d9ae844b..636b9e5fb 100644 --- a/packages/turf-invariant/package.json +++ b/packages/turf-invariant/package.json @@ -1,6 +1,6 @@ { "name": "@turf/invariant", - "version": "7.3.3", + "version": "7.3.4", "description": "Lightweight utility for input validation and data extraction in Turf.js. Ensures GeoJSON inputs are in the correct format and extracts specific components like coordinates or geometries.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-isobands/package.json b/packages/turf-isobands/package.json index 2ec7a2a34..b604c3fe2 100644 --- a/packages/turf-isobands/package.json +++ b/packages/turf-isobands/package.json @@ -1,6 +1,6 @@ { "name": "@turf/isobands", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a grid of values (GeoJSON format) and a set of threshold ranges. It outputs polygons that group areas within those ranges, effectively creating filled contour isobands.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-isolines/package.json b/packages/turf-isolines/package.json index 43334abf2..4c292165f 100644 --- a/packages/turf-isolines/package.json +++ b/packages/turf-isolines/package.json @@ -1,6 +1,6 @@ { "name": "@turf/isolines", - "version": "7.3.3", + "version": "7.3.4", "description": "Generate contour lines from a grid of data.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-kinks/package.json b/packages/turf-kinks/package.json index 0caf9198a..1eeeef9e0 100644 --- a/packages/turf-kinks/package.json +++ b/packages/turf-kinks/package.json @@ -1,6 +1,6 @@ { "name": "@turf/kinks", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a GeoJSON feature and returns points at all self-intersections.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-length/package.json b/packages/turf-length/package.json index 9d15aaf52..3ecd7208b 100644 --- a/packages/turf-length/package.json +++ b/packages/turf-length/package.json @@ -1,6 +1,6 @@ { "name": "@turf/length", - "version": "7.3.3", + "version": "7.3.4", "description": " Calculates the length of a line, perfect for paths or routes.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-line-arc/package.json b/packages/turf-line-arc/package.json index 82a8904e1..62c8dba75 100644 --- a/packages/turf-line-arc/package.json +++ b/packages/turf-line-arc/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-arc", - "version": "7.3.3", + "version": "7.3.4", "description": "Creates a circular arc, of a circle of the given radius and center point, between two bearings.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-line-chunk/package.json b/packages/turf-line-chunk/package.json index e75babf9d..be934e129 100644 --- a/packages/turf-line-chunk/package.json +++ b/packages/turf-line-chunk/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-chunk", - "version": "7.3.3", + "version": "7.3.4", "description": "Divides a LineString into chunks of a specified length.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-line-intersect/package.json b/packages/turf-line-intersect/package.json index 1f2a2be41..56c0bd442 100644 --- a/packages/turf-line-intersect/package.json +++ b/packages/turf-line-intersect/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-intersect", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes any LineString or Polygon GeoJSON and returns the intersecting point(s).", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-line-offset/package.json b/packages/turf-line-offset/package.json index 831723ea7..badcb801a 100644 --- a/packages/turf-line-offset/package.json +++ b/packages/turf-line-offset/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-offset", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a line and returns a line at offset by the specified distance.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-line-overlap/package.json b/packages/turf-line-overlap/package.json index 4acbb8869..6e2c898d2 100644 --- a/packages/turf-line-overlap/package.json +++ b/packages/turf-line-overlap/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-overlap", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes any LineString or Polygon and returns the overlapping lines between both features.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-line-segment/package.json b/packages/turf-line-segment/package.json index e9e3952c7..5927716ca 100644 --- a/packages/turf-line-segment/package.json +++ b/packages/turf-line-segment/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-segment", - "version": "7.3.3", + "version": "7.3.4", "description": "Creates line segments from a GeoJSON feature.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-line-slice-along/package.json b/packages/turf-line-slice-along/package.json index 2b7cfd581..7082641a5 100644 --- a/packages/turf-line-slice-along/package.json +++ b/packages/turf-line-slice-along/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-slice-along", - "version": "7.3.3", + "version": "7.3.4", "description": "Useful for extracting only the part of a route between two distances.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-line-slice/package.json b/packages/turf-line-slice/package.json index c03c5acc9..7122aedd7 100644 --- a/packages/turf-line-slice/package.json +++ b/packages/turf-line-slice/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-slice", - "version": "7.3.3", + "version": "7.3.4", "description": "Useful for extracting only the part of a route between waypoints.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-line-split/package.json b/packages/turf-line-split/package.json index 65d51995c..2fed8d5e2 100644 --- a/packages/turf-line-split/package.json +++ b/packages/turf-line-split/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-split", - "version": "7.3.3", + "version": "7.3.4", "description": "Split a LineString by another GeoJSON Feature.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-line-to-polygon/package.json b/packages/turf-line-to-polygon/package.json index 4e0bf363b..2505d4778 100644 --- a/packages/turf-line-to-polygon/package.json +++ b/packages/turf-line-to-polygon/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-to-polygon", - "version": "7.3.3", + "version": "7.3.4", "description": "Converts line(s) to polygon(s).", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-mask/package.json b/packages/turf-mask/package.json index e572281f4..e26596487 100644 --- a/packages/turf-mask/package.json +++ b/packages/turf-mask/package.json @@ -1,6 +1,6 @@ { "name": "@turf/mask", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes polygons or multipolygons and an optional mask, and returns an exterior ring polygon with holes.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-meta/package.json b/packages/turf-meta/package.json index 94bd439dd..38a3d21a0 100644 --- a/packages/turf-meta/package.json +++ b/packages/turf-meta/package.json @@ -1,6 +1,6 @@ { "name": "@turf/meta", - "version": "7.3.3", + "version": "7.3.4", "description": "Provides tools for iterating over and manipulating GeoJSON objects.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-midpoint/package.json b/packages/turf-midpoint/package.json index e4fa13140..3e7aa6da9 100644 --- a/packages/turf-midpoint/package.json +++ b/packages/turf-midpoint/package.json @@ -1,6 +1,6 @@ { "name": "@turf/midpoint", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes two points and calculates a point midway between them geodesically.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-moran-index/package.json b/packages/turf-moran-index/package.json index 91187b67e..ddc2ce098 100644 --- a/packages/turf-moran-index/package.json +++ b/packages/turf-moran-index/package.json @@ -1,6 +1,6 @@ { "name": "@turf/moran-index", - "version": "7.3.3", + "version": "7.3.4", "description": "Measures patterns of attribute values associated with features. Reveals whether similar values tend to occur near each other, or whether high or low values are interspersed", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-nearest-neighbor-analysis/package.json b/packages/turf-nearest-neighbor-analysis/package.json index 8c1a04672..8a017463a 100644 --- a/packages/turf-nearest-neighbor-analysis/package.json +++ b/packages/turf-nearest-neighbor-analysis/package.json @@ -1,6 +1,6 @@ { "name": "@turf/nearest-neighbor-analysis", - "version": "7.3.3", + "version": "7.3.4", "description": "Calculates an index based the average distances between points in the dataset, thereby providing inference as to whether the data is clustered, dispersed, or randomly distributed within the study area.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-nearest-point-on-line/package.json b/packages/turf-nearest-point-on-line/package.json index c4a17b96f..277d76fa1 100644 --- a/packages/turf-nearest-point-on-line/package.json +++ b/packages/turf-nearest-point-on-line/package.json @@ -1,6 +1,6 @@ { "name": "@turf/nearest-point-on-line", - "version": "7.3.3", + "version": "7.3.4", "description": "Finds the nearest point on a line to a given point", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-nearest-point-to-line/package.json b/packages/turf-nearest-point-to-line/package.json index c1a81d592..2a5a23592 100644 --- a/packages/turf-nearest-point-to-line/package.json +++ b/packages/turf-nearest-point-to-line/package.json @@ -1,6 +1,6 @@ { "name": "@turf/nearest-point-to-line", - "version": "7.3.3", + "version": "7.3.4", "description": "Returns the closest point, of a collection of points, to a line.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-nearest-point/package.json b/packages/turf-nearest-point/package.json index c876530c2..b7194422c 100644 --- a/packages/turf-nearest-point/package.json +++ b/packages/turf-nearest-point/package.json @@ -1,6 +1,6 @@ { "name": "@turf/nearest-point", - "version": "7.3.3", + "version": "7.3.4", "description": "Finds the nearest point from a FeatureCollection of Features with Point geometries to a given point.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-planepoint/package.json b/packages/turf-planepoint/package.json index d2f8525f3..95300d85c 100644 --- a/packages/turf-planepoint/package.json +++ b/packages/turf-planepoint/package.json @@ -1,6 +1,6 @@ { "name": "@turf/planepoint", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a triangular plane as a polygon and a point within that triangle, and returns the z-value at that point.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-point-grid/package.json b/packages/turf-point-grid/package.json index c515bc975..d7b0cdc0b 100644 --- a/packages/turf-point-grid/package.json +++ b/packages/turf-point-grid/package.json @@ -1,6 +1,6 @@ { "name": "@turf/point-grid", - "version": "7.3.3", + "version": "7.3.4", "description": "Creates a grid of points within a bounding box.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-point-on-feature/package.json b/packages/turf-point-on-feature/package.json index f234dad69..9ce64435d 100644 --- a/packages/turf-point-on-feature/package.json +++ b/packages/turf-point-on-feature/package.json @@ -1,6 +1,6 @@ { "name": "@turf/point-on-feature", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a Feature or FeatureCollection and returns a Point guaranteed to be on the surface of the feature.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-point-to-line-distance/package.json b/packages/turf-point-to-line-distance/package.json index 861dcb59b..409fbd836 100644 --- a/packages/turf-point-to-line-distance/package.json +++ b/packages/turf-point-to-line-distance/package.json @@ -1,6 +1,6 @@ { "name": "@turf/point-to-line-distance", - "version": "7.3.3", + "version": "7.3.4", "description": "Calculates the distance between a given point and the nearest point on a line.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-point-to-polygon-distance/package.json b/packages/turf-point-to-polygon-distance/package.json index cd796acd3..0a0a808ce 100644 --- a/packages/turf-point-to-polygon-distance/package.json +++ b/packages/turf-point-to-polygon-distance/package.json @@ -1,6 +1,6 @@ { "name": "@turf/point-to-polygon-distance", - "version": "7.3.3", + "version": "7.3.4", "description": "Calculates the distance from a point to the edges of a polygon or multi-polygon.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-points-within-polygon/package.json b/packages/turf-points-within-polygon/package.json index b0732f5a8..f6a69918d 100644 --- a/packages/turf-points-within-polygon/package.json +++ b/packages/turf-points-within-polygon/package.json @@ -1,6 +1,6 @@ { "name": "@turf/points-within-polygon", - "version": "7.3.3", + "version": "7.3.4", "description": "Finds points that fall within polygon(s).", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-polygon-smooth/package.json b/packages/turf-polygon-smooth/package.json index 5790fca48..4b7bfa6d6 100644 --- a/packages/turf-polygon-smooth/package.json +++ b/packages/turf-polygon-smooth/package.json @@ -1,6 +1,6 @@ { "name": "@turf/polygon-smooth", - "version": "7.3.3", + "version": "7.3.4", "description": "Smooths a Polygon or MultiPolygon, based on Chaikin's algorithm.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-polygon-tangents/package.json b/packages/turf-polygon-tangents/package.json index fbde02102..67ee7b442 100644 --- a/packages/turf-polygon-tangents/package.json +++ b/packages/turf-polygon-tangents/package.json @@ -1,6 +1,6 @@ { "name": "@turf/polygon-tangents", - "version": "7.3.3", + "version": "7.3.4", "description": "Finds the tangents of a polygon from a point.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-polygon-to-line/package.json b/packages/turf-polygon-to-line/package.json index 41b866a7d..58458b93f 100644 --- a/packages/turf-polygon-to-line/package.json +++ b/packages/turf-polygon-to-line/package.json @@ -1,6 +1,6 @@ { "name": "@turf/polygon-to-line", - "version": "7.3.3", + "version": "7.3.4", "description": "Converts a polygon to a line string.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-polygonize/package.json b/packages/turf-polygonize/package.json index d2ce82cae..c9ac7204b 100644 --- a/packages/turf-polygonize/package.json +++ b/packages/turf-polygonize/package.json @@ -1,6 +1,6 @@ { "name": "@turf/polygonize", - "version": "7.3.3", + "version": "7.3.4", "description": "Polygonizes a set of lines that represents edges in a planar graph.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-projection/package.json b/packages/turf-projection/package.json index b2fed5470..fb614a8db 100644 --- a/packages/turf-projection/package.json +++ b/packages/turf-projection/package.json @@ -1,6 +1,6 @@ { "name": "@turf/projection", - "version": "7.3.3", + "version": "7.3.4", "description": "Provides tools for conversion between geographic coordinates and projected coordinates.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-quadrat-analysis/package.json b/packages/turf-quadrat-analysis/package.json index c05c9a74e..44f7238f9 100644 --- a/packages/turf-quadrat-analysis/package.json +++ b/packages/turf-quadrat-analysis/package.json @@ -1,6 +1,6 @@ { "name": "@turf/quadrat-analysis", - "version": "7.3.3", + "version": "7.3.4", "description": "Quadrat analysis lays a set of equal-size areas(quadrat) over the study area and counts the number of features in each quadrat and creates a frequency table.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-random/package.json b/packages/turf-random/package.json index 33252c4d8..e76d35803 100644 --- a/packages/turf-random/package.json +++ b/packages/turf-random/package.json @@ -1,6 +1,6 @@ { "name": "@turf/random", - "version": "7.3.3", + "version": "7.3.4", "description": "Generates random points, lines, or polygons for testing.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-rectangle-grid/package.json b/packages/turf-rectangle-grid/package.json index d1b00c0c7..b68c97318 100644 --- a/packages/turf-rectangle-grid/package.json +++ b/packages/turf-rectangle-grid/package.json @@ -1,6 +1,6 @@ { "name": "@turf/rectangle-grid", - "version": "7.3.3", + "version": "7.3.4", "description": "Creates a grid of rectangular polygons with width and height consistent in degrees.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-rewind/package.json b/packages/turf-rewind/package.json index a94843ff4..9c795ce97 100644 --- a/packages/turf-rewind/package.json +++ b/packages/turf-rewind/package.json @@ -1,6 +1,6 @@ { "name": "@turf/rewind", - "version": "7.3.3", + "version": "7.3.4", "description": "Rewind using Shoelace Formula.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-rhumb-bearing/package.json b/packages/turf-rhumb-bearing/package.json index 8ac3a24b5..4739cb352 100644 --- a/packages/turf-rhumb-bearing/package.json +++ b/packages/turf-rhumb-bearing/package.json @@ -1,6 +1,6 @@ { "name": "@turf/rhumb-bearing", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes two points and finds the bearing angle between them along a Rhumb line.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-rhumb-destination/package.json b/packages/turf-rhumb-destination/package.json index 8a699173c..5fbc65659 100644 --- a/packages/turf-rhumb-destination/package.json +++ b/packages/turf-rhumb-destination/package.json @@ -1,6 +1,6 @@ { "name": "@turf/rhumb-destination", - "version": "7.3.3", + "version": "7.3.4", "description": "Calculates the destination point having travelled the given distance along a Rhumb line.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-rhumb-distance/package.json b/packages/turf-rhumb-distance/package.json index 1bf171abf..beab3e34a 100644 --- a/packages/turf-rhumb-distance/package.json +++ b/packages/turf-rhumb-distance/package.json @@ -1,6 +1,6 @@ { "name": "@turf/rhumb-distance", - "version": "7.3.3", + "version": "7.3.4", "description": "Calculates the distance along a rhumb line between two points.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-sample/package.json b/packages/turf-sample/package.json index a8d3ab327..ee534b9a0 100644 --- a/packages/turf-sample/package.json +++ b/packages/turf-sample/package.json @@ -1,6 +1,6 @@ { "name": "@turf/sample", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a FeatureCollection and returns a FeatureCollection with given number of features at random.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-sector/package.json b/packages/turf-sector/package.json index 428c91cb1..466d5d352 100644 --- a/packages/turf-sector/package.json +++ b/packages/turf-sector/package.json @@ -1,6 +1,6 @@ { "name": "@turf/sector", - "version": "7.3.3", + "version": "7.3.4", "description": "Creates a circular sector of a circle.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-shortest-path/package.json b/packages/turf-shortest-path/package.json index 4f4148d25..1c379d37e 100644 --- a/packages/turf-shortest-path/package.json +++ b/packages/turf-shortest-path/package.json @@ -1,6 +1,6 @@ { "name": "@turf/shortest-path", - "version": "7.3.3", + "version": "7.3.4", "description": "Returns the shortest path from start to end without colliding with any Feature in obstacles.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-simplify/package.json b/packages/turf-simplify/package.json index 3bceee3c7..30ad35c3d 100644 --- a/packages/turf-simplify/package.json +++ b/packages/turf-simplify/package.json @@ -1,6 +1,6 @@ { "name": "@turf/simplify", - "version": "7.3.3", + "version": "7.3.4", "description": "Reduces the number of points in a shape while keeping its overall look.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-square-grid/package.json b/packages/turf-square-grid/package.json index 18c3e60d7..676d534bd 100644 --- a/packages/turf-square-grid/package.json +++ b/packages/turf-square-grid/package.json @@ -1,6 +1,6 @@ { "name": "@turf/square-grid", - "version": "7.3.3", + "version": "7.3.4", "description": "Creates a square grid within a bounding box.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-square/package.json b/packages/turf-square/package.json index 226802968..9e1291d14 100644 --- a/packages/turf-square/package.json +++ b/packages/turf-square/package.json @@ -1,6 +1,6 @@ { "name": "@turf/square", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a bounding box and calculates the minimum square bounding box that would contain the input.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-standard-deviational-ellipse/package.json b/packages/turf-standard-deviational-ellipse/package.json index 687a96054..c38a7087d 100644 --- a/packages/turf-standard-deviational-ellipse/package.json +++ b/packages/turf-standard-deviational-ellipse/package.json @@ -1,6 +1,6 @@ { "name": "@turf/standard-deviational-ellipse", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a collection of features and returns a standard deviational ellipse.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-tag/package.json b/packages/turf-tag/package.json index 9aaf4ad3f..6bbdf5497 100644 --- a/packages/turf-tag/package.json +++ b/packages/turf-tag/package.json @@ -1,6 +1,6 @@ { "name": "@turf/tag", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a set of points and a set of polygons and/or multipolygons and performs a spatial join.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-tesselate/package.json b/packages/turf-tesselate/package.json index fe1a336d7..a0babae3a 100644 --- a/packages/turf-tesselate/package.json +++ b/packages/turf-tesselate/package.json @@ -1,6 +1,6 @@ { "name": "@turf/tesselate", - "version": "7.3.3", + "version": "7.3.4", "description": "Tesselates a polygon or multipolygon into a collection of triangle polygons using earcut.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-tin/package.json b/packages/turf-tin/package.json index 34c1d904c..91e29f608 100644 --- a/packages/turf-tin/package.json +++ b/packages/turf-tin/package.json @@ -1,6 +1,6 @@ { "name": "@turf/tin", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a set of points and creates a Triangulated Irregular Network.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-transform-rotate/package.json b/packages/turf-transform-rotate/package.json index 006111d89..29f47b7a2 100644 --- a/packages/turf-transform-rotate/package.json +++ b/packages/turf-transform-rotate/package.json @@ -1,6 +1,6 @@ { "name": "@turf/transform-rotate", - "version": "7.3.3", + "version": "7.3.4", "description": "Rotates a geometry around its center or a given point.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-transform-scale/package.json b/packages/turf-transform-scale/package.json index 95c11ea0f..453e003a5 100644 --- a/packages/turf-transform-scale/package.json +++ b/packages/turf-transform-scale/package.json @@ -1,6 +1,6 @@ { "name": "@turf/transform-scale", - "version": "7.3.3", + "version": "7.3.4", "description": "Changes the size of a geometry by scaling it up or down.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-transform-translate/package.json b/packages/turf-transform-translate/package.json index 36eb9ed22..906f1faa0 100644 --- a/packages/turf-transform-translate/package.json +++ b/packages/turf-transform-translate/package.json @@ -1,6 +1,6 @@ { "name": "@turf/transform-translate", - "version": "7.3.3", + "version": "7.3.4", "description": "Moves a shape or location in a specific direction.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-triangle-grid/package.json b/packages/turf-triangle-grid/package.json index 3638a61bd..00a35b603 100644 --- a/packages/turf-triangle-grid/package.json +++ b/packages/turf-triangle-grid/package.json @@ -1,6 +1,6 @@ { "name": "@turf/triangle-grid", - "version": "7.3.3", + "version": "7.3.4", "description": "Creates a triangular grid within a bounding box.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-truncate/package.json b/packages/turf-truncate/package.json index 1c207b581..49e6e6cc0 100644 --- a/packages/turf-truncate/package.json +++ b/packages/turf-truncate/package.json @@ -1,6 +1,6 @@ { "name": "@turf/truncate", - "version": "7.3.3", + "version": "7.3.4", "description": "Truncates precision of GeoJSON coordinates.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-union/package.json b/packages/turf-union/package.json index ff7c4fff1..43ed71ad3 100644 --- a/packages/turf-union/package.json +++ b/packages/turf-union/package.json @@ -1,6 +1,6 @@ { "name": "@turf/union", - "version": "7.3.3", + "version": "7.3.4", "description": "Combines two or more polygons into a single polygon.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-unkink-polygon/package.json b/packages/turf-unkink-polygon/package.json index 26535125c..fe9df1ea2 100644 --- a/packages/turf-unkink-polygon/package.json +++ b/packages/turf-unkink-polygon/package.json @@ -1,6 +1,6 @@ { "name": "@turf/unkink-polygon", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a kinked polygon and returns a feature collection of polygons that have no kinks.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-voronoi/package.json b/packages/turf-voronoi/package.json index 1f5dfb766..dafce5f4a 100644 --- a/packages/turf-voronoi/package.json +++ b/packages/turf-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "@turf/voronoi", - "version": "7.3.3", + "version": "7.3.4", "description": "Takes a collection of points and a bounding box, and returns a collection of Voronoi polygons.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf/package.json b/packages/turf/package.json index 2737507e4..aba562bd1 100644 --- a/packages/turf/package.json +++ b/packages/turf/package.json @@ -1,6 +1,6 @@ { "name": "@turf/turf", - "version": "7.3.3", + "version": "7.3.4", "description": "a JavaScript library for performing geospatial operations with GeoJSON", "author": "Turf Authors", "license": "MIT",