@kaleyra/video-react-native-module 2.0.1 → 2.0.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/README.md CHANGED
@@ -315,7 +315,7 @@ You will need to set the **voipHandlingStrategy** and subscribe to **iOSVoipPush
315
315
  > Be aware that notifications VOIP notifications are different compared to push. They must be always handled by ensuring the invocation of the configure and connect methods in index.js or App.js.
316
316
 
317
317
  ## Android Notifications
318
- Supports automatically **on_call_incoming** and **on_message_sent** notification types.
318
+ When recevied a **on_call_incoming** or **on_message_sent** notification you just need to configure and connect the plugin and it will automatically show the notification.
319
319
 
320
320
  ## Proguard
321
321
  ```groovy
@@ -1 +1 @@
1
- React/2.0.1
1
+ React/2.0.2
@@ -7,7 +7,7 @@ import Foundation
7
7
  class _KaleyraVideoHybridVersionInfo: NSObject {
8
8
 
9
9
  @objc
10
- static let krvVersion: String = "2.0.1"
10
+ static let krvVersion: String = "2.0.2"
11
11
 
12
12
  @objc
13
13
  static let krvPlatform: String = "react"
@@ -1,4 +1,4 @@
1
- def kaleyraVideoSdkVersion = "4.2.1"
1
+ def kaleyraVideoSdkVersion = "4.3.0"
2
2
 
3
3
  def gsonVersion = "2.9.1"
4
4
  def kotlinVersionVersion = "1.9.0"
@@ -6,7 +6,7 @@ platform :ios, '15.0'
6
6
  target 'KaleyraVideoHybridNativeBridge' do
7
7
  use_frameworks!
8
8
 
9
- pod 'KaleyraVideoSDK', '~> 4.0.0'
9
+ pod 'KaleyraVideoSDK', '~> 4.0.1'
10
10
 
11
11
  target 'KaleyraVideoHybridNativeBridgeTests' do
12
12
  use_frameworks!
@@ -1,13 +1,13 @@
1
1
  PODS:
2
- - KaleyraVideoSDK (4.0.0):
3
- - KaleyraVideoSDK/Core (= 4.0.0)
4
- - KaleyraVideoSDK/WebRTC (= 4.0.0)
5
- - KaleyraVideoSDK/Core (4.0.0)
6
- - KaleyraVideoSDK/WebRTC (4.0.0)
2
+ - KaleyraVideoSDK (4.0.1):
3
+ - KaleyraVideoSDK/Core (= 4.0.1)
4
+ - KaleyraVideoSDK/WebRTC (= 4.0.1)
5
+ - KaleyraVideoSDK/Core (4.0.1)
6
+ - KaleyraVideoSDK/WebRTC (4.0.1)
7
7
  - SwiftHamcrest (2.2.4)
8
8
 
9
9
  DEPENDENCIES:
10
- - KaleyraVideoSDK (~> 4.0.0)
10
+ - KaleyraVideoSDK (~> 4.0.1)
11
11
  - SwiftHamcrest (~> 2.2)
12
12
 
13
13
  SPEC REPOS:
@@ -16,9 +16,9 @@ SPEC REPOS:
16
16
  - SwiftHamcrest
17
17
 
18
18
  SPEC CHECKSUMS:
19
- KaleyraVideoSDK: 2350e37e969a0b69bc36f0ea77c4c580b1579fa9
19
+ KaleyraVideoSDK: 8d8948f7488d0b28c662c8173798d8e71eab0cad
20
20
  SwiftHamcrest: a45dd878978049c0953259aa01c34fd7258d0340
21
21
 
22
- PODFILE CHECKSUM: b048d01ca8b52521a6098cef14d564781e2b7242
22
+ PODFILE CHECKSUM: 4c7f0a671df53cdb8811a4de9e750fcffba5a30c
23
23
 
24
- COCOAPODS: 1.15.2
24
+ COCOAPODS: 1.16.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaleyra/video-react-native-module",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Kaleyra Video module for react native.",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -47,9 +47,10 @@
47
47
  "doc": "typedoc",
48
48
  "openDoc": "open ./docs/index.html",
49
49
  "version": "npm run doc && python3 update_plugin_version.py && npm run buildJs && git add . ",
50
- "major": "npm version major --git-tag-version false",
51
- "minor": "npm version minor --git-tag-version false",
52
- "patch": "npm version patch --git-tag-version false"
50
+ "postversion": "git push && git push --tags",
51
+ "major": "npm version major -m \"Updated to version %s\"",
52
+ "minor": "npm version minor -m \"Updated to version %s\"",
53
+ "patch": "npm version patch -m \"Updated to version %s\""
53
54
  },
54
55
  "keywords": [
55
56
  "react-native",