From 23601823e2ede438e1abf9511a806225cca508be Mon Sep 17 00:00:00 2001 From: abazylewicz Date: Tue, 10 Oct 2023 14:07:54 +0200 Subject: [PATCH] Release 1.0.45, multiplexing 1.0.10, diagnostics 1.0.7 --- README.md | 6 +++--- package.json | 2 +- packages/diagnostics/package.json | 2 +- packages/multiplexing/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e8d2f509..a395f787 100644 --- a/README.md +++ b/README.md @@ -90,12 +90,12 @@ Using our CDN has the advantage of patch updates being automatically deployed wi You may also choose to download the latest release (and host on your own CDN) in a pre-built, minified version from Github: -* [https://github.com/id5io/id5-api.js/releases/download/v1.0.44/id5-api.js](https://github.com/id5io/id5-api.js/releases/download/v1.0.44/id5-api.js) +* [https://github.com/id5io/id5-api.js/releases/download/v1.0.45/id5-api.js](https://github.com/id5io/id5-api.js/releases/download/v1.0.45/id5-api.js) Alternatively, we also publish the minified bundle to NPM: ```json "dependencies": { - "@id5io/id5-api.js": "^1.0.44" + "@id5io/id5-api.js": "^1.0.45" }, ``` After running `npm install` you can find the bundle at @@ -139,7 +139,7 @@ id5Status.onAvailable((status) => { "author": "", "license": "Apache-2.0", "dependencies": { - "@id5io/id5-api.js": "^1.0.44" + "@id5io/id5-api.js": "^1.0.45" }, "devDependencies": { "@babel/core": "^7.14.3", diff --git a/package.json b/package.json index 5ed14177..9bf4be41 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@id5io/id5-api.js", - "version": "1.0.44", + "version": "1.0.45", "description": "The ID5 API is designed to make accessing the ID5 Universal ID simple for publishers, advertisers, and their ad tech vendors. The ID5 Universal ID is a shared, neutral identifier that publishers, advertisers, and ad tech platforms can use to recognise users even in environments where 3rd party cookies are not available. For more information, visit https://id5.io/universal-id.", "homepage": "https://id5.io/", "exports": "./lib/id5-api.js", diff --git a/packages/diagnostics/package.json b/packages/diagnostics/package.json index b43f6640..068afdcb 100644 --- a/packages/diagnostics/package.json +++ b/packages/diagnostics/package.json @@ -1,6 +1,6 @@ { "name": "@id5io/diagnostics", - "version": "1.0.6", + "version": "1.0.7", "description": "", "main": "src/index.js", "files": [ diff --git a/packages/multiplexing/package.json b/packages/multiplexing/package.json index 5b071b73..ae43c518 100644 --- a/packages/multiplexing/package.json +++ b/packages/multiplexing/package.json @@ -1,6 +1,6 @@ { "name": "@id5io/multiplexing", - "version": "1.0.9", + "version": "1.0.10", "description": "", "main": "src/index.js", "files": [