@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.js
CHANGED
@@ -72903,6 +72903,15 @@ var PrebidReviveProvider = /*#__PURE__*/ function(ContentProvider) {
|
|
72903
72903
|
});
|
72904
72904
|
} else {
|
72905
72905
|
prebidReviveReady.promise.then(function() {
|
72906
|
+
_this.revive = new ReviveProvider({}, {
|
72907
|
+
units: _this.options.units.reduce(function(acc, unit) {
|
72908
|
+
acc[unit.code] = {
|
72909
|
+
zoneid: unit.zoneid
|
72910
|
+
};
|
72911
|
+
return acc;
|
72912
|
+
}, {}),
|
72913
|
+
reviveId: _this.options.reviveId
|
72914
|
+
});
|
72906
72915
|
_this.ready.resolve(true);
|
72907
72916
|
});
|
72908
72917
|
}
|