@arenarium/maps 1.0.205 → 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/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;