@folklore/ads 0.0.131 → 0.0.134
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.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -332,4 +332,4 @@ declare function getSizeMappingFromSlot({ size: allSizes, sizeMapping }: Slot |
|
|
|
332
332
|
declare function getSizeFromSizeMapping(sizeMapping: any): AdSize[] | null;
|
|
333
333
|
|
|
334
334
|
export { Ad, AdSlot, AdsManager, AdsProvider, AdsTargetingProvider, propTypes_d as PropTypes, RichAd, buildSizeMappingFromSizes, buildSizeMappingFromViewports, getAdSizes, getMinimumAdSize, getSizeFromSizeMapping, getSizeMappingFromSlot, getSortedViewports, normalizeAdSizes, sizeFitsInViewport, slots, useAd, useAdsContext, useAdsTargeting, useAdsTracking, useRichAd, viewports };
|
|
335
|
-
export type { AdSize, AdSizeMapping, AdsTargeting, RichAdType, Size, Slot, SlotDefinition, Slots, SlotsDefinition, Viewport, Viewports };
|
|
335
|
+
export type { AdSize, AdSizeMapping, AdsTargeting, RenderEvent, RichAdType, Size, Slot, SlotDefinition, Slots, SlotsDefinition, Viewport, Viewports };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@folklore/ads",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.134",
|
|
4
4
|
"description": "Ads library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "7a343a4c5c0883842c1c938e60401d4591a22ac7",
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@folklore/events": "^0.0.12",
|
|
62
|
-
"@folklore/hooks": "^0.0.
|
|
62
|
+
"@folklore/hooks": "^0.0.91",
|
|
63
63
|
"@folklore/tracking": "^0.0.36",
|
|
64
64
|
"@folklore/utils": "^0.1.8",
|
|
65
65
|
"@types/google-publisher-tag": "^1.20260216.0",
|