@ua/react-native-airship 21.5.0 → 21.5.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.
@@ -3,4 +3,4 @@ Airship_minSdkVersion=23
3
3
  Airship_targetSdkVersion=35
4
4
  Airship_compileSdkVersion=35
5
5
  Airship_ndkversion=26.1.10909125
6
- Airship_airshipProxyVersion=14.2.1
6
+ Airship_airshipProxyVersion=14.2.3
@@ -39,7 +39,7 @@ public class AirshipReactNative: NSObject {
39
39
  AirshipProxy.shared
40
40
  }
41
41
 
42
- public static let version: String = "21.4.1"
42
+ public static let version: String = "21.5.1"
43
43
 
44
44
  private let eventNotifier = EventNotifier()
45
45
 
@@ -598,10 +598,10 @@ public extension AirshipReactNative {
598
598
  }
599
599
 
600
600
  @objc
601
- func preferenceCenterGetConfig(preferenceCenterId: String) async throws -> Any {
601
+ func preferenceCenterGetConfig(preferenceCenterId: String) async throws -> AnyHashable? {
602
602
  return try await AirshipProxy.shared.preferenceCenter.getPreferenceCenterConfig(
603
603
  preferenceCenterID: preferenceCenterId
604
- )
604
+ ).unWrap()
605
605
  }
606
606
 
607
607
  @objc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ua/react-native-airship",
3
- "version": "21.5.0",
3
+ "version": "21.5.1",
4
4
  "description": "Airship plugin for React Native apps.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
22
22
  s.dependency "React-Core"
23
23
  end
24
24
 
25
- s.dependency "AirshipFrameworkProxy", "14.2.1"
25
+ s.dependency "AirshipFrameworkProxy", "14.2.3"
26
26
  end