react-native-moengage 8.6.0 → 8.7.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # 29-01-2024
2
+
3
+ ## 8.7.0
4
+ - TV OS support.
5
+ - iOS
6
+ - MoEngage-iOS-SDK version updated to `~>9.15.0`.
7
+
1
8
  # 29-11-2023
2
9
 
3
10
  ## 8.6.0
@@ -12,11 +12,11 @@ Pod::Spec.new do |s|
12
12
  s.license = package['license']
13
13
  s.authors = "MoEngage Inc."
14
14
  s.source = {:file => './' }
15
- s.platform = :ios, "11.0"
15
+ s.platforms = { :ios => "11.0", :tvos => "11.0" }
16
16
  s.source_files = 'iOS/MoEReactBridge/**/*.{h,m}'
17
17
  s.dependency 'React'
18
- s.dependency 'MoEngagePluginBase','>= 4.5.0','< 4.6.0'
19
- s.dependency 'MoEngageRichNotification','>= 7.12.0','< 7.13.0'
18
+ s.dependency 'MoEngagePluginBase','>= 4.6.0','< 4.7.0'
19
+ s.ios.dependency 'MoEngageRichNotification','>= 7.14.0','< 7.15.0'
20
20
 
21
21
  s.prepare_command = <<-CMD
22
22
  echo // Generated file, do not edit > iOS/MoEReactBridge/MoEngageReactPluginInfo.h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-moengage",
3
- "version": "8.6.0",
3
+ "version": "8.7.0",
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": [