From 74c513b4f936abf8f51a59f135a25e9e5335fd97 Mon Sep 17 00:00:00 2001 From: Kevin Enario Date: Tue, 20 Apr 2021 10:19:05 -0700 Subject: [PATCH] v1.2.1-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 ffa5ae23..76a2c1c6 100644 --- a/modules/cli/package.json +++ b/modules/cli/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cli", - "version": "1.2.1-1", + "version": "1.2.1-2", "description": "Decode a iab TCF (Transparency and Consent Framework) TC String via the command line", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", @@ -17,7 +17,7 @@ "lint": "eslint `find src -name '*.ts'`" }, "dependencies": { - "@iabtcf/core": "1.2.1-1" + "@iabtcf/core": "1.2.1-2" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^2.10.0", diff --git a/modules/cmpapi/package.json b/modules/cmpapi/package.json index 2ec7e8a4..49c702a7 100644 --- a/modules/cmpapi/package.json +++ b/modules/cmpapi/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cmpapi", - "version": "1.2.1-1", + "version": "1.2.1-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/", @@ -23,8 +23,8 @@ "@iabtcf/core": ">=1.0.0" }, "devDependencies": { - "@iabtcf/stub": "1.2.1-1", - "@iabtcf/testing": "1.2.1-1", + "@iabtcf/stub": "1.2.1-2", + "@iabtcf/testing": "1.2.1-2", "@istanbuljs/nyc-config-typescript": "^0.1.3", "@types/mocha": "^5.2.7", "@types/sinon": "7.0.13", diff --git a/modules/core/package.json b/modules/core/package.json index b008dbfa..b66e5bf9 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/core", - "version": "1.2.1-1", + "version": "1.2.1-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/", @@ -20,7 +20,7 @@ "test-cov": "rm -rf coverage; nyc --reporter=html mocha" }, "devDependencies": { - "@iabtcf/testing": "1.2.1-1", + "@iabtcf/testing": "1.2.1-2", "@istanbuljs/nyc-config-typescript": "^0.1.3", "@types/sinon": "^7.0.13", "@types/sinon-chai": "3.2.2", diff --git a/modules/stub/package.json b/modules/stub/package.json index 0ea73d9f..c3e8b696 100644 --- a/modules/stub/package.json +++ b/modules/stub/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/stub", - "version": "1.2.1-1", + "version": "1.2.1-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 9d4b54dc..9768fcfe 100644 --- a/modules/testing/package.json +++ b/modules/testing/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/testing", - "version": "1.2.1-1", + "version": "1.2.1-2", "description": "Shared testing utilities", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", diff --git a/package.json b/package.json index a87356a1..676c5b71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iabtcf", - "version": "1.2.1-1", + "version": "1.2.1-2", "description": "Official compliant tool suite for implementing the iab. Transparency and Consent Framework (TCF).", "private": true, "workspaces": [