@arenarium/maps 1.0.202 → 1.0.206

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/README.md CHANGED
@@ -55,7 +55,7 @@ First, install the `maplibre-gl` library:
55
55
  npm install maplibre-gl
56
56
  ```
57
57
 
58
- Next, create a `MapLibreProvider` instance which requires a `maplibre.Map` class, a `maplibre.Marker` class and a `MapOptions` object. Use the `MapLibreProvider` instance, along with the API key, to initialize the map manager.
58
+ Next, create a `MapLibreProvider` instance which requires a `maplibre.Map` class, a `maplibre.Marker` class and a `maplibre.MapOptions` object. Use the `MapLibreProvider` instance, along with the API key, to initialize the map manager.
59
59
 
60
60
  ```js
61
61
  import maplibregl from 'maplibre-gl';
package/dist/index.d.ts CHANGED
@@ -508,6 +508,7 @@ export type MapMarker = z.infer<typeof mapMarkerSchema>;
508
508
  export declare class MapManager {
509
509
  private apiKey;
510
510
  private apiStatesUrl;
511
+ private apiDevEnvironment;
511
512
  private mapProvider;
512
513
  private markerDataArray;
513
514
  private markerDataMap;