@kaleyra/video-react-native-module 1.5.0 → 1.6.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/1.
|
|
1
|
+
React/1.6.0
|
|
@@ -48,7 +48,7 @@ android {
|
|
|
48
48
|
dependencies {
|
|
49
49
|
implementation 'com.google.code.gson:gson:2.9.1'
|
|
50
50
|
implementation "com.kaleyra:collaboration-suite-utils:3.0.6"
|
|
51
|
-
implementation "com.bandyer:bandyer-android-sdk:3.
|
|
51
|
+
implementation "com.bandyer:bandyer-android-sdk:3.10.0"
|
|
52
52
|
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
|
53
53
|
compileOnly "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.1"
|
|
54
54
|
implementation "androidx.room:room-runtime:2.4.0-beta02"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaleyra/video-react-native-module",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Kaleyra Video module for react native.",
|
|
6
6
|
"main": "lib/commonjs/index.js",
|
|
@@ -48,10 +48,9 @@
|
|
|
48
48
|
"doc": "typedoc",
|
|
49
49
|
"openDoc": "open ./docs/index.html",
|
|
50
50
|
"version": "npm run doc && python3 update_plugin_version.py && npm run buildJs && git add . ",
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"patch": "npm version patch -m \"Updated to version %s\""
|
|
51
|
+
"major": "npm version major -m \"chore: updated to version %s\"",
|
|
52
|
+
"minor": "npm version minor -m \"chore: updated to version %s\"",
|
|
53
|
+
"patch": "npm version patch -m \"chore: updated to version %s\""
|
|
55
54
|
},
|
|
56
55
|
"keywords": [
|
|
57
56
|
"react-native",
|