hypertrack-sdk-react-native 13.6.1 → 13.6.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.
@@ -1,3 +1,3 @@
1
1
  HyperTrackSdk_kotlinVersion=1.6.21
2
- HyperTrackSdk_HyperTrackSDKVersion=7.8.2
2
+ HyperTrackSdk_HyperTrackSDKVersion=7.8.4
3
3
  android.useAndroidX=true
@@ -5,8 +5,7 @@ import com.facebook.react.bridge.ReactApplicationContext
5
5
  import com.facebook.react.uimanager.ViewManager
6
6
 
7
7
  class HyperTrackSdkPackage : ReactPackage {
8
- override fun createNativeModules(reactContext: ReactApplicationContext): MutableList<NativeModule> =
9
- listOf(HyperTrackReactNativePlugin(reactContext)).toMutableList()
8
+ override fun createNativeModules(reactContext: ReactApplicationContext): MutableList<NativeModule> = listOf(HyperTrackReactNativePlugin(reactContext)).toMutableList()
10
9
 
11
10
  override fun createViewManagers(reactContext: ReactApplicationContext): List<ViewManager<*, *>> = emptyList()
12
11
  }
@@ -159,8 +159,7 @@ internal object Serialization {
159
159
  }
160
160
  }
161
161
 
162
- fun serializeLocationErrorFailure(locationError: HyperTrack.LocationError): Serialized =
163
- serializeFailure(serializeLocationError(locationError))
162
+ fun serializeLocationErrorFailure(locationError: HyperTrack.LocationError): Serialized = serializeFailure(serializeLocationError(locationError))
164
163
 
165
164
  fun serializeLocationSuccess(location: HyperTrack.Location): Serialized = serializeSuccess(serializeLocation(location))
166
165
 
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
18
18
  s.source_files = "ios/**/*.{h,m,mm,swift}"
19
19
 
20
20
  s.dependency "React-Core"
21
- s.dependency 'HyperTrack', '5.8.0'
21
+ s.dependency 'HyperTrack', '5.8.1'
22
22
 
23
23
  # Don't install the dependencies when we run `pod install` in the old architecture.
24
24
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hypertrack-sdk-react-native",
3
- "version": "13.6.1",
3
+ "version": "13.6.3",
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",