becomap 1.2.6 → 1.2.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/lib/index.d.ts CHANGED
@@ -874,6 +874,7 @@ export declare class BCMapView {
874
874
  * @returns An array of `BCLocation` objects representing all stored locations.
875
875
  */
876
876
  getLocations(): BCLocation[];
877
+ getAllAminityLocations(): BCLocation[];
877
878
  /**
878
879
  * Searches for locations that match the provided search string.
879
880
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "becomap",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "we lib to display becomap",
5
5
  "main": "lib/becomap.js",
6
6
  "module": "lib/becomap.js",