@ua/react-native-airship 24.1.0 → 24.1.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 = "24.0.0"
42
+ public static let version: String = "24.1.1"
43
43
 
44
44
  private let eventNotifier = EventNotifier()
45
45
 
@@ -597,11 +597,11 @@ public extension AirshipReactNative {
597
597
  )
598
598
  }
599
599
 
600
- @objc
601
- func preferenceCenterGetConfig(preferenceCenterId: String) async throws -> Any {
600
+ @objc
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": "24.1.0",
3
+ "version": "24.1.1",
4
4
  "description": "Airship plugin for React Native apps.",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",
@@ -40,5 +40,5 @@ Pod::Spec.new do |s|
40
40
  end
41
41
  end
42
42
 
43
- s.dependency "AirshipFrameworkProxy", "14.2.1"
43
+ s.dependency "AirshipFrameworkProxy", "14.2.3"
44
44
  end