@situm/react-native 3.15.1-beta.0 → 3.15.1

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.
@@ -55,7 +55,7 @@ export type Bounds = {
55
55
  northWest: Coordinate;
56
56
  /** The coordinate of the south-east corner of the bound. */
57
57
  southEast: Coordinate;
58
- /** The coordinate of the south-east corner of the bound. */
58
+ /** The coordinate of the south-west corner of the bound. */
59
59
  southWest: Coordinate;
60
60
  };
61
61
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@situm/react-native",
3
- "version": "3.15.1-beta.0",
3
+ "version": "3.15.1",
4
4
  "description": "Situm Wayfinding for React Native. Integrate plug&play navigation experience with indoor maps, routes and turn-by-turn directions in no time. With the power of Situm.",
5
5
  "repository": "https://github.com/situmtech/react-native",
6
6
  "author": "Situm Technologies <mobile@situm.com>",
@@ -65,7 +65,7 @@ export type Bounds = {
65
65
  northWest: Coordinate;
66
66
  /** The coordinate of the south-east corner of the bound. */
67
67
  southEast: Coordinate;
68
- /** The coordinate of the south-east corner of the bound. */
68
+ /** The coordinate of the south-west corner of the bound. */
69
69
  southWest: Coordinate;
70
70
  };
71
71