@guardian/consent-management-platform
Advanced tools
Comparing version 13.9.0 to 13.10.0
@@ -816,3 +816,3 @@ import { log, removeCookie, storage } from '@guardian/libs'; | ||
permutive: ['5f369a02b8e05c2f2d546a40'], | ||
prebid: ['5f92a62aa22863685f4daa4c'], | ||
prebidCustom: ['5f22bfd82a6b6c1afd1181a9'], | ||
qm: ['5f295fa4b8e05c76a44c3149'], | ||
@@ -825,2 +825,5 @@ remarketing: ['5ed0eb688a76503f1016578f'], | ||
}; | ||
const MiscVendorID = { | ||
prebid: ['5f92a62aa22863685f4daa4c'], | ||
}; | ||
const AusVendorIDs = { | ||
@@ -832,2 +835,3 @@ redplanet: ['not-tcfv2-vendor'], | ||
...AusVendorIDs, | ||
...MiscVendorID | ||
}; | ||
@@ -999,5 +1003,5 @@ | ||
if (window.guCmpHotFix.initialised) { | ||
if (window.guCmpHotFix.cmp?.version !== "13.9.0") | ||
if (window.guCmpHotFix.cmp?.version !== "13.10.0") | ||
console.warn('Two different versions of the CMP are running:', [ | ||
"13.9.0", | ||
"13.10.0", | ||
window.guCmpHotFix.cmp?.version, | ||
@@ -1040,3 +1044,3 @@ ]); | ||
showPrivacyManager, | ||
version: "13.9.0", | ||
version: "13.10.0", | ||
__isDisabled: isDisabled, | ||
@@ -1043,0 +1047,0 @@ __enable: enable, |
@@ -820,3 +820,3 @@ 'use strict'; | ||
permutive: ['5f369a02b8e05c2f2d546a40'], | ||
prebid: ['5f92a62aa22863685f4daa4c'], | ||
prebidCustom: ['5f22bfd82a6b6c1afd1181a9'], | ||
qm: ['5f295fa4b8e05c76a44c3149'], | ||
@@ -829,2 +829,5 @@ remarketing: ['5ed0eb688a76503f1016578f'], | ||
}; | ||
const MiscVendorID = { | ||
prebid: ['5f92a62aa22863685f4daa4c'], | ||
}; | ||
const AusVendorIDs = { | ||
@@ -836,2 +839,3 @@ redplanet: ['not-tcfv2-vendor'], | ||
...AusVendorIDs, | ||
...MiscVendorID | ||
}; | ||
@@ -1003,5 +1007,5 @@ | ||
if (window.guCmpHotFix.initialised) { | ||
if (window.guCmpHotFix.cmp?.version !== "13.9.0") | ||
if (window.guCmpHotFix.cmp?.version !== "13.10.0") | ||
console.warn('Two different versions of the CMP are running:', [ | ||
"13.9.0", | ||
"13.10.0", | ||
window.guCmpHotFix.cmp?.version, | ||
@@ -1044,3 +1048,3 @@ ]); | ||
showPrivacyManager, | ||
version: "13.9.0", | ||
version: "13.10.0", | ||
__isDisabled: isDisabled, | ||
@@ -1047,0 +1051,0 @@ __enable: enable, |
@@ -5,2 +5,3 @@ type VendorIDType = { | ||
export declare const TCFV2VendorIDs: VendorIDType; | ||
export declare const MiscVendorID: VendorIDType; | ||
export declare const AusVendorIDs: VendorIDType; | ||
@@ -7,0 +8,0 @@ export declare const VendorIDs: VendorIDType; |
{ | ||
"name": "@guardian/consent-management-platform", | ||
"version": "13.9.0", | ||
"version": "13.10.0", | ||
"description": "Consent management for *.theguardian.com.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/guardian/consent-management-platform.git", |
101744
2564