From a2dcef45f8b3c983af04075fb6ee0e2dca14e13b Mon Sep 17 00:00:00 2001 From: abazylewicz Date: Mon, 19 Aug 2024 11:39:57 +0200 Subject: [PATCH] Release v1.0.68, multiplexing 1.0.28 --- README.md | 6 +++--- package-lock.json | 8 ++++---- package.json | 4 ++-- packages/multiplexing/package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 53afa079..00f244d0 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.67/id5-api.js](https://github.com/id5io/id5-api.js/releases/download/v1.0.67/id5-api.js) +* [https://github.com/id5io/id5-api.js/releases/download/v1.0.68/id5-api.js](https://github.com/id5io/id5-api.js/releases/download/v1.0.68/id5-api.js) Alternatively, we also publish the minified bundle to NPM: ```json "dependencies": { - "@id5io/id5-api.js": "^1.0.67" + "@id5io/id5-api.js": "^1.0.68" }, ``` After running `npm install` you can find the bundle at @@ -139,7 +139,7 @@ id5Instance.onAvailable((status) => { "author": "", "license": "Apache-2.0", "dependencies": { - "@id5io/id5-api.js": "^1.0.67" + "@id5io/id5-api.js": "^1.0.68" }, "devDependencies": { "@babel/core": "^7.14.3", diff --git a/package-lock.json b/package-lock.json index 7d946e33..f44ff0a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@id5io/id5-api.js", - "version": "1.0.67", + "version": "1.0.68", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@id5io/id5-api.js", - "version": "1.0.67", + "version": "1.0.68", "license": "Apache-2.0", "workspaces": [ "packages/diagnostics", @@ -15,7 +15,7 @@ "dependencies": { "@babel/runtime": "^7.22.3", "@id5io/diagnostics": "1.0.12", - "@id5io/multiplexing": "1.0.27", + "@id5io/multiplexing": "1.0.28", "inspect-stream": "^0.1.0" }, "devDependencies": { @@ -14751,7 +14751,7 @@ }, "packages/multiplexing": { "name": "@id5io/multiplexing", - "version": "1.0.27", + "version": "1.0.28", "license": "Apache-2.0", "dependencies": { "@id5io/diagnostics": "1.0.12" diff --git a/package.json b/package.json index ee01331d..8e592957 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@id5io/id5-api.js", - "version": "1.0.67", + "version": "1.0.68", "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", @@ -106,7 +106,7 @@ "dependencies": { "@babel/runtime": "^7.22.3", "@id5io/diagnostics": "1.0.12", - "@id5io/multiplexing": "1.0.27", + "@id5io/multiplexing": "1.0.28", "inspect-stream": "^0.1.0" }, "workspaces": [ diff --git a/packages/multiplexing/package.json b/packages/multiplexing/package.json index f7f86a04..e64f3d66 100644 --- a/packages/multiplexing/package.json +++ b/packages/multiplexing/package.json @@ -1,6 +1,6 @@ { "name": "@id5io/multiplexing", - "version": "1.0.27", + "version": "1.0.28", "description": "", "main": "index.mjs", "files": [