Skip to content

Commit 1e2b907

Browse files
committed
Merge branch 'release/1.3.2'
2 parents 80a98d4 + 3f2e2bd commit 1e2b907

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pubcid",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Publisher Common ID",
55
"scripts": {
66
"lint": "eslint src/**/*.js",
@@ -49,6 +49,7 @@
4949
"@babel/runtime-corejs3": "^7.9.6"
5050
},
5151
"main": "dist/index.js",
52+
"module": "src/index.js",
5253
"publishConfig": {
5354
"registry": "http://vault.cnvrmedia.net/nexus/content/repositories/npm-internal/"
5455
}

src/lib/pubcidHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default class PubcidHandler {
2222
extend: true,
2323
pixelUrl: '',
2424
consent: {
25-
type: '',
25+
type: 'iab',
2626
alwaysCallback: true
2727
}
2828
};

0 commit comments

Comments
 (0)