Skip to content

Commit c4a10eb

Browse files
author
Kevin Enario
committed
v1.5.0-2
1 parent 88ba0e2 commit c4a10eb

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": "@iabtcf/cli",
3-
"version": "1.5.0-0",
3+
"version": "1.5.0-2",
44
"description": "Decode a iab TCF (Transparency and Consent Framework) TC String via the command line",
55
"author": "Chris Paterson <tcf@chrispaterson.io>",
66
"homepage": "https://iabtcf.com/",
@@ -27,7 +27,7 @@
2727
"lint": "eslint `find src -name '*.ts'`"
2828
},
2929
"dependencies": {
30-
"@iabtcf/core": "1.5.0-0"
30+
"@iabtcf/core": "1.5.0-2"
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
@@ -1,6 +1,6 @@
11
{
22
"name": "@iabtcf/cmpapi",
3-
"version": "1.5.0-0",
3+
"version": "1.5.0-2",
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": "Chris Paterson <tcf@chrispaterson.io>",
66
"homepage": "https://iabtcf.com/",
@@ -31,8 +31,8 @@
3131
"@iabtcf/core": ">=1.0.0"
3232
},
3333
"devDependencies": {
34-
"@iabtcf/stub": "1.5.0-0",
35-
"@iabtcf/testing": "1.5.0-0",
34+
"@iabtcf/stub": "1.5.0-2",
35+
"@iabtcf/testing": "1.5.0-2",
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
@@ -1,6 +1,6 @@
11
{
22
"name": "@iabtcf/core",
3-
"version": "1.5.0-0",
3+
"version": "1.5.0-2",
44
"description": "Ensures consistent encoding and decoding of TC Signals for the iab. Transparency and Consent Framework (TCF).",
55
"author": "Chris Paterson <tcf@chrispaterson.io>",
66
"homepage": "https://iabtcf.com/",
@@ -28,7 +28,7 @@
2828
"test-cov": "rm -rf coverage; nyc --reporter=html mocha"
2929
},
3030
"devDependencies": {
31-
"@iabtcf/testing": "1.5.0-0",
31+
"@iabtcf/testing": "1.5.0-2",
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
@@ -1,6 +1,6 @@
11
{
22
"name": "@iabtcf/stub",
3-
"version": "1.5.0-0",
3+
"version": "1.5.0-2",
44
"description": "CMP API Stub code",
55
"author": "Chris Paterson <tcf@chrispaterson.io>",
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": "@iabtcf/testing",
3-
"version": "1.5.0-0",
3+
"version": "1.5.0-2",
44
"description": "Shared testing utilities",
55
"author": "Chris Paterson <tcf@chrispaterson.io>",
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": "iabtcf",
3-
"version": "1.5.0-1",
3+
"version": "1.5.0-2",
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)