@100mslive/react-native-video-plugin 1.1.2 → 1.1.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.
- package/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@100mslive/react-native-video-plugin",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "HMSSDK now provides support for Virtual Background using @100mslive/react-native-video-plugin. It allows users to change their background during a call. Users can choose from a variety of backgrounds or upload their own custom background. It also provides a feature to blur the background.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -148,7 +148,10 @@
|
|
|
148
148
|
"@types/react": "^19.0.6",
|
|
149
149
|
"image-size": "2.0.2",
|
|
150
150
|
"blob": "10.5.0",
|
|
151
|
-
"nodeforge": "1.3.3"
|
|
151
|
+
"nodeforge": "1.3.3",
|
|
152
|
+
"fast-xml-parser": "^5.3.4",
|
|
153
|
+
"tar": "^7.5.7",
|
|
154
|
+
"qs": "^6.14.1"
|
|
152
155
|
},
|
|
153
156
|
"peerDependencies": {
|
|
154
157
|
"@100mslive/react-native-hms": "1.12.0",
|