File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jawg/types" ,
3
- "version" : " 1.0.6 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " Shared TypeScript definitions for Jawg Maps projects" ,
5
5
"types" : " ./index.d.ts" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ declare namespace JawgPlaces {
439
439
/**
440
440
* Option to configure result markers on the map.
441
441
*/
442
- marker ?: MapGLMarkerOptions ;
442
+ marker ?: MapGLMarkerOptions | boolean | 'all' ;
443
443
/**
444
444
* Option to configure transition on result selection.
445
445
*/
@@ -475,7 +475,7 @@ declare namespace JawgPlaces {
475
475
/**
476
476
* Option to configure result markers on the map.
477
477
*/
478
- marker ?: LeafletMarkerOptions ;
478
+ marker ?: LeafletMarkerOptions | boolean | 'all' ;
479
479
/**
480
480
* Option to configure transition on result selection.
481
481
*/
You can’t perform that action at this time.
0 commit comments