@schibsted/niche-ads
Advanced tools
Comparing version 5.1.3 to 5.1.4
@@ -94,2 +94,4 @@ export declare enum Device { | ||
noBidIfUnsold: boolean; | ||
allowedFormats?: string[]; | ||
native?: any; | ||
}; | ||
@@ -96,0 +98,0 @@ [Device.Desktop]: PlacementConfigByPagePype; |
{ | ||
"name": "@schibsted/niche-ads", | ||
"version": "5.1.3", | ||
"version": "5.1.4", | ||
"description": "Package containing ads logic reappearing across our projects", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "025e726d87093617838ab3214e7f9d662753dc15" | ||
"gitHead": "dce5f119deb3ca94a6b48a1800c22d7566e12490" | ||
} |
@@ -102,2 +102,4 @@ export enum Device { | ||
noBidIfUnsold: boolean; | ||
allowedFormats?: string[]; | ||
native?: any; | ||
}; | ||
@@ -104,0 +106,0 @@ [Device.Desktop]: PlacementConfigByPagePype; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61729
1276