@situm/react-native 3.14.20 → 3.14.22
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@situm/react-native",
|
|
3
|
-
"version": "3.14.
|
|
3
|
+
"version": "3.14.22",
|
|
4
4
|
"description": "Set of utilities that allow any developer to build React Native location based apps using Situm's indoor positioning system.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": "https://github.com/situmtech/react-native",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
],
|
|
168
168
|
"prettier": {},
|
|
169
169
|
"sdkVersions": {
|
|
170
|
-
"android": "3.
|
|
171
|
-
"ios": "3.
|
|
170
|
+
"android": "3.30.0@aar",
|
|
171
|
+
"ios": "3.31.0"
|
|
172
172
|
}
|
|
173
173
|
}
|