livekit-client 2.7.4 → 2.7.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livekit-client",
3
- "version": "2.7.4",
3
+ "version": "2.7.5",
4
4
  "description": "JavaScript/TypeScript client SDK for LiveKit",
5
5
  "main": "./dist/livekit-client.umd.js",
6
6
  "unpkg": "./dist/livekit-client.umd.js",
@@ -37,7 +37,7 @@
37
37
  "license": "Apache-2.0",
38
38
  "dependencies": {
39
39
  "@livekit/mutex": "1.0.0",
40
- "@livekit/protocol": "1.29.3",
40
+ "@livekit/protocol": "1.29.4",
41
41
  "events": "^3.3.0",
42
42
  "loglevel": "^1.8.0",
43
43
  "sdp-transform": "^2.14.1",