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

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.3
@@ -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.3"
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.4.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.1'
9
+ pod 'KaleyraVideoSDK', '~> 4.1.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.1.0):
3
+ - KaleyraVideoSDK/Core (= 4.1.0)
4
+ - KaleyraVideoSDK/WebRTC (= 4.1.0)
5
+ - KaleyraVideoSDK/Core (4.1.0)
6
+ - KaleyraVideoSDK/WebRTC (4.1.0)
7
7
  - SwiftHamcrest (2.2.4)
8
8
 
9
9
  DEPENDENCIES:
10
- - KaleyraVideoSDK (~> 4.0.1)
10
+ - KaleyraVideoSDK (~> 4.1.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: 40bec90954cbe8240548a5ee55cf1843bd62e4cc
20
20
  SwiftHamcrest: a45dd878978049c0953259aa01c34fd7258d0340
21
21
 
22
- PODFILE CHECKSUM: 4c7f0a671df53cdb8811a4de9e750fcffba5a30c
22
+ PODFILE CHECKSUM: bbe568e86326a3d948795783265cda271a643b3a
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.3",
4
4
  "description": "Kaleyra Video module for react native.",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",