react-native-moengage 11.2.0 → 11.2.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # 24-04-2025
2
+
3
+ ## 11.2.2
4
+ - Android
5
+ - `inapp` version updated to `8.8.1`
6
+
7
+ # 16-04-2025
8
+
9
+ ## 11.2.1
10
+ - iOS
11
+ - Added back Swift AppDelegate support
12
+ - `MoEngage-iOS-SDK` version updated to `9.23.4`
13
+
1
14
  # 24-03-2025
2
15
 
3
16
  ## 11.2.0
@@ -14,11 +14,10 @@ Pod::Spec.new do |s|
14
14
  s.source = {:file => './' }
15
15
  s.platforms = { :ios => "11.0", :tvos => "11.0" }
16
16
  s.source_files = 'iOS/MoEReactBridge/**/*.{h,m,mm}'
17
- s.public_header_files = 'iOS/MoEReactBridge/**/*.h'
17
+ s.public_header_files = 'iOS/MoEReactBridge/{MoEngageInitializer,MoEngageReactSDKInitializationConfig,MoEngageReactUtils}.h'
18
18
  s.dependency 'React'
19
- s.dependency 'MoEngagePluginBase','5.3.0'
19
+ s.dependency 'MoEngagePluginBase','5.3.2'
20
20
  s.ios.dependency 'MoEngage-iOS-SDK/RichNotification'
21
- s.module_map = false
22
21
 
23
22
  s.prepare_command = <<-CMD
24
23
  echo // Generated file, do not edit > iOS/MoEReactBridge/MoEngageReactPluginInfo.h
@@ -21,7 +21,7 @@ rootProject.allprojects {
21
21
  ext {
22
22
  //dependency version
23
23
  moengageCoreVersion = "13.06.00"
24
- moengageInAppVersion = "8.8.0"
24
+ moengageInAppVersion = "8.8.1"
25
25
  basePluginVersion = "4.3.0"
26
26
  //build versions
27
27
  minimumVersion = 21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-moengage",
3
- "version": "11.2.0",
3
+ "version": "11.2.2",
4
4
  "description": "MoEngage is a mobile marketing automation company. This react-native SDK helps you track events, trigger smart notifications and in-apps, provides a drop-in Inbox Controller for notifications.",
5
5
  "main": "src/index.ts",
6
6
  "files": [