@kaleyra/video-react-native-module 2.0.2 → 2.0.4

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