@turf/quadrat-analysis 7.3.2 → 7.3.3

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 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/quadrat-analysis",
3
- "version": "7.3.2",
3
+ "version": "7.3.3",
4
4
  "description": "Quadrat analysis lays a set of equal-size areas(quadrat) over the study area and counts the number of features in each quadrat and creates a frequency table.",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -52,7 +52,7 @@
52
52
  "test:tape": "tsx test.ts"
53
53
  },
54
54
  "devDependencies": {
55
- "@turf/nearest-neighbor-analysis": "7.3.2",
55
+ "@turf/nearest-neighbor-analysis": "7.3.3",
56
56
  "@types/benchmark": "^2.1.5",
57
57
  "@types/tape": "^5.8.1",
58
58
  "benchmark": "^2.1.4",
@@ -64,17 +64,17 @@
64
64
  "write-json-file": "^6.0.0"
65
65
  },
66
66
  "dependencies": {
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/helpers": "7.3.2",
72
- "@turf/invariant": "7.3.2",
73
- "@turf/point-grid": "7.3.2",
74
- "@turf/random": "7.3.2",
75
- "@turf/square-grid": "7.3.2",
67
+ "@turf/area": "7.3.3",
68
+ "@turf/bbox": "7.3.3",
69
+ "@turf/bbox-polygon": "7.3.3",
70
+ "@turf/centroid": "7.3.3",
71
+ "@turf/helpers": "7.3.3",
72
+ "@turf/invariant": "7.3.3",
73
+ "@turf/point-grid": "7.3.3",
74
+ "@turf/random": "7.3.3",
75
+ "@turf/square-grid": "7.3.3",
76
76
  "@types/geojson": "^7946.0.10",
77
77
  "tslib": "^2.8.1"
78
78
  },
79
- "gitHead": "099d9915467bacf45d554be4533fa9998c4efc88"
79
+ "gitHead": "fa0e2da8ce02d9a82720eae922f89c9386596e04"
80
80
  }