Skip to content

Commit

Permalink
Updated package version
Browse files Browse the repository at this point in the history
  • Loading branch information
aitnitishshelage committed Jul 12, 2023
1 parent 7d1bdf7 commit 478d2b5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions modules/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@iabtechlabtcf/cli",
"version": "1.5.7",
"version": "1.5.6",
"description": "Decode a iab TCF (Transparency and Consent Framework) TC String via the command line",
"author": "Chris Paterson <[email protected]>",
"author": "Mayank Mishra <[email protected]>",
"homepage": "https://iabtcf.com/",
"license": "Apache-2.0",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions modules/cmpapi/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@iabtechlabtcf/cmpapi",
"version": "1.5.7",
"version": "1.5.6",
"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 <[email protected]>",
"author": "Mayank Mishra <[email protected]>",
"homepage": "https://iabtcf.com/",
"license": "Apache-2.0",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@iabtechlabtcf/core",
"version": "1.5.7",
"version": "1.5.6",
"description": "Ensures consistent encoding and decoding of TC Signals for the iab. Transparency and Consent Framework (TCF).",
"author": "Chris Paterson <[email protected]>",
"author": "Mayank Mishra <[email protected]>",
"homepage": "https://iabtcf.com/",
"license": "Apache-2.0",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions modules/stub/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@iabtechlabtcf/stub",
"version": "1.5.7",
"version": "1.5.6",
"description": "CMP API Stub code",
"author": "Chris Paterson <[email protected]>",
"author": "Mayank Mishra <[email protected]>",
"homepage": "https://iabtcf.com/",
"license": "Apache-2.0",
"main": "lib/stub.js",
Expand Down
4 changes: 2 additions & 2 deletions modules/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@iabtechlabtcf/testing",
"version": "1.5.7",
"version": "1.5.6",
"description": "Shared testing utilities",
"author": "Chris Paterson <[email protected]>",
"author": "Mayank Mishra <[email protected]>",
"homepage": "https://iabtcf.com/",
"license": "Apache-2.0",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "iabtechlabtcf",
"version": "1.5.7",
"version": "1.5.6",
"description": "Official compliant tool suite for implementing the iab. Transparency and Consent Framework (TCF).",
"private": true,
"workspaces": [
"modules/testing",
"modules/core",
"modules/cmpapi",
"modules/cli",
"modules/stub"
Expand Down

0 comments on commit 478d2b5

Please sign in to comment.