From 5e20504920841d1fd36181effd7d1d2d8e7dcf7b Mon Sep 17 00:00:00 2001 From: abazylewicz Date: Tue, 27 Aug 2024 12:09:37 +0200 Subject: [PATCH] Release v1.0.69, multiplexing v1.0.29 --- README.md | 6 +++--- package-lock.json | 6 +++--- package.json | 4 ++-- packages/multiplexing/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 00f244d0..92c81b9f 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.68/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.69/id5-api.js](https://github.com/id5io/id5-api.js/releases/download/v1.0.69/id5-api.js) Alternatively, we also publish the minified bundle to NPM: ```json "dependencies": { - "@id5io/id5-api.js": "^1.0.68" + "@id5io/id5-api.js": "^1.0.69" }, ``` 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.68" + "@id5io/id5-api.js": "^1.0.69" }, "devDependencies": { "@babel/core": "^7.14.3", diff --git a/package-lock.json b/package-lock.json index f44ff0a9..31672b86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@id5io/id5-api.js", - "version": "1.0.68", + "version": "1.0.69", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@id5io/id5-api.js", - "version": "1.0.68", + "version": "1.0.69", "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.28", + "@id5io/multiplexing": "1.0.29", "inspect-stream": "^0.1.0" }, "devDependencies": { diff --git a/package.json b/package.json index 8e592957..ec16e54e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@id5io/id5-api.js", - "version": "1.0.68", + "version": "1.0.69", "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.28", + "@id5io/multiplexing": "1.0.29", "inspect-stream": "^0.1.0" }, "workspaces": [ diff --git a/packages/multiplexing/package.json b/packages/multiplexing/package.json index e64f3d66..02f54079 100644 --- a/packages/multiplexing/package.json +++ b/packages/multiplexing/package.json @@ -1,6 +1,6 @@ { "name": "@id5io/multiplexing", - "version": "1.0.28", + "version": "1.0.29", "description": "", "main": "index.mjs", "files": [