@brndts/brndts-ads 1.14.14 → 1.14.15
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 +9 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -72978,6 +72978,15 @@ var PrebidReviveProvider = /*#__PURE__*/ function(ContentProvider) {
|
|
72978
72978
|
});
|
72979
72979
|
} else {
|
72980
72980
|
prebidReviveReady.promise.then(function() {
|
72981
|
+
_this.revive = new ReviveProvider({}, {
|
72982
|
+
units: _this.options.units.reduce(function(acc, unit) {
|
72983
|
+
acc[unit.code] = {
|
72984
|
+
zoneid: unit.zoneid
|
72985
|
+
};
|
72986
|
+
return acc;
|
72987
|
+
}, {}),
|
72988
|
+
reviveId: _this.options.reviveId
|
72989
|
+
});
|
72981
72990
|
_this.ready.resolve(true);
|
72982
72991
|
});
|
72983
72992
|
}
|