@turf/centroid 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 +2 -4
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -24,7 +24,7 @@ var centroid = turf.centroid(polygon);
24
24
  var addToMap = [polygon, centroid]
25
25
  ```
26
26
 
27
- Returns **[Feature][4]<[Point][5]>** the centroid of the input object
27
+ Returns **[Feature][3]<[Point][4]>** the centroid of the input object
28
28
 
29
29
  [1]: https://tools.ietf.org/html/rfc7946#section-3
30
30
 
@@ -32,9 +32,7 @@ Returns **[Feature][4]<[Point][5]>** the centroid of the input object
32
32
 
33
33
  [3]: https://tools.ietf.org/html/rfc7946#section-3.2
34
34
 
35
- [4]: https://tools.ietf.org/html/rfc7946#section-3.2
36
-
37
- [5]: https://tools.ietf.org/html/rfc7946#section-3.1.2
35
+ [4]: https://tools.ietf.org/html/rfc7946#section-3.1.2
38
36
 
39
37
  <!-- This file is automatically generated. Please don't edit it directly. If you find an error, edit the source file of the module in question (likely index.js or index.ts), and re-run "yarn docs" from the root of the turf project. -->
40
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/centroid",
3
- "version": "7.1.0-alpha.7+0ce6ecca0",
3
+ "version": "7.1.0",
4
4
  "description": "turf centroid module",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -65,9 +65,10 @@
65
65
  "write-json-file": "^5.0.0"
66
66
  },
67
67
  "dependencies": {
68
- "@turf/helpers": "^7.1.0-alpha.7+0ce6ecca0",
69
- "@turf/meta": "^7.1.0-alpha.7+0ce6ecca0",
68
+ "@turf/helpers": "^7.1.0",
69
+ "@turf/meta": "^7.1.0",
70
+ "@types/geojson": "^7946.0.10",
70
71
  "tslib": "^2.6.2"
71
72
  },
72
- "gitHead": "0ce6ecca05829690270fec6d6bed2003495fe0ea"
73
+ "gitHead": "68915eeebc9278bb40dec3f1034499698a0561ef"
73
74
  }