@mappedin/mappedin-js 5.39.2 → 5.39.3

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.
@@ -0,0 +1 @@
1
+ import{b as a}from"./chunk-ZRT45YCM.js";var e,c=a((()=>{e={env:{NODE_ENV:"production",npm_package_version:"5.39.3"}}}));export{c as a,e as b};
@@ -11107,7 +11107,7 @@ declare module '@mappedin/mappedin-js/get-venue/MappedinMap' {
11107
11107
  static hydrate(maps: any, mappedin: Mappedin): MappedinMap[];
11108
11108
  static updateInPlace(mappedin: Mappedin, hydrateData?: any): Promise<void>;
11109
11109
  static fetch(mappedin: Mappedin): Promise<MappedinMap[]>;
11110
- get center(): any;
11110
+ get center(): MappedinCoordinate;
11111
11111
  toJSON(): any;
11112
11112
  }
11113
11113
  }