hypertrack-sdk-react-native 10.0.0 → 10.0.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.
package/CHANGELOG.md CHANGED
@@ -3,10 +3,17 @@
3
3
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
4
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
 
6
+ ## [10.0.1] - 2023-06-13
7
+
8
+ ### Changed
9
+
10
+ - Updated HyperTrack Android SDK to 6.4.2
11
+
6
12
  ## [10.0.0] - 2023-06-06
7
13
 
8
14
  ### Changed
9
15
 
16
+ - Updated HyperTrack Android SDK to 6.4.1
10
17
  - `getLocation` return type to `Result<Location, LocationError>`
11
18
 
12
19
  ### Fixed
@@ -513,6 +520,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
513
520
 
514
521
  Initial release.
515
522
 
523
+ [10.0.1]: https://github.com/hypertrack/sdk-react-native/releases/tag/10.0.1
524
+ [10.0.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/10.0.0
516
525
  [9.2.2]: https://github.com/hypertrack/sdk-react-native/releases/tag/9.2.2
517
526
  [9.2.1]: https://github.com/hypertrack/sdk-react-native/releases/tag/9.2.1
518
527
  [9.2.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/9.2.0
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ![GitHub](https://img.shields.io/github/license/hypertrack/sdk-react-native.svg)
4
4
  ![npm](https://img.shields.io/npm/v/hypertrack-sdk-react-native.svg)
5
5
  ![iOS SDK](https://img.shields.io/badge/iOS%20SDK-4.16.0-brightgreen.svg)
6
- ![Android SDK](https://img.shields.io/badge/Android%20SDK-6.4.0-brightgreen.svg)
6
+ ![Android SDK](https://img.shields.io/badge/Android%20SDK-6.4.2-brightgreen.svg)
7
7
 
8
8
  [HyperTrack](https://www.hypertrack.com) lets you add live location tracking to your mobile app. Live location is made available along with ongoing activity, tracking controls and tracking outage with reasons.
9
9
 
@@ -2,5 +2,5 @@ HyperTrackSdk_kotlinVersion=1.6.21
2
2
  HyperTrackSdk_minSdkVersion=23
3
3
  HyperTrackSdk_targetSdkVersion=30
4
4
  HyperTrackSdk_compileSdkVersion=31
5
- HyperTrackSdk_HyperTrackSDKVersion=6.4.1
5
+ HyperTrackSdk_HyperTrackSDKVersion=6.4.2
6
6
  android.useAndroidX=true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hypertrack-sdk-react-native",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "React Native HyperTrack SDK is a wrapper around native iOS and Android SDKs that allows to integrate HyperTrack into React Native apps.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",