@turf/clusters 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 +2 -2
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -50,7 +50,7 @@ Type: [Function][2]
50
50
  * `clusterValue` **any?** Value used to create cluster being processed.
51
51
  * `currentIndex` **[number][3]?** The index of the current element being processed in the array.Starts at index 0
52
52
 
53
- Returns **void**
53
+ Returns **void** 
54
54
 
55
55
  ## clusterEach
56
56
 
@@ -96,7 +96,7 @@ turf.clusterEach(clustered, 'cluster', function (cluster, clusterValue) {
96
96
  });
97
97
  ```
98
98
 
99
- Returns **void**
99
+ Returns **void** 
100
100
 
101
101
  ## clusterReduceCallback
102
102
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/clusters",
3
- "version": "7.1.0-alpha.7+0ce6ecca0",
3
+ "version": "7.1.0-alpha.70+948cdafaf",
4
4
  "description": "turf clusters module",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -66,9 +66,10 @@
66
66
  "typescript": "^5.2.2"
67
67
  },
68
68
  "dependencies": {
69
- "@turf/helpers": "^7.1.0-alpha.7+0ce6ecca0",
70
- "@turf/meta": "^7.1.0-alpha.7+0ce6ecca0",
69
+ "@turf/helpers": "^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
  }