@turf/rhumb-bearing 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 +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turf/rhumb-bearing",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.2",
|
|
4
4
|
"description": "Takes two points and finds the bearing angle between them along a Rhumb line.",
|
|
5
5
|
"author": "Turf Authors",
|
|
6
6
|
"contributors": [
|
|
@@ -53,15 +53,14 @@
|
|
|
53
53
|
"bench": "tsx bench.ts",
|
|
54
54
|
"build": "tsup --config ../../tsup.config.ts",
|
|
55
55
|
"docs": "tsx ../../scripts/generate-readmes.ts",
|
|
56
|
-
"test": "
|
|
56
|
+
"test": "pnpm run /test:.*/",
|
|
57
57
|
"test:tape": "tsx test.ts"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@turf/destination": "7.3.
|
|
60
|
+
"@turf/destination": "7.3.2",
|
|
61
61
|
"@types/benchmark": "^2.1.5",
|
|
62
62
|
"@types/tape": "^5.8.1",
|
|
63
63
|
"benchmark": "^2.1.4",
|
|
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,10 +68,10 @@
|
|
|
69
68
|
"write-json-file": "^6.0.0"
|
|
70
69
|
},
|
|
71
70
|
"dependencies": {
|
|
72
|
-
"@turf/helpers": "7.3.
|
|
73
|
-
"@turf/invariant": "7.3.
|
|
71
|
+
"@turf/helpers": "7.3.2",
|
|
72
|
+
"@turf/invariant": "7.3.2",
|
|
74
73
|
"@types/geojson": "^7946.0.10",
|
|
75
74
|
"tslib": "^2.8.1"
|
|
76
75
|
},
|
|
77
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "099d9915467bacf45d554be4533fa9998c4efc88"
|
|
78
77
|
}
|