livekit-client 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -10529,7 +10529,7 @@ function getOSVersion(ua) {
10529
10529
  return ua.includes('mac os') ? getMatch(/\(.+?(\d+_\d+(:?_\d+)?)/, ua, 1).replace(/_/g, '.') : undefined;
10530
10530
  }
10531
10531
 
10532
- var version$1 = "2.3.0";
10532
+ var version$1 = "2.3.1";
10533
10533
 
10534
10534
  const version = version$1;
10535
10535
  const protocolVersion = 13;