@series-inc/venus-sdk 3.0.2 → 3.0.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.cjs CHANGED
@@ -3582,7 +3582,7 @@ function initializeTime(venusApi, host) {
3582
3582
  }
3583
3583
 
3584
3584
  // src/version.ts
3585
- var SDK_VERSION = "3.0.2";
3585
+ var SDK_VERSION = "3.0.3";
3586
3586
 
3587
3587
  // src/shared-assets/consts.ts
3588
3588
  var BurgerTimeAssetsCdnPath = "burger-time/Core.stow";
@@ -4307,6 +4307,7 @@ var MockHost = class {
4307
4307
  tryResume() {
4308
4308
  if (this.state === 1 /* PAUSED */) {
4309
4309
  this.triggerLifecycleEvent("RESUME" /* RESUME */);
4310
+ this.state = 0 /* PLAYING */;
4310
4311
  }
4311
4312
  }
4312
4313
  async showAdOverlay(type) {