@brndts/brndts-ads 1.13.7 → 1.13.8

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
@@ -82617,7 +82617,7 @@ var VideoAds = /*#__PURE__*/ function() {
82617
82617
  var Ads = /*#__PURE__*/ function() {
82618
82618
  function Ads(context) {
82619
82619
  _class_call_check(this, Ads);
82620
- this.handlePageMutation = functions_default.debounce(this.handlePageMutation.bind(this), 100);
82620
+ this.handlePageMutation = functions_default.debounce(this.handlePageMutation.bind(this), 1e3);
82621
82621
  this.context = context;
82622
82622
  this.videoAds = new VideoAds(this.context);
82623
82623
  this.staticAds = new StaticAds(this.context);