@100mslive/react-native-room-kit 1.1.9-beta.1 → 1.1.9
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 +20 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@100mslive/react-native-room-kit",
|
|
3
|
-
"version": "1.1.9
|
|
3
|
+
"version": "1.1.9",
|
|
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",
|
|
@@ -99,7 +99,22 @@
|
|
|
99
99
|
"cpaas",
|
|
100
100
|
"polls",
|
|
101
101
|
"quiz",
|
|
102
|
-
"leaderboard"
|
|
102
|
+
"leaderboard",
|
|
103
|
+
"noise",
|
|
104
|
+
"cancellation",
|
|
105
|
+
"virtual",
|
|
106
|
+
"background",
|
|
107
|
+
"blur",
|
|
108
|
+
"plugin",
|
|
109
|
+
"filters",
|
|
110
|
+
"beautify",
|
|
111
|
+
"beauty",
|
|
112
|
+
"enhance",
|
|
113
|
+
"enhancement",
|
|
114
|
+
"snapchat",
|
|
115
|
+
"zoom",
|
|
116
|
+
"teams",
|
|
117
|
+
"ai"
|
|
103
118
|
],
|
|
104
119
|
"repository": "https://github.com/100mslive/react-native-hms",
|
|
105
120
|
"author": "Yogesh <yogesh@100ms.live> (https://www.100ms.live/), Jatin <jatin.nagar@100ms.live> (https://www.100ms.live/)",
|
|
@@ -118,7 +133,7 @@
|
|
|
118
133
|
"redux": "^4.1.0"
|
|
119
134
|
},
|
|
120
135
|
"devDependencies": {
|
|
121
|
-
"@100mslive/react-native-video-plugin": "
|
|
136
|
+
"@100mslive/react-native-video-plugin": "0.1.2",
|
|
122
137
|
"@commitlint/config-conventional": "^17.0.2",
|
|
123
138
|
"@evilmartians/lefthook": "^1.2.2",
|
|
124
139
|
"@react-native-community/eslint-config": "^3.0.2",
|
|
@@ -142,7 +157,7 @@
|
|
|
142
157
|
"typescript": "^5.0.2"
|
|
143
158
|
},
|
|
144
159
|
"peerDependencies": {
|
|
145
|
-
"@100mslive/react-native-hms": "1.10.6
|
|
160
|
+
"@100mslive/react-native-hms": "1.10.6",
|
|
146
161
|
"@react-native-community/blur": "^4.3.2",
|
|
147
162
|
"@react-native-masked-view/masked-view": "^0.2.9",
|
|
148
163
|
"@shopify/flash-list": "^1.4.3",
|
|
@@ -158,7 +173,7 @@
|
|
|
158
173
|
"react-native-webview": "^13.8.7"
|
|
159
174
|
},
|
|
160
175
|
"additionalDependencies": {
|
|
161
|
-
"@100mslive/react-native-video-plugin": "
|
|
176
|
+
"@100mslive/react-native-video-plugin": "0.1.2",
|
|
162
177
|
"react-native-image-picker": "^7.1.2"
|
|
163
178
|
},
|
|
164
179
|
"resolutions": {
|