@turf/point-to-line-distance 7.3.1 → 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 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/point-to-line-distance",
3
- "version": "7.3.1",
3
+ "version": "7.3.2",
4
4
  "description": "Calculates the distance between a given point and the nearest point on a line.",
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/circle": "7.3.1",
57
+ "@turf/circle": "7.3.2",
58
58
  "@types/benchmark": "^2.1.5",
59
59
  "@types/tape": "^5.8.1",
60
60
  "benchmark": "^2.1.4",
@@ -66,17 +66,17 @@
66
66
  "write-json-file": "^6.0.0"
67
67
  },
68
68
  "dependencies": {
69
- "@turf/bearing": "7.3.1",
70
- "@turf/distance": "7.3.1",
71
- "@turf/helpers": "7.3.1",
72
- "@turf/invariant": "7.3.1",
73
- "@turf/meta": "7.3.1",
74
- "@turf/nearest-point-on-line": "7.3.1",
75
- "@turf/projection": "7.3.1",
76
- "@turf/rhumb-bearing": "7.3.1",
77
- "@turf/rhumb-distance": "7.3.1",
69
+ "@turf/bearing": "7.3.2",
70
+ "@turf/distance": "7.3.2",
71
+ "@turf/helpers": "7.3.2",
72
+ "@turf/invariant": "7.3.2",
73
+ "@turf/meta": "7.3.2",
74
+ "@turf/nearest-point-on-line": "7.3.2",
75
+ "@turf/projection": "7.3.2",
76
+ "@turf/rhumb-bearing": "7.3.2",
77
+ "@turf/rhumb-distance": "7.3.2",
78
78
  "@types/geojson": "^7946.0.10",
79
79
  "tslib": "^2.8.1"
80
80
  },
81
- "gitHead": "b7f1b4eafb760431e03955499d8eac9489438219"
81
+ "gitHead": "099d9915467bacf45d554be4533fa9998c4efc88"
82
82
  }