@turf/square-grid 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 +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/square-grid",
3
- "version": "7.3.0",
3
+ "version": "7.3.2",
4
4
  "description": "Creates a square grid within a bounding box.",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -48,16 +48,15 @@
48
48
  "bench": "tsx bench.ts",
49
49
  "build": "tsup --config ../../tsup.config.ts",
50
50
  "docs": "tsx ../../scripts/generate-readmes.ts",
51
- "test": "npm-run-all --npm-path npm test:*",
51
+ "test": "pnpm run /test:.*/",
52
52
  "test:tape": "tsx test.ts"
53
53
  },
54
54
  "devDependencies": {
55
- "@turf/bbox-polygon": "7.3.0",
56
- "@turf/truncate": "7.3.0",
55
+ "@turf/bbox-polygon": "7.3.2",
56
+ "@turf/truncate": "7.3.2",
57
57
  "@types/benchmark": "^2.1.5",
58
58
  "@types/tape": "^5.8.1",
59
59
  "benchmark": "^2.1.4",
60
- "npm-run-all": "^4.1.5",
61
60
  "tape": "^5.9.0",
62
61
  "tsup": "^8.4.0",
63
62
  "tsx": "^4.19.4",
@@ -65,10 +64,10 @@
65
64
  "write-json-file": "^6.0.0"
66
65
  },
67
66
  "dependencies": {
68
- "@turf/helpers": "7.3.0",
69
- "@turf/rectangle-grid": "7.3.0",
67
+ "@turf/helpers": "7.3.2",
68
+ "@turf/rectangle-grid": "7.3.2",
70
69
  "@types/geojson": "^7946.0.10",
71
70
  "tslib": "^2.8.1"
72
71
  },
73
- "gitHead": "9f58a103e8f9a587ab640307ed03ba5233913ddd"
72
+ "gitHead": "099d9915467bacf45d554be4533fa9998c4efc88"
74
73
  }