@schibsted/niche-ads
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -38,5 +38,5 @@ export type Device = 'desktop' | 'tablet' | 'mobile'; | ||
type PlacementConfigByPagePype = { | ||
front: PlacementConfig[]; | ||
article: PlacementConfig[]; | ||
other: PlacementConfig[]; | ||
front?: PlacementConfig[]; | ||
article?: PlacementConfig[]; | ||
other?: PlacementConfig[]; | ||
}; | ||
@@ -43,0 +43,0 @@ export type AdsConfig = { |
{ | ||
"name": "@schibsted/niche-ads", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "Package containing ads logic reappearing across our projects", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "c2d0ccf243362b1c0d6532ad79df3fbef47ddcb3" | ||
"gitHead": "50ecdfd22b18a2104b36d86cc9d6614c7556727d" | ||
} |
@@ -46,5 +46,5 @@ export type Device = 'desktop' | 'tablet' | 'mobile'; | ||
type PlacementConfigByPagePype = { | ||
front: PlacementConfig[]; | ||
article: PlacementConfig[]; | ||
other: PlacementConfig[]; | ||
front?: PlacementConfig[]; | ||
article?: PlacementConfig[]; | ||
other?: PlacementConfig[]; | ||
}; | ||
@@ -51,0 +51,0 @@ |
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
57989