@estuary-ai/sdk 0.1.2 → 0.1.3

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.
package/dist/index.js CHANGED
@@ -5033,7 +5033,11 @@ var init_livekit_voice = __esm({
5033
5033
  let RoomEvent;
5034
5034
  let Track;
5035
5035
  try {
5036
- const lk = await import('livekit-client');
5036
+ const specifier = ["livekit", "client"].join("-");
5037
+ const lk = await import(
5038
+ /* @vite-ignore */
5039
+ specifier
5040
+ );
5037
5041
  Room = lk.Room;
5038
5042
  RoomEvent = lk.RoomEvent;
5039
5043
  Track = lk.Track;