@turf/shortest-path 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 +13 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turf/shortest-path",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.1",
|
|
4
4
|
"description": "Returns the shortest path from start to end without colliding with any Feature in obstacles.",
|
|
5
5
|
"author": "Turf Authors",
|
|
6
6
|
"contributors": [
|
|
@@ -51,17 +51,16 @@
|
|
|
51
51
|
"bench": "tsx bench.ts",
|
|
52
52
|
"build": "tsup --config ../../tsup.config.ts",
|
|
53
53
|
"docs": "tsx ../../scripts/generate-readmes.ts",
|
|
54
|
-
"test": "
|
|
54
|
+
"test": "pnpm run /test:.*/",
|
|
55
55
|
"test:tape": "tsx test.ts",
|
|
56
56
|
"test:types": "tsc --esModuleInterop --module node16 --moduleResolution node16 --noEmit --strict types.ts"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@turf/truncate": "7.3.
|
|
59
|
+
"@turf/truncate": "7.3.1",
|
|
60
60
|
"@types/benchmark": "^2.1.5",
|
|
61
61
|
"@types/tape": "^5.8.1",
|
|
62
62
|
"benchmark": "^2.1.4",
|
|
63
63
|
"load-json-file": "^7.0.1",
|
|
64
|
-
"npm-run-all": "^4.1.5",
|
|
65
64
|
"tape": "^5.9.0",
|
|
66
65
|
"tsup": "^8.4.0",
|
|
67
66
|
"tsx": "^4.19.4",
|
|
@@ -69,17 +68,17 @@
|
|
|
69
68
|
"write-json-file": "^6.0.0"
|
|
70
69
|
},
|
|
71
70
|
"dependencies": {
|
|
72
|
-
"@turf/bbox": "7.3.
|
|
73
|
-
"@turf/bbox-polygon": "7.3.
|
|
74
|
-
"@turf/boolean-point-in-polygon": "7.3.
|
|
75
|
-
"@turf/clean-coords": "7.3.
|
|
76
|
-
"@turf/distance": "7.3.
|
|
77
|
-
"@turf/helpers": "7.3.
|
|
78
|
-
"@turf/invariant": "7.3.
|
|
79
|
-
"@turf/meta": "7.3.
|
|
80
|
-
"@turf/transform-scale": "7.3.
|
|
71
|
+
"@turf/bbox": "7.3.1",
|
|
72
|
+
"@turf/bbox-polygon": "7.3.1",
|
|
73
|
+
"@turf/boolean-point-in-polygon": "7.3.1",
|
|
74
|
+
"@turf/clean-coords": "7.3.1",
|
|
75
|
+
"@turf/distance": "7.3.1",
|
|
76
|
+
"@turf/helpers": "7.3.1",
|
|
77
|
+
"@turf/invariant": "7.3.1",
|
|
78
|
+
"@turf/meta": "7.3.1",
|
|
79
|
+
"@turf/transform-scale": "7.3.1",
|
|
81
80
|
"@types/geojson": "^7946.0.10",
|
|
82
81
|
"tslib": "^2.8.1"
|
|
83
82
|
},
|
|
84
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "b7f1b4eafb760431e03955499d8eac9489438219"
|
|
85
84
|
}
|