@folklore/ads 0.0.37 → 0.0.38
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/cjs.js +1 -1
- package/dist/es.js +1 -1
- package/package.json +2 -2
package/dist/cjs.js
CHANGED
|
@@ -367,7 +367,7 @@ class AdsManager extends EventEmitter__default["default"] {
|
|
|
367
367
|
}
|
|
368
368
|
if (!disableSingleRequest) {
|
|
369
369
|
debug('Enable single request');
|
|
370
|
-
googletag.pubads().
|
|
370
|
+
googletag.pubads().enableSingleRequest();
|
|
371
371
|
}
|
|
372
372
|
if (personnalizedAdsDisabled) {
|
|
373
373
|
debug('Disable personalized ads');
|
package/dist/es.js
CHANGED
|
@@ -349,7 +349,7 @@ class AdsManager extends EventEmitter {
|
|
|
349
349
|
}
|
|
350
350
|
if (!disableSingleRequest) {
|
|
351
351
|
debug('Enable single request');
|
|
352
|
-
googletag.pubads().
|
|
352
|
+
googletag.pubads().enableSingleRequest();
|
|
353
353
|
}
|
|
354
354
|
if (personnalizedAdsDisabled) {
|
|
355
355
|
debug('Disable personalized ads');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@folklore/ads",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.38",
|
|
4
4
|
"description": "Ads library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "39bba0091b4efb93b8636ae5c2eea5e46b350b90",
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@folklore/hooks": "^0.0.44",
|
|
56
56
|
"@folklore/tracking": "^0.0.23",
|