@maptiler/geocoding-control 2.1.6 → 2.1.7

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/maplibregl.d.ts CHANGED
@@ -6,7 +6,7 @@ type Options = MapLibreBaseControlOptions & {
6
6
  /**
7
7
  * Maptiler API key. Optional if used with MapTiler SDK.
8
8
  */
9
- apiKey: string;
9
+ apiKey?: string;
10
10
  };
11
11
  declare const MapLibreBasedGeocodingControl: {
12
12
  new (options?: Options): {