@types/mapbox__mapbox-gl-draw
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -411,3 +411,6 @@ // Type definitions for @mapbox/mapbox-gl-draw 1.4 | ||
constrainFeatureMovement(geojsonFeatures: DrawFeature[], delta: { lng: number; lat: number }): number; | ||
constrainFeatureMovement( | ||
geojsonFeatures: DrawFeature[], | ||
delta: { lng: number; lat: number }, | ||
): { lng: number; lat: number }; | ||
@@ -414,0 +417,0 @@ createMidPoint(parent: string, startVertex: Feature, endVertex: Feature): Feature<Point> | null; |
{ | ||
"name": "@types/mapbox__mapbox-gl-draw", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "TypeScript definitions for @mapbox/mapbox-gl-draw", | ||
@@ -36,4 +36,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__mapbox-gl-draw", | ||
}, | ||
"typesPublisherContentHash": "906c5209f1f514d6e36d3962933e043f3466ab8e3a0a3bf02bebfcfba311be84", | ||
"typesPublisherContentHash": "0edacb06004b4370750304447f3c91fc50cbabb4278c023ece88f540b68b176a", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 27 Sep 2023 09:42:15 GMT | ||
* Last updated: Wed, 11 Oct 2023 19:05:48 GMT | ||
* Dependencies: [@types/geojson](https://npmjs.com/package/@types/geojson), [@types/mapbox-gl](https://npmjs.com/package/@types/mapbox-gl) | ||
@@ -14,0 +14,0 @@ * Global values: `MapboxDraw` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23936
484