@types/leaflet-draw
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -7,2 +7,3 @@ // Type definitions for leaflet-draw 1.0 | ||
// Kevin Richter <https://github.com/beschoenen> | ||
// Antonio Vida <https://github.com/antoniovlx> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -362,3 +363,3 @@ // TypeScript Version: 2.3 | ||
interface CircleMarkerOptions { | ||
interface CircleMarkerOptions extends MarkerOptions { | ||
/** | ||
@@ -365,0 +366,0 @@ * Whether to draw stroke around the circle marker. |
{ | ||
"name": "@types/leaflet-draw", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "TypeScript definitions for leaflet-draw", | ||
@@ -27,2 +27,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/leaflet-draw", | ||
"githubUsername": "beschoenen" | ||
}, | ||
{ | ||
"name": "Antonio Vida", | ||
"url": "https://github.com/antoniovlx", | ||
"githubUsername": "antoniovlx" | ||
} | ||
@@ -41,4 +46,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "48595d4dc7e11f6b8275f63a71a4d1043ce5dfe561f7e3170ee7bdcf96bb2a30", | ||
"typeScriptVersion": "4.2" | ||
"typesPublisherContentHash": "776f1fc496035a8f48e8884b10f97d36c3973f67e9d77ea76af6f7f98697ee61", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 31 Dec 2022 12:33:00 GMT | ||
* Last updated: Mon, 12 Jun 2023 22:02:46 GMT | ||
* Dependencies: [@types/leaflet](https://npmjs.com/package/@types/leaflet) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Matt Guest](https://github.com/matt-guest), [Ryan Blace](https://github.com/reblace), [Yun Shi](https://github.com/YunS-Stacy), and [Kevin Richter](https://github.com/beschoenen). | ||
These definitions were written by [Matt Guest](https://github.com/matt-guest), [Ryan Blace](https://github.com/reblace), [Yun Shi](https://github.com/YunS-Stacy), [Kevin Richter](https://github.com/beschoenen), and [Antonio Vida](https://github.com/antoniovlx). |
32143
835