Skip to content

Commit

Permalink
Merge pull request #353 from shortaflip/master
Browse files Browse the repository at this point in the history
v1.5.0-0
  • Loading branch information
kenario committed May 4, 2022
2 parents e713958 + 1867e41 commit 1eeb3f9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions modules/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iabtcf/cli",
"version": "1.4.0",
"version": "1.5.0-0",
"description": "Decode a iab TCF (Transparency and Consent Framework) TC String via the command line",
"author": "Chris Paterson <tcf@chrispaterson.io>",
"homepage": "https://iabtcf.com/",
Expand All @@ -27,7 +27,7 @@
"lint": "eslint `find src -name '*.ts'`"
},
"dependencies": {
"@iabtcf/core": "1.4.0"
"@iabtcf/core": "1.5.0-0"
},
"devDependencies": {
"@types/node": "^17.0.18",
Expand Down
6 changes: 3 additions & 3 deletions modules/cmpapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iabtcf/cmpapi",
"version": "1.4.0",
"version": "1.5.0-0",
"description": "Ensures other in-page digital marketing technologies have access to CMP transparency and consent information for the iab. Transparency and Consent Framework (TCF).",
"author": "Chris Paterson <tcf@chrispaterson.io>",
"homepage": "https://iabtcf.com/",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@iabtcf/core": ">=1.0.0"
},
"devDependencies": {
"@iabtcf/stub": "1.4.0",
"@iabtcf/testing": "1.4.0",
"@iabtcf/stub": "1.5.0-0",
"@iabtcf/testing": "1.5.0-0",
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@types/mocha": "^9.1.0",
"@types/sinon": "10.0.11",
Expand Down
4 changes: 2 additions & 2 deletions modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iabtcf/core",
"version": "1.4.0",
"version": "1.5.0-0",
"description": "Ensures consistent encoding and decoding of TC Signals for the iab. Transparency and Consent Framework (TCF).",
"author": "Chris Paterson <tcf@chrispaterson.io>",
"homepage": "https://iabtcf.com/",
Expand Down Expand Up @@ -28,7 +28,7 @@
"test-cov": "rm -rf coverage; nyc --reporter=html mocha"
},
"devDependencies": {
"@iabtcf/testing": "1.4.0",
"@iabtcf/testing": "1.5.0-0",
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@types/sinon": "^10.0.11",
"@types/sinon-chai": "3.2.8",
Expand Down
2 changes: 1 addition & 1 deletion modules/stub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iabtcf/stub",
"version": "1.4.0",
"version": "1.5.0-0",
"description": "CMP API Stub code",
"author": "Chris Paterson <tcf@chrispaterson.io>",
"homepage": "https://iabtcf.com/",
Expand Down
2 changes: 1 addition & 1 deletion modules/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iabtcf/testing",
"version": "1.4.0",
"version": "1.5.0-0",
"description": "Shared testing utilities",
"author": "Chris Paterson <tcf@chrispaterson.io>",
"homepage": "https://iabtcf.com/",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iabtcf",
"version": "1.4.0",
"version": "1.5.0-0",
"description": "Official compliant tool suite for implementing the iab. Transparency and Consent Framework (TCF).",
"private": true,
"workspaces": [
Expand Down

0 comments on commit 1eeb3f9

Please sign in to comment.