Skip to content

Commit

Permalink
Merge pull request #29 from guardian/rc/0.2.0rc.2
Browse files Browse the repository at this point in the history
Bumped version && exposed IAB config vars
  • Loading branch information
ripecosta authored Sep 10, 2019
2 parents 4641cfd + c0a9965 commit 9b712b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/consent-management-platform",
"version": "0.2.0-rc.1",
"version": "0.2.0",
"description": "Library of useful utilities for managing consent state across *.theguardian.com",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ import {
CMP_SAVED_MSG,
CMP_CLOSE_MSG,
GU_PURPOSE_LIST,
IAB_VENDOR_LIST_URL,
IAB_CMP_ID,
IAB_CMP_VERSION,
IAB_CONSENT_SCREEN,
IAB_CONSENT_LANGUAGE,
} from './config';
import * as cookie from './cookies';

Expand All @@ -15,4 +20,9 @@ export const cmpConfig = {
CMP_SAVED_MSG,
CMP_CLOSE_MSG,
GU_PURPOSE_LIST,
IAB_VENDOR_LIST_URL,
IAB_CMP_ID,
IAB_CMP_VERSION,
IAB_CONSENT_SCREEN,
IAB_CONSENT_LANGUAGE,
};

0 comments on commit 9b712b9

Please sign in to comment.