@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.mjs
CHANGED
@@ -69975,6 +69975,10 @@ var RULES = {
|
|
69975
69975
|
[
|
69976
69976
|
200,
|
69977
69977
|
200
|
69978
|
+
],
|
69979
|
+
[
|
69980
|
+
180,
|
69981
|
+
150
|
69978
69982
|
]
|
69979
69983
|
],
|
69980
69984
|
"desktop": [
|
@@ -69989,6 +69993,10 @@ var RULES = {
|
|
69989
69993
|
[
|
69990
69994
|
200,
|
69991
69995
|
200
|
69996
|
+
],
|
69997
|
+
[
|
69998
|
+
180,
|
69999
|
+
150
|
69992
70000
|
]
|
69993
70001
|
],
|
69994
70002
|
"tablet": [
|
@@ -72625,7 +72633,7 @@ var GPT = /*#__PURE__*/ function() {
|
|
72625
72633
|
}
|
72626
72634
|
mrecmapping = mrecmapping.build();
|
72627
72635
|
} else {
|
72628
|
-
window.googletag.sizeMapping().addSize([
|
72636
|
+
mrecmapping = window.googletag.sizeMapping().addSize([
|
72629
72637
|
1024,
|
72630
72638
|
0
|
72631
72639
|
], size).addSize([
|