From ce3f89dc53f17c611d853de24dc4ddb713afa9ad Mon Sep 17 00:00:00 2001 From: Kevin Enario Date: Fri, 28 Oct 2022 09:13:53 -0700 Subject: [PATCH 1/3] v1.5.4-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 227715a7..ed302637 100644 --- a/modules/cli/package.json +++ b/modules/cli/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cli", - "version": "1.5.3", + "version": "1.5.4-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.3" + "@iabtcf/core": "1.5.4-0" }, "devDependencies": { "@types/node": "^17.0.18", diff --git a/modules/cmpapi/package.json b/modules/cmpapi/package.json index 0faa8b4f..db6ab2b1 100644 --- a/modules/cmpapi/package.json +++ b/modules/cmpapi/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cmpapi", - "version": "1.5.3", + "version": "1.5.4-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.3", - "@iabtcf/testing": "1.5.3", + "@iabtcf/stub": "1.5.4-0", + "@iabtcf/testing": "1.5.4-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 4aa139f8..0c8b3e14 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/core", - "version": "1.5.3", + "version": "1.5.4-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.3", + "@iabtcf/testing": "1.5.4-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 4435882f..0d8f597f 100644 --- a/modules/stub/package.json +++ b/modules/stub/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/stub", - "version": "1.5.3", + "version": "1.5.4-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 1a85b800..91fc0852 100644 --- a/modules/testing/package.json +++ b/modules/testing/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/testing", - "version": "1.5.3", + "version": "1.5.4-0", "description": "Shared testing utilities", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", diff --git a/package.json b/package.json index a5695b07..94533d71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iabtcf", - "version": "1.5.3", + "version": "1.5.4-0", "description": "Official compliant tool suite for implementing the iab. Transparency and Consent Framework (TCF).", "private": true, "workspaces": [ From 3932edb319e4a912395adb8f670db424dd1e5334 Mon Sep 17 00:00:00 2001 From: Kevin Enario Date: Tue, 15 Nov 2022 10:28:48 -0800 Subject: [PATCH 2/3] v1.5.4 --- 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 ed302637..1bb8709d 100644 --- a/modules/cli/package.json +++ b/modules/cli/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cli", - "version": "1.5.4-0", + "version": "1.5.4", "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.4-0" + "@iabtcf/core": "1.5.4" }, "devDependencies": { "@types/node": "^17.0.18", diff --git a/modules/cmpapi/package.json b/modules/cmpapi/package.json index db6ab2b1..b748b1a5 100644 --- a/modules/cmpapi/package.json +++ b/modules/cmpapi/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cmpapi", - "version": "1.5.4-0", + "version": "1.5.4", "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.4-0", - "@iabtcf/testing": "1.5.4-0", + "@iabtcf/stub": "1.5.4", + "@iabtcf/testing": "1.5.4", "@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 0c8b3e14..2f86dd0e 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/core", - "version": "1.5.4-0", + "version": "1.5.4", "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.4-0", + "@iabtcf/testing": "1.5.4", "@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 0d8f597f..48239d23 100644 --- a/modules/stub/package.json +++ b/modules/stub/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/stub", - "version": "1.5.4-0", + "version": "1.5.4", "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 91fc0852..aac8041b 100644 --- a/modules/testing/package.json +++ b/modules/testing/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/testing", - "version": "1.5.4-0", + "version": "1.5.4", "description": "Shared testing utilities", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", diff --git a/package.json b/package.json index 94533d71..4f422dd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iabtcf", - "version": "1.5.4-0", + "version": "1.5.4", "description": "Official compliant tool suite for implementing the iab. Transparency and Consent Framework (TCF).", "private": true, "workspaces": [ From edd4ddb405ff954bf321158491f6f0e149995ddd Mon Sep 17 00:00:00 2001 From: Kevin Enario Date: Tue, 15 Nov 2022 10:39:52 -0800 Subject: [PATCH 3/3] v1.5.5 --- 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 1bb8709d..8ce2e53f 100644 --- a/modules/cli/package.json +++ b/modules/cli/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cli", - "version": "1.5.4", + "version": "1.5.5", "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.4" + "@iabtcf/core": "1.5.5" }, "devDependencies": { "@types/node": "^17.0.18", diff --git a/modules/cmpapi/package.json b/modules/cmpapi/package.json index b748b1a5..f5a5dde0 100644 --- a/modules/cmpapi/package.json +++ b/modules/cmpapi/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cmpapi", - "version": "1.5.4", + "version": "1.5.5", "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.4", - "@iabtcf/testing": "1.5.4", + "@iabtcf/stub": "1.5.5", + "@iabtcf/testing": "1.5.5", "@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 2f86dd0e..3c6a3b7a 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/core", - "version": "1.5.4", + "version": "1.5.5", "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.4", + "@iabtcf/testing": "1.5.5", "@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 48239d23..12d426fb 100644 --- a/modules/stub/package.json +++ b/modules/stub/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/stub", - "version": "1.5.4", + "version": "1.5.5", "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 aac8041b..5b378868 100644 --- a/modules/testing/package.json +++ b/modules/testing/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/testing", - "version": "1.5.4", + "version": "1.5.5", "description": "Shared testing utilities", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", diff --git a/package.json b/package.json index 4f422dd6..084f68b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iabtcf", - "version": "1.5.4", + "version": "1.5.5", "description": "Official compliant tool suite for implementing the iab. Transparency and Consent Framework (TCF).", "private": true, "workspaces": [