@turf/convex 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.
- package/README.md +1 -5
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ var hull = turf.convex(points);
|
|
|
36
36
|
var addToMap = [points, hull]
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
Returns **[Feature][
|
|
39
|
+
Returns **[Feature][1]<[Polygon][3]>** a convex hull
|
|
40
40
|
|
|
41
41
|
[1]: https://tools.ietf.org/html/rfc7946#section-3.2
|
|
42
42
|
|
|
@@ -54,10 +54,6 @@ Returns **[Feature][9]<[Polygon][10]>** a convex hull
|
|
|
54
54
|
|
|
55
55
|
[8]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number
|
|
56
56
|
|
|
57
|
-
[9]: https://tools.ietf.org/html/rfc7946#section-3.2
|
|
58
|
-
|
|
59
|
-
[10]: https://tools.ietf.org/html/rfc7946#section-3.1.6
|
|
60
|
-
|
|
61
57
|
<!-- 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. -->
|
|
62
58
|
|
|
63
59
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turf/convex",
|
|
3
|
-
"version": "7.1.0
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"description": "turf convex module",
|
|
5
5
|
"author": "Turf Authors",
|
|
6
6
|
"license": "MIT",
|
|
@@ -63,10 +63,11 @@
|
|
|
63
63
|
"write-json-file": "^5.0.0"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@turf/helpers": "^7.1.0
|
|
67
|
-
"@turf/meta": "^7.1.0
|
|
66
|
+
"@turf/helpers": "^7.1.0",
|
|
67
|
+
"@turf/meta": "^7.1.0",
|
|
68
|
+
"@types/geojson": "^7946.0.10",
|
|
68
69
|
"concaveman": "^1.2.1",
|
|
69
70
|
"tslib": "^2.6.2"
|
|
70
71
|
},
|
|
71
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "68915eeebc9278bb40dec3f1034499698a0561ef"
|
|
72
73
|
}
|