@folklore/ads 0.0.103 → 0.0.104
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
|
@@ -1248,7 +1248,7 @@ function Ad(_ref) {
|
|
|
1248
1248
|
viewport: providedViewport || contextViewport || targetingViewport,
|
|
1249
1249
|
targeting: otherProps || {}
|
|
1250
1250
|
};
|
|
1251
|
-
}, [contextTargeting, providedTargeting,
|
|
1251
|
+
}, [slotName, contextTargeting, providedTargeting, providedRefreshInterval, providedDisabled, providedViewport, contextViewport]);
|
|
1252
1252
|
const lastRenderedSize = React.useRef(null);
|
|
1253
1253
|
const wasDisabled = React.useRef(disabled);
|
|
1254
1254
|
React.useEffect(() => {}, []);
|
package/dist/es.js
CHANGED
|
@@ -1246,7 +1246,7 @@ function Ad(_ref) {
|
|
|
1246
1246
|
viewport: providedViewport || contextViewport || targetingViewport,
|
|
1247
1247
|
targeting: otherProps || {}
|
|
1248
1248
|
};
|
|
1249
|
-
}, [contextTargeting, providedTargeting,
|
|
1249
|
+
}, [slotName, contextTargeting, providedTargeting, providedRefreshInterval, providedDisabled, providedViewport, contextViewport]);
|
|
1250
1250
|
const lastRenderedSize = useRef(null);
|
|
1251
1251
|
const wasDisabled = useRef(disabled);
|
|
1252
1252
|
useEffect(() => {}, []);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@folklore/ads",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.104",
|
|
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": "2d8bb885c7367b26f1b384e30ef8fe9c2ccfee08",
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@folklore/hooks": "^0.0.72",
|
|
56
56
|
"@folklore/tracking": "^0.0.29",
|