@100mslive/react-native-room-kit 2.0.0-alpha.0 → 2.0.0-alpha.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.
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@100mslive/react-native-room-kit",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.1",
|
|
4
4
|
"description": "100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@100mslive/types-prebuilt": "0.12.12"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
|
-
"@100mslive/react-native-video-plugin": "
|
|
133
|
+
"@100mslive/react-native-video-plugin": "^2.0.0-alpha.0",
|
|
134
134
|
"@commitlint/config-conventional": "^17.0.2",
|
|
135
135
|
"@evilmartians/lefthook": "^1.2.2",
|
|
136
136
|
"@react-native-community/eslint-config": "^3.0.2",
|
|
@@ -149,11 +149,12 @@
|
|
|
149
149
|
"react-native": "0.77.3",
|
|
150
150
|
"react-native-builder-bob": "^0.21.2",
|
|
151
151
|
"react-native-image-picker": "^7.1.2",
|
|
152
|
+
"react-native-reanimated": "3.15.0",
|
|
152
153
|
"release-it": "^15.0.0",
|
|
153
154
|
"typescript": "^5.0.2"
|
|
154
155
|
},
|
|
155
156
|
"peerDependencies": {
|
|
156
|
-
"@100mslive/react-native-hms": "2.0.0-alpha.
|
|
157
|
+
"@100mslive/react-native-hms": "2.0.0-alpha.2",
|
|
157
158
|
"@react-native-community/blur": "^4.4.0",
|
|
158
159
|
"@react-native-masked-view/masked-view": "^0.3.0",
|
|
159
160
|
"@react-navigation/native": "^6.1.0",
|
|
@@ -172,7 +173,7 @@
|
|
|
172
173
|
"redux": "^4.2.0"
|
|
173
174
|
},
|
|
174
175
|
"additionalDependencies": {
|
|
175
|
-
"@100mslive/react-native-video-plugin": "
|
|
176
|
+
"@100mslive/react-native-video-plugin": "^2.0.0-alpha.0",
|
|
176
177
|
"react-native-image-picker": "^7.1.2"
|
|
177
178
|
},
|
|
178
179
|
"overrides": {
|