@turf/difference 7.3.1 → 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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/difference",
3
- "version": "7.3.1",
3
+ "version": "7.3.3",
4
4
  "description": "Finds the difference between multiple polygons by clipping the subsequent polygon from the first.",
5
5
  "author": "Turf Authors",
6
6
  "license": "MIT",
@@ -61,11 +61,11 @@
61
61
  "write-json-file": "^6.0.0"
62
62
  },
63
63
  "dependencies": {
64
- "@turf/helpers": "7.3.1",
65
- "@turf/meta": "7.3.1",
64
+ "@turf/helpers": "7.3.3",
65
+ "@turf/meta": "7.3.3",
66
66
  "@types/geojson": "^7946.0.10",
67
67
  "polyclip-ts": "^0.16.8",
68
68
  "tslib": "^2.8.1"
69
69
  },
70
- "gitHead": "b7f1b4eafb760431e03955499d8eac9489438219"
70
+ "gitHead": "fa0e2da8ce02d9a82720eae922f89c9386596e04"
71
71
  }