livekit-client 2.5.3 → 2.5.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -10993,7 +10993,7 @@ function getOSVersion(ua) {
10993
10993
  return ua.includes('mac os') ? getMatch(/\(.+?(\d+_\d+(:?_\d+)?)/, ua, 1).replace(/_/g, '.') : undefined;
10994
10994
  }
10995
10995
 
10996
- var version$1 = "2.5.3";
10996
+ var version$1 = "2.5.4";
10997
10997
 
10998
10998
  const version = version$1;
10999
10999
  const protocolVersion = 15;