Skip to content

Commit 6e49ef1

Browse files
committed
v1.5.20
1 parent 2167470 commit 6e49ef1

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

modules/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iabtechlabtcf/cli",
3-
"version": "1.5.19",
3+
"version": "1.5.20",
44
"description": "Decode a iab TCF (Transparency and Consent Framework) TC String via the command line",
55
"author": "Mayank Mishra <mayank@iabtechlab.com>",
66
"homepage": "https://iabtcf.com/",
@@ -27,7 +27,7 @@
2727
"lint": "eslint `find src -name '*.ts'`"
2828
},
2929
"dependencies": {
30-
"@iabtechlabtcf/core": "1.5.19"
30+
"@iabtechlabtcf/core": "1.5.20"
3131
},
3232
"devDependencies": {
3333
"@types/node": "18.17.4",

modules/cmpapi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iabtechlabtcf/cmpapi",
3-
"version": "1.5.19",
3+
"version": "1.5.20",
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).",
55
"author": "Mayank Mishra <mayank@iabtechlab.com>",
66
"homepage": "https://iabtcf.com/",
@@ -32,8 +32,8 @@
3232
"@iabtechlabtcf/core": ">=1.0.0"
3333
},
3434
"devDependencies": {
35-
"@iabtechlabtcf/stub": "1.5.19",
36-
"@iabtechlabtcf/testing": "1.5.19",
35+
"@iabtechlabtcf/stub": "1.5.20",
36+
"@iabtechlabtcf/testing": "1.5.20",
3737
"@istanbuljs/nyc-config-typescript": "^0.1.3",
3838
"@types/mocha": "^9.1.0",
3939
"@types/sinon": "10.0.11",

modules/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iabtechlabtcf/core",
3-
"version": "1.5.19",
3+
"version": "1.5.20",
44
"description": "Ensures consistent encoding and decoding of TC Signals for the iab. Transparency and Consent Framework (TCF).",
55
"author": "Mayank Mishra <mayank@iabtechlab.com>",
66
"homepage": "https://iabtcf.com/",
@@ -29,7 +29,7 @@
2929
"test-ci": "mocha --reporter mocha-junit-reporter"
3030
},
3131
"devDependencies": {
32-
"@iabtechlabtcf/testing": "1.5.19",
32+
"@iabtechlabtcf/testing": "1.5.20",
3333
"@istanbuljs/nyc-config-typescript": "^0.1.3",
3434
"@types/sinon": "^10.0.11",
3535
"@types/sinon-chai": "3.2.8",

modules/stub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iabtechlabtcf/stub",
3-
"version": "1.5.19",
3+
"version": "1.5.20",
44
"description": "CMP API Stub code",
55
"author": "Mayank Mishra <mayank@iabtechlab.com>",
66
"homepage": "https://iabtcf.com/",

modules/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iabtechlabtcf/testing",
3-
"version": "1.5.19",
3+
"version": "1.5.20",
44
"description": "Shared testing utilities",
55
"author": "Mayank Mishra <mayank@iabtechlab.com>",
66
"homepage": "https://iabtcf.com/",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iabtechlabtcf",
3-
"version": "1.5.19",
3+
"version": "1.5.20",
44
"description": "Official compliant tool suite for implementing the iab. Transparency and Consent Framework (TCF).",
55
"private": true,
66
"workspaces": [

0 commit comments

Comments
 (0)