@turf/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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -34,7 +34,7 @@ destination.properties['marker-color'] = '#f00';
34
34
  point.properties['marker-color'] = '#0f0';
35
35
  ```
36
36
 
37
- Returns **[Feature][7]<[Point][8]>** destination point
37
+ Returns **[Feature][7]<[Point][1]>** destination point
38
38
 
39
39
  [1]: https://tools.ietf.org/html/rfc7946#section-3.1.2
40
40
 
@@ -50,8 +50,6 @@ Returns **[Feature][7]<[Point][8]>** destination point
50
50
 
51
51
  [7]: https://tools.ietf.org/html/rfc7946#section-3.2
52
52
 
53
- [8]: https://tools.ietf.org/html/rfc7946#section-3.1.2
54
-
55
53
  <!-- 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. -->
56
54
 
57
55
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/destination",
3
- "version": "7.1.0-alpha.7+0ce6ecca0",
3
+ "version": "7.1.0",
4
4
  "description": "turf destination module",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -53,7 +53,7 @@
53
53
  "test:tape": "tsx test.ts"
54
54
  },
55
55
  "devDependencies": {
56
- "@turf/truncate": "^7.1.0-alpha.7+0ce6ecca0",
56
+ "@turf/truncate": "^7.1.0",
57
57
  "@types/benchmark": "^2.1.5",
58
58
  "@types/tape": "^4.2.32",
59
59
  "benchmark": "^2.1.4",
@@ -67,9 +67,10 @@
67
67
  "write-json-file": "^5.0.0"
68
68
  },
69
69
  "dependencies": {
70
- "@turf/helpers": "^7.1.0-alpha.7+0ce6ecca0",
71
- "@turf/invariant": "^7.1.0-alpha.7+0ce6ecca0",
70
+ "@turf/helpers": "^7.1.0",
71
+ "@turf/invariant": "^7.1.0",
72
+ "@types/geojson": "^7946.0.10",
72
73
  "tslib": "^2.6.2"
73
74
  },
74
- "gitHead": "0ce6ecca05829690270fec6d6bed2003495fe0ea"
75
+ "gitHead": "68915eeebc9278bb40dec3f1034499698a0561ef"
75
76
  }