@turf/clusters 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 +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
|
|
3
|
+
"version": "7.1.0",
|
|
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
|
|
70
|
-
"@turf/meta": "^7.1.0
|
|
69
|
+
"@turf/helpers": "^7.1.0",
|
|
70
|
+
"@turf/meta": "^7.1.0",
|
|
71
|
+
"@types/geojson": "^7946.0.10",
|
|
71
72
|
"tslib": "^2.6.2"
|
|
72
73
|
},
|
|
73
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "68915eeebc9278bb40dec3f1034499698a0561ef"
|
|
74
75
|
}
|