infobip-mobile-messaging-react-native-plugin 14.5.0 → 14.5.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.
@@ -66,7 +66,7 @@ repositories {
66
66
  }
67
67
 
68
68
  dependencies {
69
- def mmVersion = '14.11.0'
69
+ def mmVersion = '14.13.0'
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.3.0"
4
+ mmVersion = "14.4.3"
5
5
 
6
6
  Pod::Spec.new do |s|
7
7
  s.name = "infobip-mobile-messaging-react-native-plugin"
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.5.0",
4
+ "version": "14.5.2",
5
5
  "description": "Infobip Mobile Messaging React Native Plugin",
6
6
  "main": "./src/index.js",
7
7
  "scripts": {
package/src/index.js CHANGED
@@ -16,7 +16,7 @@ const ReactNativeMobileMessaging = require('./specs/NativeMobileMessaging').defa
16
16
  const RNMMChat = require('./specs/NativeRNMMChat').default
17
17
  const RNMMWebRTCUI = require('./specs/NativeRNMMWebRTCUI').default;
18
18
 
19
- export ChatView, { ChatViewHandle, ChatViewProps } from './components/ChatView';
19
+ export { default as ChatView, ChatViewHandle, ChatViewProps } from './components/ChatView';
20
20
 
21
21
  /**
22
22
  * Constructor