@100mslive/react-native-room-kit 1.3.0 → 1.3.2
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 +12 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@100mslive/react-native-room-kit",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
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": "1.1.
|
|
133
|
+
"@100mslive/react-native-video-plugin": "1.1.4",
|
|
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",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"typescript": "^5.0.2"
|
|
154
154
|
},
|
|
155
155
|
"peerDependencies": {
|
|
156
|
-
"@100mslive/react-native-hms": "1.12.
|
|
156
|
+
"@100mslive/react-native-hms": "1.12.3",
|
|
157
157
|
"@react-native-community/blur": "^4.4.0",
|
|
158
158
|
"@react-native-masked-view/masked-view": "^0.3.0",
|
|
159
159
|
"@react-navigation/native": "^6.1.0",
|
|
@@ -175,8 +175,16 @@
|
|
|
175
175
|
"@100mslive/react-native-video-plugin": "1.1.0",
|
|
176
176
|
"react-native-image-picker": "^7.1.2"
|
|
177
177
|
},
|
|
178
|
+
"overrides": {
|
|
179
|
+
"fast-xml-parser": "^5.3.4",
|
|
180
|
+
"vm2": ">=3.10.2",
|
|
181
|
+
"node-forge": ">=1.3.2"
|
|
182
|
+
},
|
|
178
183
|
"resolutions": {
|
|
179
|
-
"@types/react": "^18.3.1"
|
|
184
|
+
"@types/react": "^18.3.1",
|
|
185
|
+
"fast-xml-parser": "^5.3.4",
|
|
186
|
+
"vm2": ">=3.10.2",
|
|
187
|
+
"node-forge": ">=1.3.2"
|
|
180
188
|
},
|
|
181
189
|
"engines": {
|
|
182
190
|
"node": ">= 16.0.0"
|