@kaleyra/video-react-native-module 2.0.6 → 2.1.0

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.6
1
+ React/2.1.0
@@ -7,7 +7,7 @@ import Foundation
7
7
  class _KaleyraVideoHybridVersionInfo: NSObject {
8
8
 
9
9
  @objc
10
- static let krvVersion: String = "2.0.6"
10
+ static let krvVersion: String = "2.1.0"
11
11
 
12
12
  @objc
13
13
  static let krvPlatform: String = "react"
@@ -1,4 +1,4 @@
1
- def kaleyraVideoSdkVersion = "4.6.1"
1
+ def kaleyraVideoSdkVersion = "4.8.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.4.0'
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.4.0):
3
+ - KaleyraVideoSDK/Core (= 4.4.0)
4
+ - KaleyraVideoSDK/WebRTC (= 4.4.0)
5
+ - KaleyraVideoSDK/Core (4.4.0)
6
+ - KaleyraVideoSDK/WebRTC (4.4.0)
7
7
  - SwiftHamcrest (2.2.4)
8
8
 
9
9
  DEPENDENCIES:
10
- - KaleyraVideoSDK (~> 4.2.0)
10
+ - KaleyraVideoSDK (~> 4.4.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: ef6a49d53a5a28ac9130f876bbe9c50740f6d572
19
+ KaleyraVideoSDK: 1a1f85792deb357c29a998898b58495262c224de
20
20
  SwiftHamcrest: a45dd878978049c0953259aa01c34fd7258d0340
21
21
 
22
- PODFILE CHECKSUM: 76e073506033a21e05b1c14c22575213d629544a
22
+ PODFILE CHECKSUM: 2dfd76a1104285f666084e5b7e62461c8ebf6f54
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.6",
3
+ "version": "2.1.0",
4
4
  "description": "Kaleyra Video module for react native.",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",