diff --git a/modules/cli/package.json b/modules/cli/package.json index f98a1782..dd0b371c 100644 --- a/modules/cli/package.json +++ b/modules/cli/package.json @@ -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 ", "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", diff --git a/modules/cmpapi/package.json b/modules/cmpapi/package.json index 4915a876..e33634e9 100644 --- a/modules/cmpapi/package.json +++ b/modules/cmpapi/package.json @@ -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 ", "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", diff --git a/modules/core/package.json b/modules/core/package.json index fe0da37f..8b6e499a 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -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 ", "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", diff --git a/modules/stub/package.json b/modules/stub/package.json index 7d299dab..ca01ba53 100644 --- a/modules/stub/package.json +++ b/modules/stub/package.json @@ -1,6 +1,6 @@ { "name": "@iabtechlabtcf/stub", - "version": "1.5.10", + "version": "1.5.11", "description": "CMP API Stub code", "author": "Mayank Mishra ", "homepage": "https://iabtcf.com/", diff --git a/modules/testing/package.json b/modules/testing/package.json index eb462903..7c20a5ca 100644 --- a/modules/testing/package.json +++ b/modules/testing/package.json @@ -1,6 +1,6 @@ { "name": "@iabtechlabtcf/testing", - "version": "1.5.10", + "version": "1.5.11", "description": "Shared testing utilities", "author": "Mayank Mishra ", "homepage": "https://iabtcf.com/", diff --git a/package.json b/package.json index 92a0912e..4aba412f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iabtechlabtcf", - "version": "1.5.9", + "version": "1.5.11", "description": "Official compliant tool suite for implementing the iab. Transparency and Consent Framework (TCF).", "private": true, "workspaces": [