diff --git a/modules/cli/package.json b/modules/cli/package.json index 5ecb6974..34e1e622 100644 --- a/modules/cli/package.json +++ b/modules/cli/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cli", - "version": "1.4.0", + "version": "1.5.0-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.4.0" + "@iabtcf/core": "1.5.0-0" }, "devDependencies": { "@types/node": "^17.0.18", diff --git a/modules/cmpapi/package.json b/modules/cmpapi/package.json index 4dea7072..f95585cc 100644 --- a/modules/cmpapi/package.json +++ b/modules/cmpapi/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/cmpapi", - "version": "1.4.0", + "version": "1.5.0-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.4.0", - "@iabtcf/testing": "1.4.0", + "@iabtcf/stub": "1.5.0-0", + "@iabtcf/testing": "1.5.0-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 52ac8948..d6de9e75 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/core", - "version": "1.4.0", + "version": "1.5.0-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.4.0", + "@iabtcf/testing": "1.5.0-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 93e8e9ab..c6f27cb5 100644 --- a/modules/stub/package.json +++ b/modules/stub/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/stub", - "version": "1.4.0", + "version": "1.5.0-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 0fcf4b5a..b15ed950 100644 --- a/modules/testing/package.json +++ b/modules/testing/package.json @@ -1,6 +1,6 @@ { "name": "@iabtcf/testing", - "version": "1.4.0", + "version": "1.5.0-0", "description": "Shared testing utilities", "author": "Chris Paterson ", "homepage": "https://iabtcf.com/", diff --git a/package.json b/package.json index 1f85456f..5758bb7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iabtcf", - "version": "1.4.0", + "version": "1.5.0-0", "description": "Official compliant tool suite for implementing the iab. Transparency and Consent Framework (TCF).", "private": true, "workspaces": [