@turf/line-intersect 7.3.0 → 7.3.1

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 +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/line-intersect",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "description": "Takes any LineString or Polygon GeoJSON and returns the intersecting point(s).",
5
5
  "author": "Turf Authors",
6
6
  "contributors": [
@@ -52,16 +52,15 @@
52
52
  "bench": "tsx bench.ts",
53
53
  "build": "tsup --config ../../tsup.config.ts",
54
54
  "docs": "tsx ../../scripts/generate-readmes.ts",
55
- "test": "npm-run-all --npm-path npm test:*",
55
+ "test": "pnpm run /test:.*/",
56
56
  "test:tape": "tsx test.ts"
57
57
  },
58
58
  "devDependencies": {
59
- "@turf/truncate": "7.3.0",
59
+ "@turf/truncate": "7.3.1",
60
60
  "@types/benchmark": "^2.1.5",
61
61
  "@types/tape": "^5.8.1",
62
62
  "benchmark": "^2.1.4",
63
63
  "load-json-file": "^7.0.1",
64
- "npm-run-all": "^4.1.5",
65
64
  "tape": "^5.9.0",
66
65
  "tsup": "^8.4.0",
67
66
  "tsx": "^4.19.4",
@@ -69,10 +68,10 @@
69
68
  "write-json-file": "^6.0.0"
70
69
  },
71
70
  "dependencies": {
72
- "@turf/helpers": "7.3.0",
71
+ "@turf/helpers": "7.3.1",
73
72
  "@types/geojson": "^7946.0.10",
74
73
  "sweepline-intersections": "^1.5.0",
75
74
  "tslib": "^2.8.1"
76
75
  },
77
- "gitHead": "9f58a103e8f9a587ab640307ed03ba5233913ddd"
76
+ "gitHead": "b7f1b4eafb760431e03955499d8eac9489438219"
78
77
  }