@financial-times/ads-personalised-consent
Advanced tools
Comparing version 5.3.0-beta.2 to 5.3.0
@@ -34,3 +34,3 @@ import { fetchLegislation } from '@financial-times/privacy-legislation-client'; | ||
programmatic: false, | ||
permutive: false, | ||
permutiveVendor: false, | ||
all: false | ||
@@ -109,3 +109,3 @@ }; | ||
programmatic: false, | ||
permutive: false, | ||
permutiveVendor: false, | ||
all: false | ||
@@ -119,3 +119,3 @@ }; | ||
programmatic: consentCookie.includes("programmaticadsOnsite:on"), | ||
permutive: consentCookie.includes("permutiveadsOnsite:on"), | ||
permutiveVendor: consentCookie.includes("permutiveadsOnsite:on"), | ||
all: consentCookie.includes("behaviouraladsOnsite:on") && consentCookie.includes("demographicadsOnsite:on") && consentCookie.includes("programmaticadsOnsite:on") | ||
@@ -168,3 +168,3 @@ }; | ||
programmatic: false, | ||
permutive: false, | ||
permutiveVendor: false, | ||
all: false | ||
@@ -178,5 +178,5 @@ }; | ||
programmatic, | ||
permutive | ||
permutiveVendor | ||
} = this.consentCookie; | ||
const all = behavioral && demographic && programmatic && permutive; | ||
const all = behavioral && demographic && programmatic && permutiveVendor; | ||
return { | ||
@@ -186,3 +186,3 @@ behavioral, | ||
programmatic, | ||
permutive, | ||
permutiveVendor, | ||
all | ||
@@ -189,0 +189,0 @@ }; |
@@ -22,3 +22,3 @@ { | ||
}, | ||
"version": "5.3.0-beta.2" | ||
"version": "5.3.0" | ||
} |
@@ -15,3 +15,3 @@ export type Legislation = Set<string> | undefined; | ||
programmatic: boolean; | ||
permutive: boolean; | ||
permutiveVendor: boolean; | ||
all: boolean; | ||
@@ -18,0 +18,0 @@ }; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14075
1