@100mslive/roomkit-react 0.3.19-alpha.5 → 0.3.19-alpha.6

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "prebuilt",
11
11
  "roomkit"
12
12
  ],
13
- "version": "0.3.19-alpha.5",
13
+ "version": "0.3.19-alpha.6",
14
14
  "author": "100ms",
15
15
  "license": "MIT",
16
16
  "repository": {
@@ -75,12 +75,12 @@
75
75
  "react": ">=17.0.2 <19.0.0"
76
76
  },
77
77
  "dependencies": {
78
- "@100mslive/hls-player": "0.3.19-alpha.5",
78
+ "@100mslive/hls-player": "0.3.19-alpha.6",
79
79
  "@100mslive/hms-noise-cancellation": "0.0.1",
80
- "@100mslive/hms-virtual-background": "1.13.19-alpha.5",
81
- "@100mslive/hms-whiteboard": "0.0.9-alpha.5",
82
- "@100mslive/react-icons": "0.10.19-alpha.5",
83
- "@100mslive/react-sdk": "0.10.19-alpha.5",
80
+ "@100mslive/hms-virtual-background": "1.13.19-alpha.6",
81
+ "@100mslive/hms-whiteboard": "0.0.9-alpha.6",
82
+ "@100mslive/react-icons": "0.10.19-alpha.6",
83
+ "@100mslive/react-sdk": "0.10.19-alpha.6",
84
84
  "@100mslive/types-prebuilt": "0.12.12",
85
85
  "@emoji-mart/data": "^1.0.6",
86
86
  "@emoji-mart/react": "^1.0.1",
@@ -117,5 +117,5 @@
117
117
  "uuid": "^8.3.2",
118
118
  "worker-timers": "^7.0.40"
119
119
  },
120
- "gitHead": "da2bf7b3dc5e63d27f56b52c9a8796436908be85"
120
+ "gitHead": "bff1ab1173426dcefe0c58e22ac406f01a110443"
121
121
  }
@@ -1,5 +1,6 @@
1
1
  import React, { useEffect } from 'react';
2
- import { HMSVirtualBackgroundTypes } from '@100mslive/hms-virtual-background';
2
+ // eslint-disable-next-line
3
+ import { HMSVirtualBackgroundTypes } from '@100mslive/hms-virtual-background/hmsvbplugin';
3
4
  import {
4
5
  selectAppData,
5
6
  selectIsEffectsEnabled,