@brndts/brndts-ads 1.14.19 → 1.14.20
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -69929,6 +69929,10 @@ var RULES = {
|
|
69929
69929
|
[
|
69930
69930
|
200,
|
69931
69931
|
200
|
69932
|
+
],
|
69933
|
+
[
|
69934
|
+
180,
|
69935
|
+
150
|
69932
69936
|
]
|
69933
69937
|
],
|
69934
69938
|
"desktop": [
|
@@ -69943,6 +69947,10 @@ var RULES = {
|
|
69943
69947
|
[
|
69944
69948
|
200,
|
69945
69949
|
200
|
69950
|
+
],
|
69951
|
+
[
|
69952
|
+
180,
|
69953
|
+
150
|
69946
69954
|
]
|
69947
69955
|
],
|
69948
69956
|
"tablet": [
|
@@ -72555,7 +72563,7 @@ var GPT = /*#__PURE__*/ function() {
|
|
72555
72563
|
}
|
72556
72564
|
mrecmapping = mrecmapping.build();
|
72557
72565
|
} else {
|
72558
|
-
window.googletag.sizeMapping().addSize([
|
72566
|
+
mrecmapping = window.googletag.sizeMapping().addSize([
|
72559
72567
|
1024,
|
72560
72568
|
0
|
72561
72569
|
], size).addSize([
|