@turf/rhumb-destination 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 -3
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ var addToMap = [pt, destination]
|
|
|
32
32
|
destination.properties['marker-color'] = '#00F';
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
Returns **[Feature][6]<[Point][
|
|
35
|
+
Returns **[Feature][6]<[Point][1]>** Destination point.
|
|
36
36
|
|
|
37
37
|
[1]: https://tools.ietf.org/html/rfc7946#section-3.1.2
|
|
38
38
|
|
|
@@ -46,8 +46,6 @@ Returns **[Feature][6]<[Point][7]>** Destination point.
|
|
|
46
46
|
|
|
47
47
|
[6]: https://tools.ietf.org/html/rfc7946#section-3.2
|
|
48
48
|
|
|
49
|
-
[7]: https://tools.ietf.org/html/rfc7946#section-3.1.2
|
|
50
|
-
|
|
51
49
|
<!-- 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. -->
|
|
52
50
|
|
|
53
51
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turf/rhumb-destination",
|
|
3
|
-
"version": "7.1.0
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"description": "turf rhumb-destination module",
|
|
5
5
|
"author": "Turf Authors",
|
|
6
6
|
"contributors": [
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"test:tape": "tsx test.ts"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@turf/truncate": "^7.1.0
|
|
64
|
+
"@turf/truncate": "^7.1.0",
|
|
65
65
|
"@types/benchmark": "^2.1.5",
|
|
66
66
|
"@types/tape": "^4.2.32",
|
|
67
67
|
"benchmark": "^2.1.4",
|
|
@@ -74,9 +74,10 @@
|
|
|
74
74
|
"write-json-file": "^5.0.0"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@turf/helpers": "^7.1.0
|
|
78
|
-
"@turf/invariant": "^7.1.0
|
|
77
|
+
"@turf/helpers": "^7.1.0",
|
|
78
|
+
"@turf/invariant": "^7.1.0",
|
|
79
|
+
"@types/geojson": "^7946.0.10",
|
|
79
80
|
"tslib": "^2.6.2"
|
|
80
81
|
},
|
|
81
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "68915eeebc9278bb40dec3f1034499698a0561ef"
|
|
82
83
|
}
|