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

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.7
1
+ React/2.1.1
@@ -7,7 +7,7 @@ import Foundation
7
7
  class _KaleyraVideoHybridVersionInfo: NSObject {
8
8
 
9
9
  @objc
10
- static let krvVersion: String = "2.0.7"
10
+ static let krvVersion: String = "2.1.1"
11
11
 
12
12
  @objc
13
13
  static let krvPlatform: String = "react"
@@ -1,4 +1,4 @@
1
- def kaleyraVideoSdkVersion = "4.7.0"
1
+ def kaleyraVideoSdkVersion = "4.8.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.3.1'
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.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)
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.3.1)
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: e9e76e3938e42b9ae80e2fcb7e87a66af2f921dd
19
+ KaleyraVideoSDK: 1a1f85792deb357c29a998898b58495262c224de
20
20
  SwiftHamcrest: a45dd878978049c0953259aa01c34fd7258d0340
21
21
 
22
- PODFILE CHECKSUM: 023cf7e54d04f3d89fc1e5f1561230a03e504513
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.7",
3
+ "version": "2.1.1",
4
4
  "description": "Kaleyra Video module for react native.",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",