livekit-client 2.3.0 → 2.3.1

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.
@@ -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;