@turf/mask 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 +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/mask",
3
- "version": "7.3.0",
3
+ "version": "7.3.2",
4
4
  "description": "Takes polygons or multipolygons and an optional mask, and returns an exterior ring polygon with holes.",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "bench": "tsx bench.ts",
47
47
  "build": "tsup --config ../../tsup.config.ts",
48
48
  "docs": "tsx ../../scripts/generate-readmes.ts",
49
- "test": "npm-run-all --npm-path npm test:*",
49
+ "test": "pnpm run /test:.*/",
50
50
  "test:tape": "tsx test.ts",
51
51
  "test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
52
52
  },
@@ -56,7 +56,6 @@
56
56
  "benchmark": "^2.1.4",
57
57
  "load-json-file": "^7.0.1",
58
58
  "mkdirp": "^3.0.1",
59
- "npm-run-all": "^4.1.5",
60
59
  "tape": "^5.9.0",
61
60
  "tsup": "^8.4.0",
62
61
  "tsx": "^4.19.4",
@@ -64,11 +63,11 @@
64
63
  "write-json-file": "^6.0.0"
65
64
  },
66
65
  "dependencies": {
67
- "@turf/clone": "7.3.0",
68
- "@turf/helpers": "7.3.0",
66
+ "@turf/clone": "7.3.2",
67
+ "@turf/helpers": "7.3.2",
69
68
  "@types/geojson": "^7946.0.10",
70
69
  "polyclip-ts": "^0.16.8",
71
70
  "tslib": "^2.8.1"
72
71
  },
73
- "gitHead": "9f58a103e8f9a587ab640307ed03ba5233913ddd"
72
+ "gitHead": "099d9915467bacf45d554be4533fa9998c4efc88"
74
73
  }