@turf/point-on-feature 7.3.1 → 7.3.3
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 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turf/point-on-feature",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.3",
|
|
4
4
|
"description": "Takes a Feature or FeatureCollection and returns a Point guaranteed to be on the surface of the feature.",
|
|
5
5
|
"author": "Turf Authors",
|
|
6
6
|
"license": "MIT",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"test:tape": "tsx test.ts"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@turf/meta": "7.3.
|
|
57
|
-
"@turf/truncate": "7.3.
|
|
56
|
+
"@turf/meta": "7.3.3",
|
|
57
|
+
"@turf/truncate": "7.3.3",
|
|
58
58
|
"@types/benchmark": "^2.1.5",
|
|
59
59
|
"@types/tape": "^5.8.1",
|
|
60
60
|
"benchmark": "^2.1.4",
|
|
@@ -65,13 +65,13 @@
|
|
|
65
65
|
"write-json-file": "^6.0.0"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@turf/boolean-point-in-polygon": "7.3.
|
|
69
|
-
"@turf/center": "7.3.
|
|
70
|
-
"@turf/explode": "7.3.
|
|
71
|
-
"@turf/helpers": "7.3.
|
|
72
|
-
"@turf/nearest-point": "7.3.
|
|
68
|
+
"@turf/boolean-point-in-polygon": "7.3.3",
|
|
69
|
+
"@turf/center": "7.3.3",
|
|
70
|
+
"@turf/explode": "7.3.3",
|
|
71
|
+
"@turf/helpers": "7.3.3",
|
|
72
|
+
"@turf/nearest-point": "7.3.3",
|
|
73
73
|
"@types/geojson": "^7946.0.10",
|
|
74
74
|
"tslib": "^2.8.1"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "fa0e2da8ce02d9a82720eae922f89c9386596e04"
|
|
77
77
|
}
|