@financial-times/ads-moat-integration
Advanced tools
Comparing version 5.0.0-beta.7 to 5.0.0-beta.8
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "5.0.0-beta.7" | ||
"version": "5.0.0-beta.8" | ||
} |
@@ -54,5 +54,5 @@ /** | ||
function pauseAdRequests(event) { | ||
/** @type {NodeJS.Timeout} */ | ||
/** @type {NodeJS.Timeout} */ | ||
let failSafeTimeoutId; | ||
/** @type {NodeJS.Timeout} */ | ||
/** @type {NodeJS.Timeout} */ | ||
let moatDataAvailableTimeoutId; | ||
@@ -65,6 +65,6 @@ | ||
function restoreAndCallDisplayOnAdsQueue() { | ||
/** | ||
* @param {*} slot | ||
* @returns | ||
*/ | ||
/** | ||
* @param {*} slot | ||
* @returns | ||
*/ | ||
const displaySlot = (slot) => () => { | ||
@@ -71,0 +71,0 @@ slot.fire("slotGoRender"); |
11029