@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.mjs CHANGED
@@ -82748,7 +82748,7 @@ var Ads = /*#__PURE__*/ function() {
82748
82748
  "use strict";
82749
82749
  function Ads(context) {
82750
82750
  _class_call_check(this, Ads);
82751
- this.handlePageMutation = functions_default.debounce(this.handlePageMutation.bind(this), 100);
82751
+ this.handlePageMutation = functions_default.debounce(this.handlePageMutation.bind(this), 1e3);
82752
82752
  this.context = context;
82753
82753
  this.videoAds = new VideoAds(this.context);
82754
82754
  this.staticAds = new StaticAds(this.context);