@turf/distance-weight 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 -1
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -12,7 +12,7 @@ calcualte the Minkowski p-norm distance between two features.
12
12
  * `feature2` **[Feature][1]<[Point][2]>** point feature
13
13
  * `p` p-norm 1=\<p<=infinity 1: Manhattan distance 2: Euclidean distance (optional, default `2`)
14
14
 
15
- Returns **[number][3]**
15
+ Returns **[number][3]**&#x20;
16
16
 
17
17
  ## distanceWeight
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/distance-weight",
3
- "version": "7.1.0-alpha.7+0ce6ecca0",
3
+ "version": "7.1.0-alpha.70+948cdafaf",
4
4
  "description": "turf distance-weight module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -64,11 +64,12 @@
64
64
  "write-json-file": "^5.0.0"
65
65
  },
66
66
  "dependencies": {
67
- "@turf/centroid": "^7.1.0-alpha.7+0ce6ecca0",
68
- "@turf/helpers": "^7.1.0-alpha.7+0ce6ecca0",
69
- "@turf/invariant": "^7.1.0-alpha.7+0ce6ecca0",
70
- "@turf/meta": "^7.1.0-alpha.7+0ce6ecca0",
67
+ "@turf/centroid": "^7.1.0-alpha.70+948cdafaf",
68
+ "@turf/helpers": "^7.1.0-alpha.70+948cdafaf",
69
+ "@turf/invariant": "^7.1.0-alpha.70+948cdafaf",
70
+ "@turf/meta": "^7.1.0-alpha.70+948cdafaf",
71
+ "@types/geojson": "^7946.0.10",
71
72
  "tslib": "^2.6.2"
72
73
  },
73
- "gitHead": "0ce6ecca05829690270fec6d6bed2003495fe0ea"
74
+ "gitHead": "948cdafaf70606d2e27fcc79973fa48ee1182067"
74
75
  }