@turf/sample 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.
- package/package.json +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turf/sample",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.2",
|
|
4
4
|
"description": "Takes a FeatureCollection and returns a FeatureCollection with given number of features at random.",
|
|
5
5
|
"author": "Turf Authors",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,23 +47,22 @@
|
|
|
47
47
|
"bench": "tsx bench.ts",
|
|
48
48
|
"build": "tsup --config ../../tsup.config.ts",
|
|
49
49
|
"docs": "tsx ../../scripts/generate-readmes.ts",
|
|
50
|
-
"test": "
|
|
50
|
+
"test": "pnpm run /test:.*/",
|
|
51
51
|
"test:tape": "tsx test.ts"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/benchmark": "^2.1.5",
|
|
55
55
|
"@types/tape": "^5.8.1",
|
|
56
56
|
"benchmark": "^2.1.4",
|
|
57
|
-
"npm-run-all": "^4.1.5",
|
|
58
57
|
"tape": "^5.9.0",
|
|
59
58
|
"tsup": "^8.4.0",
|
|
60
59
|
"tsx": "^4.19.4",
|
|
61
60
|
"typescript": "^5.8.3"
|
|
62
61
|
},
|
|
63
62
|
"dependencies": {
|
|
64
|
-
"@turf/helpers": "7.3.
|
|
63
|
+
"@turf/helpers": "7.3.2",
|
|
65
64
|
"@types/geojson": "^7946.0.10",
|
|
66
65
|
"tslib": "^2.8.1"
|
|
67
66
|
},
|
|
68
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "099d9915467bacf45d554be4533fa9998c4efc88"
|
|
69
68
|
}
|