@turf/boolean-parallel 7.3.1 → 7.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turf/boolean-parallel",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.2",
|
|
4
4
|
"description": "Determine whether each segment of a line is parallel to the correspondent segment of another line.",
|
|
5
5
|
"author": "Turf Authors",
|
|
6
6
|
"contributors": [
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"write-json-file": "^6.0.0"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@turf/clean-coords": "7.3.
|
|
69
|
-
"@turf/helpers": "7.3.
|
|
70
|
-
"@turf/line-segment": "7.3.
|
|
71
|
-
"@turf/rhumb-bearing": "7.3.
|
|
68
|
+
"@turf/clean-coords": "7.3.2",
|
|
69
|
+
"@turf/helpers": "7.3.2",
|
|
70
|
+
"@turf/line-segment": "7.3.2",
|
|
71
|
+
"@turf/rhumb-bearing": "7.3.2",
|
|
72
72
|
"@types/geojson": "^7946.0.10",
|
|
73
73
|
"tslib": "^2.8.1"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "099d9915467bacf45d554be4533fa9998c4efc88"
|
|
76
76
|
}
|