@turf/directional-mean 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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turf/directional-mean",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.2",
|
|
4
4
|
"description": "Calculates the average angle of a set of lines, measuring the trend of it.",
|
|
5
5
|
"author": "Turf Authors",
|
|
6
6
|
"contributors": [
|
|
@@ -63,15 +63,15 @@
|
|
|
63
63
|
"write-json-file": "^6.0.0"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@turf/bearing": "7.3.
|
|
67
|
-
"@turf/centroid": "7.3.
|
|
68
|
-
"@turf/destination": "7.3.
|
|
69
|
-
"@turf/helpers": "7.3.
|
|
70
|
-
"@turf/invariant": "7.3.
|
|
71
|
-
"@turf/length": "7.3.
|
|
72
|
-
"@turf/meta": "7.3.
|
|
66
|
+
"@turf/bearing": "7.3.2",
|
|
67
|
+
"@turf/centroid": "7.3.2",
|
|
68
|
+
"@turf/destination": "7.3.2",
|
|
69
|
+
"@turf/helpers": "7.3.2",
|
|
70
|
+
"@turf/invariant": "7.3.2",
|
|
71
|
+
"@turf/length": "7.3.2",
|
|
72
|
+
"@turf/meta": "7.3.2",
|
|
73
73
|
"@types/geojson": "^7946.0.10",
|
|
74
74
|
"tslib": "^2.8.1"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "099d9915467bacf45d554be4533fa9998c4efc88"
|
|
77
77
|
}
|