From 15f73406ffb33b905339f3549eb3a454a9ca4cab Mon Sep 17 00:00:00 2001 From: Kevin Enario Date: Tue, 12 Jul 2022 11:43:21 -0700 Subject: [PATCH 1/4] v1.5.0 --- modules/cli/package.json | 4 ++-- modules/cmpapi/package.json | 6 +++--- modules/core/package.json | 4 ++-- modules/stub/package.json | 2 +- modules/testing/package.json | 2 +- package.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/cli/package.json b/modules/cli/package.json index 485e0641..a1de9a70 100644 --- a/modules/cli/package.json +++ b/modules/cli/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cli", - "version": "1.5.0-3", + "version": "1.5.0", "description": "Decode a iab TCF (Transparency and Consent Framework) TC String via the command line", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", @@ -27,7 +27,7 @@ "lint": "eslint `find src -name '*.ts'`" }, "dependencies": { - "@iabtcf/core": "1.5.0-3" + "@iabtcf/core": "1.5.0" }, "devDependencies": { "@types/node": "^17.0.18", diff --git a/modules/cmpapi/package.json b/modules/cmpapi/package.json index 66ec4a4e..a57d06a9 100644 --- a/modules/cmpapi/package.json +++ b/modules/cmpapi/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cmpapi", - "version": "1.5.0-3", + "version": "1.5.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 ", "homepage": "https://iabtcf.com/", @@ -31,8 +31,8 @@ "@iabtcf/core": ">=1.0.0" }, "devDependencies": { - "@iabtcf/stub": "1.5.0-3", - "@iabtcf/testing": "1.5.0-3", + "@iabtcf/stub": "1.5.0", + "@iabtcf/testing": "1.5.0", "@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 173d8470..fc87d04b 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/core", - "version": "1.5.0-3", + "version": "1.5.0", "description": "Ensures consistent encoding and decoding of TC Signals for the iab. Transparency and Consent Framework (TCF).", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", @@ -28,7 +28,7 @@ "test-cov": "rm -rf coverage; nyc --reporter=html mocha" }, "devDependencies": { - "@iabtcf/testing": "1.5.0-3", + "@iabtcf/testing": "1.5.0", "@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 d5d5a850..4cd3bd32 100644 --- a/modules/stub/package.json +++ b/modules/stub/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/stub", - "version": "1.5.0-3", + "version": "1.5.0", "description": "CMP API Stub code", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", diff --git a/modules/testing/package.json b/modules/testing/package.json index 9e76364f..c4a10d69 100644 --- a/modules/testing/package.json +++ b/modules/testing/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/testing", - "version": "1.5.0-3", + "version": "1.5.0", "description": "Shared testing utilities", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", diff --git a/package.json b/package.json index 7b25211f..39ba22a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iabtcf", - "version": "1.5.0-3", + "version": "1.5.0", "description": "Official compliant tool suite for implementing the iab. Transparency and Consent Framework (TCF).", "private": true, "workspaces": [ From a62505fe3621b3992fb7334f4a04b1c4ffd4ec35 Mon Sep 17 00:00:00 2001 From: Kevin Enario Date: Tue, 12 Jul 2022 11:56:41 -0700 Subject: [PATCH 2/4] v1.5.1 --- modules/cli/package.json | 4 ++-- modules/cmpapi/package.json | 6 +++--- modules/core/package.json | 4 ++-- modules/stub/package.json | 2 +- modules/testing/package.json | 2 +- package.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/cli/package.json b/modules/cli/package.json index a1de9a70..b63785cd 100644 --- a/modules/cli/package.json +++ b/modules/cli/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cli", - "version": "1.5.0", + "version": "1.5.1", "description": "Decode a iab TCF (Transparency and Consent Framework) TC String via the command line", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", @@ -27,7 +27,7 @@ "lint": "eslint `find src -name '*.ts'`" }, "dependencies": { - "@iabtcf/core": "1.5.0" + "@iabtcf/core": "1.5.1" }, "devDependencies": { "@types/node": "^17.0.18", diff --git a/modules/cmpapi/package.json b/modules/cmpapi/package.json index a57d06a9..17da2d1d 100644 --- a/modules/cmpapi/package.json +++ b/modules/cmpapi/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cmpapi", - "version": "1.5.0", + "version": "1.5.1", "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 ", "homepage": "https://iabtcf.com/", @@ -31,8 +31,8 @@ "@iabtcf/core": ">=1.0.0" }, "devDependencies": { - "@iabtcf/stub": "1.5.0", - "@iabtcf/testing": "1.5.0", + "@iabtcf/stub": "1.5.1", + "@iabtcf/testing": "1.5.1", "@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 fc87d04b..422424f3 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/core", - "version": "1.5.0", + "version": "1.5.1", "description": "Ensures consistent encoding and decoding of TC Signals for the iab. Transparency and Consent Framework (TCF).", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", @@ -28,7 +28,7 @@ "test-cov": "rm -rf coverage; nyc --reporter=html mocha" }, "devDependencies": { - "@iabtcf/testing": "1.5.0", + "@iabtcf/testing": "1.5.1", "@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 4cd3bd32..c3327d2f 100644 --- a/modules/stub/package.json +++ b/modules/stub/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/stub", - "version": "1.5.0", + "version": "1.5.1", "description": "CMP API Stub code", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", diff --git a/modules/testing/package.json b/modules/testing/package.json index c4a10d69..b97723fb 100644 --- a/modules/testing/package.json +++ b/modules/testing/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/testing", - "version": "1.5.0", + "version": "1.5.1", "description": "Shared testing utilities", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", diff --git a/package.json b/package.json index 39ba22a0..8affab23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iabtcf", - "version": "1.5.0", + "version": "1.5.1", "description": "Official compliant tool suite for implementing the iab. Transparency and Consent Framework (TCF).", "private": true, "workspaces": [ From b6610656ea33d55d54cd5f2e11212cc8687e8533 Mon Sep 17 00:00:00 2001 From: Kevin Enario Date: Tue, 12 Jul 2022 12:05:00 -0700 Subject: [PATCH 3/4] v1.5.2 --- modules/cli/package.json | 4 ++-- modules/cmpapi/package.json | 6 +++--- modules/core/package.json | 4 ++-- modules/stub/package.json | 2 +- modules/testing/package.json | 2 +- package.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/cli/package.json b/modules/cli/package.json index b63785cd..c9baad74 100644 --- a/modules/cli/package.json +++ b/modules/cli/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cli", - "version": "1.5.1", + "version": "1.5.2", "description": "Decode a iab TCF (Transparency and Consent Framework) TC String via the command line", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", @@ -27,7 +27,7 @@ "lint": "eslint `find src -name '*.ts'`" }, "dependencies": { - "@iabtcf/core": "1.5.1" + "@iabtcf/core": "1.5.2" }, "devDependencies": { "@types/node": "^17.0.18", diff --git a/modules/cmpapi/package.json b/modules/cmpapi/package.json index 17da2d1d..11b699a1 100644 --- a/modules/cmpapi/package.json +++ b/modules/cmpapi/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cmpapi", - "version": "1.5.1", + "version": "1.5.2", "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 ", "homepage": "https://iabtcf.com/", @@ -31,8 +31,8 @@ "@iabtcf/core": ">=1.0.0" }, "devDependencies": { - "@iabtcf/stub": "1.5.1", - "@iabtcf/testing": "1.5.1", + "@iabtcf/stub": "1.5.2", + "@iabtcf/testing": "1.5.2", "@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 422424f3..f4ac1077 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/core", - "version": "1.5.1", + "version": "1.5.2", "description": "Ensures consistent encoding and decoding of TC Signals for the iab. Transparency and Consent Framework (TCF).", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", @@ -28,7 +28,7 @@ "test-cov": "rm -rf coverage; nyc --reporter=html mocha" }, "devDependencies": { - "@iabtcf/testing": "1.5.1", + "@iabtcf/testing": "1.5.2", "@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 c3327d2f..99739378 100644 --- a/modules/stub/package.json +++ b/modules/stub/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/stub", - "version": "1.5.1", + "version": "1.5.2", "description": "CMP API Stub code", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", diff --git a/modules/testing/package.json b/modules/testing/package.json index b97723fb..c5304161 100644 --- a/modules/testing/package.json +++ b/modules/testing/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/testing", - "version": "1.5.1", + "version": "1.5.2", "description": "Shared testing utilities", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", diff --git a/package.json b/package.json index 8affab23..a17fe812 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iabtcf", - "version": "1.5.1", + "version": "1.5.2", "description": "Official compliant tool suite for implementing the iab. Transparency and Consent Framework (TCF).", "private": true, "workspaces": [ From 346609e995fd362f1c4b1b3aaa4de532dfac91e0 Mon Sep 17 00:00:00 2001 From: The Kevin Date: Tue, 12 Jul 2022 12:12:38 -0700 Subject: [PATCH 4/4] v1.5.3 --- modules/cli/package.json | 4 ++-- modules/cmpapi/package.json | 6 +++--- modules/core/package.json | 4 ++-- modules/stub/package.json | 2 +- modules/testing/package.json | 2 +- package.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/cli/package.json b/modules/cli/package.json index c9baad74..227715a7 100644 --- a/modules/cli/package.json +++ b/modules/cli/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cli", - "version": "1.5.2", + "version": "1.5.3", "description": "Decode a iab TCF (Transparency and Consent Framework) TC String via the command line", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", @@ -27,7 +27,7 @@ "lint": "eslint `find src -name '*.ts'`" }, "dependencies": { - "@iabtcf/core": "1.5.2" + "@iabtcf/core": "1.5.3" }, "devDependencies": { "@types/node": "^17.0.18", diff --git a/modules/cmpapi/package.json b/modules/cmpapi/package.json index 11b699a1..52f841d8 100644 --- a/modules/cmpapi/package.json +++ b/modules/cmpapi/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cmpapi", - "version": "1.5.2", + "version": "1.5.3", "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 ", "homepage": "https://iabtcf.com/", @@ -31,8 +31,8 @@ "@iabtcf/core": ">=1.0.0" }, "devDependencies": { - "@iabtcf/stub": "1.5.2", - "@iabtcf/testing": "1.5.2", + "@iabtcf/stub": "1.5.3", + "@iabtcf/testing": "1.5.3", "@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 f4ac1077..facf538b 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/core", - "version": "1.5.2", + "version": "1.5.3", "description": "Ensures consistent encoding and decoding of TC Signals for the iab. Transparency and Consent Framework (TCF).", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", @@ -28,7 +28,7 @@ "test-cov": "rm -rf coverage; nyc --reporter=html mocha" }, "devDependencies": { - "@iabtcf/testing": "1.5.2", + "@iabtcf/testing": "1.5.3", "@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 99739378..22bc1b49 100644 --- a/modules/stub/package.json +++ b/modules/stub/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/stub", - "version": "1.5.2", + "version": "1.5.3", "description": "CMP API Stub code", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", diff --git a/modules/testing/package.json b/modules/testing/package.json index c5304161..2e866177 100644 --- a/modules/testing/package.json +++ b/modules/testing/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/testing", - "version": "1.5.2", + "version": "1.5.3", "description": "Shared testing utilities", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", diff --git a/package.json b/package.json index a17fe812..a5695b07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iabtcf", - "version": "1.5.2", + "version": "1.5.3", "description": "Official compliant tool suite for implementing the iab. Transparency and Consent Framework (TCF).", "private": true, "workspaces": [