@turf/line-segment 7.1.0-alpha.7 → 7.1.0-alpha.70

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 -5
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -21,7 +21,7 @@ var segments = turf.lineSegment(polygon);
21
21
  var addToMap = [polygon, segments]
22
22
  ```
23
23
 
24
- Returns **[FeatureCollection][5]<[LineString][6]>** 2-vertex line segments
24
+ Returns **[FeatureCollection][1]<[LineString][2]>** 2-vertex line segments
25
25
 
26
26
  [1]: https://tools.ietf.org/html/rfc7946#section-3.3
27
27
 
@@ -31,10 +31,6 @@ Returns **[FeatureCollection][5]<[LineString][6]>** 2-vertex line segments
31
31
 
32
32
  [4]: https://tools.ietf.org/html/rfc7946#section-3
33
33
 
34
- [5]: https://tools.ietf.org/html/rfc7946#section-3.3
35
-
36
- [6]: https://tools.ietf.org/html/rfc7946#section-3.1.4
37
-
38
34
  <!-- 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. -->
39
35
 
40
36
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/line-segment",
3
- "version": "7.1.0-alpha.7+0ce6ecca0",
3
+ "version": "7.1.0-alpha.70+948cdafaf",
4
4
  "description": "turf line-segment module",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -62,10 +62,11 @@
62
62
  "write-json-file": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
- "@turf/helpers": "^7.1.0-alpha.7+0ce6ecca0",
66
- "@turf/invariant": "^7.1.0-alpha.7+0ce6ecca0",
67
- "@turf/meta": "^7.1.0-alpha.7+0ce6ecca0",
65
+ "@turf/helpers": "^7.1.0-alpha.70+948cdafaf",
66
+ "@turf/invariant": "^7.1.0-alpha.70+948cdafaf",
67
+ "@turf/meta": "^7.1.0-alpha.70+948cdafaf",
68
+ "@types/geojson": "^7946.0.10",
68
69
  "tslib": "^2.6.2"
69
70
  },
70
- "gitHead": "0ce6ecca05829690270fec6d6bed2003495fe0ea"
71
+ "gitHead": "948cdafaf70606d2e27fcc79973fa48ee1182067"
71
72
  }