@turf/mask 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.
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turf/mask",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.1",
|
|
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": "
|
|
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.
|
|
68
|
-
"@turf/helpers": "7.3.
|
|
66
|
+
"@turf/clone": "7.3.1",
|
|
67
|
+
"@turf/helpers": "7.3.1",
|
|
69
68
|
"@types/geojson": "^7946.0.10",
|
|
70
69
|
"polyclip-ts": "^0.16.8",
|
|
71
70
|
"tslib": "^2.8.1"
|
|
72
71
|
},
|
|
73
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "b7f1b4eafb760431e03955499d8eac9489438219"
|
|
74
73
|
}
|