@turf/invariant 7.2.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 +9 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turf/invariant",
|
|
3
|
-
"version": "7.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "7.3.1",
|
|
4
|
+
"description": "Lightweight utility for input validation and data extraction in Turf.js. Ensures GeoJSON inputs are in the correct format and extracts specific components like coordinates or geometries.",
|
|
5
5
|
"author": "Turf Authors",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Tom MacWright <@tmcw>",
|
|
@@ -50,24 +50,23 @@
|
|
|
50
50
|
"bench": "tsx bench.ts",
|
|
51
51
|
"build": "tsup --config ../../tsup.config.ts",
|
|
52
52
|
"docs": "tsx ../../scripts/generate-readmes.ts",
|
|
53
|
-
"test": "
|
|
53
|
+
"test": "pnpm run /test:.*/",
|
|
54
54
|
"test:tape": "tsx test.ts",
|
|
55
55
|
"test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@types/benchmark": "^2.1.5",
|
|
59
|
-
"@types/tape": "^
|
|
59
|
+
"@types/tape": "^5.8.1",
|
|
60
60
|
"benchmark": "^2.1.4",
|
|
61
|
-
"npm-run-all": "^4.1.5",
|
|
62
61
|
"tape": "^5.9.0",
|
|
63
|
-
"tsup": "^8.
|
|
64
|
-
"tsx": "^4.19.
|
|
65
|
-
"typescript": "^5.
|
|
62
|
+
"tsup": "^8.4.0",
|
|
63
|
+
"tsx": "^4.19.4",
|
|
64
|
+
"typescript": "^5.8.3"
|
|
66
65
|
},
|
|
67
66
|
"dependencies": {
|
|
68
|
-
"@turf/helpers": "
|
|
67
|
+
"@turf/helpers": "7.3.1",
|
|
69
68
|
"@types/geojson": "^7946.0.10",
|
|
70
69
|
"tslib": "^2.8.1"
|
|
71
70
|
},
|
|
72
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "b7f1b4eafb760431e03955499d8eac9489438219"
|
|
73
72
|
}
|