@trycourier/courier-react-native 6.0.1 → 6.0.2

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.
@@ -111,7 +111,7 @@ dependencies {
111
111
  implementation 'com.google.code.gson:gson:2.11.0'
112
112
 
113
113
  // Courier Core SDK
114
- api 'com.github.trycourier:courier-android:6.0.1'
114
+ api 'com.github.trycourier:courier-android:6.1.0'
115
115
  api 'androidx.recyclerview:recyclerview:1.3.2'
116
116
 
117
117
  // Firebase Messaging (needed to resolve RemoteMessage from Courier SDK APIs)
@@ -15,7 +15,7 @@ import com.facebook.react.modules.core.DeviceEventManagerModule
15
15
  import com.google.gson.GsonBuilder
16
16
 
17
17
  internal object Utils {
18
- val COURIER_AGENT = CourierAgent.ReactNativeAndroid(version = "6.0.1")
18
+ val COURIER_AGENT = CourierAgent.ReactNativeAndroid(version = "6.0.2")
19
19
  }
20
20
 
21
21
  internal fun ReactContext.sendEvent(eventName: String, value: Any?) {
@@ -33,7 +33,7 @@ static NSString *const CourierForegroundOptionsDidChangeNotification = @"iosFore
33
33
  if (self) {
34
34
 
35
35
  // Set the user agent
36
- Courier.agent = [CourierAgent reactNativeIOS:@"6.0.1"];
36
+ Courier.agent = [CourierAgent reactNativeIOS:@"6.0.2"];
37
37
 
38
38
  // Register for remote notifications
39
39
  UIApplication *app = [UIApplication sharedApplication];
@@ -14,7 +14,7 @@ internal class CourierReactNativeEventEmitter: RCTEventEmitter {
14
14
 
15
15
  // Set the user agent
16
16
  // Used to know the platform performing requests
17
- Courier.agent = CourierAgent.reactNativeIOS("6.0.1")
17
+ Courier.agent = CourierAgent.reactNativeIOS("6.0.2")
18
18
 
19
19
  }
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trycourier/courier-react-native",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "description": "Inbox, Push Notifications, and Preferences for React Native",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",