livekit-client 2.5.3 → 2.5.4

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