@estuary-ai/sdk 0.1.6 → 0.1.7

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.mjs CHANGED
@@ -3966,6 +3966,8 @@ var AudioPlayer = class {
3966
3966
  this.currentSource = null;
3967
3967
  this.playNext();
3968
3968
  };
3969
+ ctx.resume().catch(() => {
3970
+ });
3969
3971
  source.start();
3970
3972
  }
3971
3973
  };