@turf/directional-mean 7.1.0-alpha.7 → 7.1.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -9
package/README.md CHANGED
@@ -25,7 +25,7 @@ It can handle segments of line or the whole line.
25
25
 
26
26
  ### Parameters
27
27
 
28
- * `lines` **[FeatureCollection][3]<[LineString][4]>**
28
+ * `lines` **[FeatureCollection][3]<[LineString][4]>**&#x20;
29
29
  * `options` **[object][1]** (optional, default `{}`)
30
30
 
31
31
  * `options.planar` **[boolean][5]** whether the spatial reference system is projected or geographical. (optional, default `true`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/directional-mean",
3
- "version": "7.1.0-alpha.7+0ce6ecca0",
3
+ "version": "7.1.0",
4
4
  "description": "turf directional-mean module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -64,14 +64,15 @@
64
64
  "write-json-file": "^5.0.0"
65
65
  },
66
66
  "dependencies": {
67
- "@turf/bearing": "^7.1.0-alpha.7+0ce6ecca0",
68
- "@turf/centroid": "^7.1.0-alpha.7+0ce6ecca0",
69
- "@turf/destination": "^7.1.0-alpha.7+0ce6ecca0",
70
- "@turf/helpers": "^7.1.0-alpha.7+0ce6ecca0",
71
- "@turf/invariant": "^7.1.0-alpha.7+0ce6ecca0",
72
- "@turf/length": "^7.1.0-alpha.7+0ce6ecca0",
73
- "@turf/meta": "^7.1.0-alpha.7+0ce6ecca0",
67
+ "@turf/bearing": "^7.1.0",
68
+ "@turf/centroid": "^7.1.0",
69
+ "@turf/destination": "^7.1.0",
70
+ "@turf/helpers": "^7.1.0",
71
+ "@turf/invariant": "^7.1.0",
72
+ "@turf/length": "^7.1.0",
73
+ "@turf/meta": "^7.1.0",
74
+ "@types/geojson": "^7946.0.10",
74
75
  "tslib": "^2.6.2"
75
76
  },
76
- "gitHead": "0ce6ecca05829690270fec6d6bed2003495fe0ea"
77
+ "gitHead": "68915eeebc9278bb40dec3f1034499698a0561ef"
77
78
  }