livekit-client 2.9.8 → 2.10.0

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.
@@ -385,9 +385,9 @@ const workerLogger = loglevelExports.getLogger('lk-e2ee');
385
385
 
386
386
  var e = Object.defineProperty;
387
387
  var h = (i, s, t) => s in i ? e(i, s, {
388
- enumerable: !0,
389
- configurable: !0,
390
- writable: !0,
388
+ enumerable: true,
389
+ configurable: true,
390
+ writable: true,
391
391
  value: t
392
392
  }) : i[s] = t;
393
393
  var o = (i, s, t) => h(i, typeof s != "symbol" ? s + "" : s, t);