@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.js CHANGED
@@ -9298,6 +9298,8 @@ var AudioPlayer = class {
9298
9298
  this.currentSource = null;
9299
9299
  this.playNext();
9300
9300
  };
9301
+ ctx.resume().catch(() => {
9302
+ });
9301
9303
  source.start();
9302
9304
  }
9303
9305
  };