infobip-mobile-messaging-react-native-plugin 14.1.1 → 14.1.3

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.
@@ -66,7 +66,7 @@ repositories {
66
66
  }
67
67
 
68
68
  dependencies {
69
- def mmVersion = '14.7.5'
69
+ def mmVersion = '14.7.9'
70
70
  implementation "org.jetbrains.kotlin:kotlin-stdlib:2.1.20"
71
71
  compileOnly "com.facebook.react:react-android"
72
72
  implementation "androidx.annotation:annotation:1.9.1"
@@ -1,7 +1,7 @@
1
1
  require "json"
2
2
 
3
3
  package = JSON.parse(File.read(File.join(__dir__, "package.json")))
4
- mmVersion = "14.0.1"
4
+ mmVersion = "14.1.1"
5
5
 
6
6
  Pod::Spec.new do |s|
7
7
  s.name = "infobip-mobile-messaging-react-native-plugin"
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
15
  s.authors = { "Infobip" => "Push.Support@infobip.com" }
16
16
  s.platforms = { :ios => "15.0" }
17
17
  s.source = { :git => 'https://github.com/infobip/mobile-messaging-react-native-plugin.git', :tag => s.version}
18
- s.swift_version = '5'
18
+ s.swift_version = '5.5'
19
19
  s.source_files = "ios/**/*.{h,m,swift}"
20
20
  s.requires_arc = true
21
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "infobip-mobile-messaging-react-native-plugin",
3
3
  "title": "Infobip Mobile Messaging React Native Plugin",
4
- "version": "14.1.1",
4
+ "version": "14.1.3",
5
5
  "description": "Infobip Mobile Messaging React Native Plugin",
6
6
  "main": "./src/index.js",
7
7
  "scripts": {
package/src/index.d.ts CHANGED
@@ -152,6 +152,7 @@ declare namespace MobileMessagingReactNative {
152
152
  silent?: string | undefined;
153
153
  customPayload?: Record<string, string> | undefined;
154
154
  internalData?: string | undefined;
155
+ sentTimestamp?: number | undefined;
155
156
  receivedTimestamp?: number | undefined;
156
157
  seenDate?: number | undefined;
157
158
  contentUrl?: string | undefined;
@@ -313,7 +314,7 @@ declare namespace MobileMessagingReactNative {
313
314
  utilityButtonBottomMargin: double;
314
315
  initialHeight: double;
315
316
  mainFont: string;
316
- charCountFont: string;
317
+ charCounterFont: string;
317
318
  //android only properties
318
319
  //status bar properties
319
320
  statusBarColorLight: boolean;