livekit-client 2.7.1 → 2.7.2

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.
@@ -11119,7 +11119,7 @@ function getOSVersion(ua) {
11119
11119
  return ua.includes('mac os') ? getMatch(/\(.+?(\d+_\d+(:?_\d+)?)/, ua, 1).replace(/_/g, '.') : undefined;
11120
11120
  }
11121
11121
 
11122
- var version$1 = "2.7.1";
11122
+ var version$1 = "2.7.2";
11123
11123
 
11124
11124
  const version = version$1;
11125
11125
  const protocolVersion = 15;
@@ -20658,7 +20658,7 @@ class LocalParticipant extends Participant {
20658
20658
  if (publishPromiseEntry) {
20659
20659
  return publishPromiseEntry[1];
20660
20660
  }
20661
- sleep(20);
20661
+ yield sleep(20);
20662
20662
  }
20663
20663
  throw new Error('waiting for pending publication promise timed out');
20664
20664
  });