@turf/convex 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 +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turf/convex",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.1",
|
|
4
4
|
"description": "Creates a convex hull around points",
|
|
5
5
|
"author": "Turf Authors",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"bench": "tsx bench.ts",
|
|
46
46
|
"build": "tsup --config ../../tsup.config.ts",
|
|
47
47
|
"docs": "tsx ../../scripts/generate-readmes.ts",
|
|
48
|
-
"test": "
|
|
48
|
+
"test": "pnpm run /test:.*/",
|
|
49
49
|
"test:tape": "tsx test.ts"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
@@ -53,9 +53,8 @@
|
|
|
53
53
|
"@types/concaveman": "^1.1.6",
|
|
54
54
|
"@types/tape": "^5.8.1",
|
|
55
55
|
"benchmark": "^2.1.4",
|
|
56
|
-
"glob": "^11.0
|
|
56
|
+
"glob": "^11.1.0",
|
|
57
57
|
"load-json-file": "^7.0.1",
|
|
58
|
-
"npm-run-all": "^4.1.5",
|
|
59
58
|
"tape": "^5.9.0",
|
|
60
59
|
"tsup": "^8.4.0",
|
|
61
60
|
"tsx": "^4.19.4",
|
|
@@ -63,11 +62,11 @@
|
|
|
63
62
|
"write-json-file": "^6.0.0"
|
|
64
63
|
},
|
|
65
64
|
"dependencies": {
|
|
66
|
-
"@turf/helpers": "7.3.
|
|
67
|
-
"@turf/meta": "7.3.
|
|
65
|
+
"@turf/helpers": "7.3.1",
|
|
66
|
+
"@turf/meta": "7.3.1",
|
|
68
67
|
"@types/geojson": "^7946.0.10",
|
|
69
68
|
"concaveman": "^1.2.1",
|
|
70
69
|
"tslib": "^2.8.1"
|
|
71
70
|
},
|
|
72
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "b7f1b4eafb760431e03955499d8eac9489438219"
|
|
73
72
|
}
|