Skip to content

Commit a640add

Browse files
v1.5.7
1 parent 82879dd commit a640add

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

modules/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@iabtechlabtcf/cli",
33
"version": "1.5.7",
44
"description": "Decode a iab TCF (Transparency and Consent Framework) TC String via the command line",
5-
"author": "Chris Paterson <tcf@chrispaterson.io>",
5+
"author": "Mayank Mishra <mayank@iabtechlab.com>",
66
"homepage": "https://iabtcf.com/",
77
"license": "Apache-2.0",
88
"bin": {
@@ -27,7 +27,7 @@
2727
"lint": "eslint `find src -name '*.ts'`"
2828
},
2929
"dependencies": {
30-
"@iabtechlabtcf/core": "1.5.6"
30+
"@iabtechlabtcf/core": "1.5.7"
3131
},
3232
"devDependencies": {
3333
"@types/node": "^17.0.18",

modules/cmpapi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@iabtechlabtcf/cmpapi",
33
"version": "1.5.7",
44
"description": "Ensures other in-page digital marketing technologies have access to CMP transparency and consent information for the iab. Transparency and Consent Framework (TCF).",
5-
"author": "Chris Paterson <tcf@chrispaterson.io>",
5+
"author": "Mayank Mishra <mayank@iabtechlab.com>",
66
"homepage": "https://iabtcf.com/",
77
"license": "Apache-2.0",
88
"type": "module",
@@ -31,8 +31,8 @@
3131
"@iabtechlabtcf/core": ">=1.0.0"
3232
},
3333
"devDependencies": {
34-
"@iabtechlabtcf/stub": "1.5.6",
35-
"@iabtechlabtcf/testing": "1.5.6",
34+
"@iabtechlabtcf/stub": "1.5.7",
35+
"@iabtechlabtcf/testing": "1.5.7",
3636
"@istanbuljs/nyc-config-typescript": "^0.1.3",
3737
"@types/mocha": "^9.1.0",
3838
"@types/sinon": "10.0.11",

modules/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@iabtechlabtcf/core",
33
"version": "1.5.7",
44
"description": "Ensures consistent encoding and decoding of TC Signals for the iab. Transparency and Consent Framework (TCF).",
5-
"author": "Chris Paterson <tcf@chrispaterson.io>",
5+
"author": "Mayank Mishra <mayank@iabtechlab.com>",
66
"homepage": "https://iabtcf.com/",
77
"license": "Apache-2.0",
88
"type": "module",
@@ -28,7 +28,7 @@
2828
"test-cov": "rm -rf coverage; nyc --reporter=html mocha"
2929
},
3030
"devDependencies": {
31-
"@iabtechlabtcf/testing": "1.5.6",
31+
"@iabtechlabtcf/testing": "1.5.7",
3232
"@istanbuljs/nyc-config-typescript": "^0.1.3",
3333
"@types/sinon": "^10.0.11",
3434
"@types/sinon-chai": "3.2.8",

modules/stub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@iabtechlabtcf/stub",
33
"version": "1.5.7",
44
"description": "CMP API Stub code",
5-
"author": "Chris Paterson <tcf@chrispaterson.io>",
5+
"author": "Mayank Mishra <mayank@iabtechlab.com>",
66
"homepage": "https://iabtcf.com/",
77
"license": "Apache-2.0",
88
"main": "lib/stub.js",

modules/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@iabtechlabtcf/testing",
33
"version": "1.5.7",
44
"description": "Shared testing utilities",
5-
"author": "Chris Paterson <tcf@chrispaterson.io>",
5+
"author": "Mayank Mishra <mayank@iabtechlab.com>",
66
"homepage": "https://iabtcf.com/",
77
"license": "Apache-2.0",
88
"type": "module",

0 commit comments

Comments
 (0)