-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4694d5
commit ae1c849
Showing
6 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@iabtechlabtcf/cli", | ||
"version": "1.5.10", | ||
"version": "1.5.11", | ||
"description": "Decode a iab TCF (Transparency and Consent Framework) TC String via the command line", | ||
"author": "Mayank Mishra <[email protected]>", | ||
"homepage": "https://iabtcf.com/", | ||
|
@@ -27,7 +27,7 @@ | |
"lint": "eslint `find src -name '*.ts'`" | ||
}, | ||
"dependencies": { | ||
"@iabtechlabtcf/core": "1.5.10" | ||
"@iabtechlabtcf/core": "1.5.11" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "18.17.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@iabtechlabtcf/cmpapi", | ||
"version": "1.5.10", | ||
"version": "1.5.11", | ||
"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": "Mayank Mishra <[email protected]>", | ||
"homepage": "https://iabtcf.com/", | ||
|
@@ -32,8 +32,8 @@ | |
"@iabtechlabtcf/core": ">=1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@iabtechlabtcf/stub": "1.5.10", | ||
"@iabtechlabtcf/testing": "1.5.10", | ||
"@iabtechlabtcf/stub": "1.5.11", | ||
"@iabtechlabtcf/testing": "1.5.11", | ||
"@istanbuljs/nyc-config-typescript": "^0.1.3", | ||
"@types/mocha": "^9.1.0", | ||
"@types/sinon": "10.0.11", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@iabtechlabtcf/core", | ||
"version": "1.5.10", | ||
"version": "1.5.11", | ||
"description": "Ensures consistent encoding and decoding of TC Signals for the iab. Transparency and Consent Framework (TCF).", | ||
"author": "Mayank Mishra <[email protected]>", | ||
"homepage": "https://iabtcf.com/", | ||
|
@@ -29,7 +29,7 @@ | |
"test-ci": "mocha --reporter mocha-junit-reporter" | ||
}, | ||
"devDependencies": { | ||
"@iabtechlabtcf/testing": "1.5.10", | ||
"@iabtechlabtcf/testing": "1.5.11", | ||
"@istanbuljs/nyc-config-typescript": "^0.1.3", | ||
"@types/sinon": "^10.0.11", | ||
"@types/sinon-chai": "3.2.8", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@iabtechlabtcf/stub", | ||
"version": "1.5.10", | ||
"version": "1.5.11", | ||
"description": "CMP API Stub code", | ||
"author": "Mayank Mishra <[email protected]>", | ||
"homepage": "https://iabtcf.com/", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@iabtechlabtcf/testing", | ||
"version": "1.5.10", | ||
"version": "1.5.11", | ||
"description": "Shared testing utilities", | ||
"author": "Mayank Mishra <[email protected]>", | ||
"homepage": "https://iabtcf.com/", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ae1c849
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. @aitnitishshelage after we have posted a new build 1.5.11 please update the main branch relaese to 1.5.11.