@turf/nearest-neighbor-analysis 7.3.0 → 7.3.2

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 (1) hide show
  1. package/package.json +12 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/nearest-neighbor-analysis",
3
- "version": "7.3.0",
3
+ "version": "7.3.2",
4
4
  "description": "Calculates an index based the average distances between points in the dataset, thereby providing inference as to whether the data is clustered, dispersed, or randomly distributed within the study area.",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -48,16 +48,15 @@
48
48
  "bench": "tsx bench.ts",
49
49
  "build": "tsup --config ../../tsup.config.ts",
50
50
  "docs": "tsx ../../scripts/generate-readmes.ts",
51
- "test": "npm-run-all --npm-path npm test:*",
51
+ "test": "pnpm run /test:.*/",
52
52
  "test:tape": "tsx test.ts"
53
53
  },
54
54
  "devDependencies": {
55
- "@turf/truncate": "7.3.0",
55
+ "@turf/truncate": "7.3.2",
56
56
  "@types/benchmark": "^2.1.5",
57
57
  "@types/tape": "^5.8.1",
58
58
  "benchmark": "^2.1.4",
59
59
  "load-json-file": "^7.0.1",
60
- "npm-run-all": "^4.1.5",
61
60
  "tape": "^5.9.0",
62
61
  "tsup": "^8.4.0",
63
62
  "tsx": "^4.19.4",
@@ -65,16 +64,16 @@
65
64
  "write-json-file": "^6.0.0"
66
65
  },
67
66
  "dependencies": {
68
- "@turf/area": "7.3.0",
69
- "@turf/bbox": "7.3.0",
70
- "@turf/bbox-polygon": "7.3.0",
71
- "@turf/centroid": "7.3.0",
72
- "@turf/distance": "7.3.0",
73
- "@turf/helpers": "7.3.0",
74
- "@turf/meta": "7.3.0",
75
- "@turf/nearest-point": "7.3.0",
67
+ "@turf/area": "7.3.2",
68
+ "@turf/bbox": "7.3.2",
69
+ "@turf/bbox-polygon": "7.3.2",
70
+ "@turf/centroid": "7.3.2",
71
+ "@turf/distance": "7.3.2",
72
+ "@turf/helpers": "7.3.2",
73
+ "@turf/meta": "7.3.2",
74
+ "@turf/nearest-point": "7.3.2",
76
75
  "@types/geojson": "^7946.0.10",
77
76
  "tslib": "^2.8.1"
78
77
  },
79
- "gitHead": "9f58a103e8f9a587ab640307ed03ba5233913ddd"
78
+ "gitHead": "099d9915467bacf45d554be4533fa9998c4efc88"
80
79
  }