@types/mapbox-gl
Advanced tools
Comparing version 0.53.0 to 0.54.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for Mapbox GL JS v0.53.0 | ||
// Type definitions for Mapbox GL JS v0.54.0 | ||
// Project: https://github.com/mapbox/mapbox-gl-js | ||
@@ -661,2 +661,6 @@ // Definitions by: Dominik Bruderer <https://github.com/dobrud> | ||
setDOMContent(htmlNode: Node): this; | ||
getMaxWidth(): string; | ||
setMaxWidth(maxWidth: string): this; | ||
} | ||
@@ -674,2 +678,4 @@ | ||
className?: string; | ||
maxWidth?: string; | ||
} | ||
@@ -676,0 +682,0 @@ |
{ | ||
"name": "@types/mapbox-gl", | ||
"version": "0.53.0", | ||
"version": "0.54.0", | ||
"description": "TypeScript definitions for Mapbox GL JS", | ||
@@ -44,4 +44,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "24f72bbe69cdf9c2443c00d53f69f9149eebc3ab0ed814c6a446d92f021bed27", | ||
"typesPublisherContentHash": "cc1f9d4031fbe3d397fff95556c5db04998d7033b710d0e052871f78a0499008", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 29 Jul 2019 21:18:47 GMT | ||
* Last updated: Tue, 30 Jul 2019 22:30:36 GMT | ||
* Dependencies: @types/geojson | ||
@@ -14,0 +14,0 @@ * Global values: mapboxgl |
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
52975
1215