@ua/react-native-airship 26.3.0 → 26.4.0

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=36
4
4
  Airship_compileSdkVersion=36
5
5
  Airship_ndkversion=26.1.10909125
6
- Airship_airshipProxyVersion=15.6.0
6
+ Airship_airshipProxyVersion=15.7.0
@@ -36,7 +36,7 @@ public final class AirshipReactNative: NSObject, Sendable {
36
36
  AirshipProxy.shared
37
37
  }
38
38
 
39
- public static let version: String = "26.3.0"
39
+ public static let version: String = "26.4.0"
40
40
 
41
41
  private let eventNotifier = EventNotifier()
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ua/react-native-airship",
3
- "version": "26.3.0",
3
+ "version": "26.4.0",
4
4
  "description": "Airship plugin for React Native apps.",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",
@@ -20,5 +20,5 @@ Pod::Spec.new do |s|
20
20
 
21
21
  install_modules_dependencies(s)
22
22
 
23
- s.dependency "AirshipFrameworkProxy", "15.6.0"
23
+ s.dependency "AirshipFrameworkProxy", "15.7.0"
24
24
  end