@kaleyra/video-react-native-module 2.0.5 → 2.0.7

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.
@@ -1 +1 @@
1
- React/2.0.5
1
+ React/2.0.7
@@ -7,7 +7,7 @@ import Foundation
7
7
  class _KaleyraVideoHybridVersionInfo: NSObject {
8
8
 
9
9
  @objc
10
- static let krvVersion: String = "2.0.5"
10
+ static let krvVersion: String = "2.0.7"
11
11
 
12
12
  @objc
13
13
  static let krvPlatform: String = "react"
@@ -1,4 +1,4 @@
1
- def kaleyraVideoSdkVersion = "4.5.1"
1
+ def kaleyraVideoSdkVersion = "4.7.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.2.0'
9
+ pod 'KaleyraVideoSDK', '~> 4.3.1'
10
10
 
11
11
  target 'KaleyraVideoHybridNativeBridgeTests' do
12
12
  use_frameworks!
@@ -1,13 +1,13 @@
1
1
  PODS:
2
- - KaleyraVideoSDK (4.2.0):
3
- - KaleyraVideoSDK/Core (= 4.2.0)
4
- - KaleyraVideoSDK/WebRTC (= 4.2.0)
5
- - KaleyraVideoSDK/Core (4.2.0)
6
- - KaleyraVideoSDK/WebRTC (4.2.0)
2
+ - KaleyraVideoSDK (4.3.1):
3
+ - KaleyraVideoSDK/Core (= 4.3.1)
4
+ - KaleyraVideoSDK/WebRTC (= 4.3.1)
5
+ - KaleyraVideoSDK/Core (4.3.1)
6
+ - KaleyraVideoSDK/WebRTC (4.3.1)
7
7
  - SwiftHamcrest (2.2.4)
8
8
 
9
9
  DEPENDENCIES:
10
- - KaleyraVideoSDK (~> 4.2.0)
10
+ - KaleyraVideoSDK (~> 4.3.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: ef6a49d53a5a28ac9130f876bbe9c50740f6d572
19
+ KaleyraVideoSDK: e9e76e3938e42b9ae80e2fcb7e87a66af2f921dd
20
20
  SwiftHamcrest: a45dd878978049c0953259aa01c34fd7258d0340
21
21
 
22
- PODFILE CHECKSUM: 76e073506033a21e05b1c14c22575213d629544a
22
+ PODFILE CHECKSUM: 023cf7e54d04f3d89fc1e5f1561230a03e504513
23
23
 
24
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.5",
3
+ "version": "2.0.7",
4
4
  "description": "Kaleyra Video module for react native.",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",