@turf/interpolate 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 +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/interpolate",
3
- "version": "7.3.2",
3
+ "version": "7.3.3",
4
4
  "description": "Creates an interpolated grid of points using the Inverse Distance Weighting method.",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -54,7 +54,7 @@
54
54
  "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
55
55
  },
56
56
  "devDependencies": {
57
- "@turf/truncate": "7.3.2",
57
+ "@turf/truncate": "7.3.3",
58
58
  "@types/benchmark": "^2.1.5",
59
59
  "@types/tape": "^5.8.1",
60
60
  "benchmark": "^2.1.4",
@@ -67,19 +67,19 @@
67
67
  "write-json-file": "^6.0.0"
68
68
  },
69
69
  "dependencies": {
70
- "@turf/bbox": "7.3.2",
71
- "@turf/centroid": "7.3.2",
72
- "@turf/clone": "7.3.2",
73
- "@turf/distance": "7.3.2",
74
- "@turf/helpers": "7.3.2",
75
- "@turf/hex-grid": "7.3.2",
76
- "@turf/invariant": "7.3.2",
77
- "@turf/meta": "7.3.2",
78
- "@turf/point-grid": "7.3.2",
79
- "@turf/square-grid": "7.3.2",
80
- "@turf/triangle-grid": "7.3.2",
70
+ "@turf/bbox": "7.3.3",
71
+ "@turf/centroid": "7.3.3",
72
+ "@turf/clone": "7.3.3",
73
+ "@turf/distance": "7.3.3",
74
+ "@turf/helpers": "7.3.3",
75
+ "@turf/hex-grid": "7.3.3",
76
+ "@turf/invariant": "7.3.3",
77
+ "@turf/meta": "7.3.3",
78
+ "@turf/point-grid": "7.3.3",
79
+ "@turf/square-grid": "7.3.3",
80
+ "@turf/triangle-grid": "7.3.3",
81
81
  "@types/geojson": "^7946.0.10",
82
82
  "tslib": "^2.8.1"
83
83
  },
84
- "gitHead": "099d9915467bacf45d554be4533fa9998c4efc88"
84
+ "gitHead": "fa0e2da8ce02d9a82720eae922f89c9386596e04"
85
85
  }