Skip to content

Commit

Permalink
Release v1.0.63, multiplexing v1.0.23, diagnostics v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pkowalski-id5 committed Mar 20, 2024
1 parent dfff36b commit b4d5ad9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.62/id5-api.js](https://github.com/id5io/id5-api.js/releases/download/v1.0.62/id5-api.js)
* [https://github.com/id5io/id5-api.js/releases/download/v1.0.63/id5-api.js](https://github.com/id5io/id5-api.js/releases/download/v1.0.63/id5-api.js)

Alternatively, we also publish the minified bundle to NPM:
```json
"dependencies": {
"@id5io/id5-api.js": "^1.0.62"
"@id5io/id5-api.js": "^1.0.63"
},
```
After running `npm install` you can find the bundle at
Expand Down Expand Up @@ -139,7 +139,7 @@ id5Instance.onAvailable((status) => {
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@id5io/id5-api.js": "^1.0.62"
"@id5io/id5-api.js": "^1.0.63"
},
"devDependencies": {
"@babel/core": "^7.14.3",
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@id5io/id5-api.js",
"version": "1.0.62",
"version": "1.0.63",
"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",
Expand Down Expand Up @@ -104,8 +104,8 @@
},
"dependencies": {
"@babel/runtime": "^7.22.3",
"@id5io/diagnostics": "1.0.11",
"@id5io/multiplexing": "1.0.22",
"@id5io/diagnostics": "1.0.12",
"@id5io/multiplexing": "1.0.23",
"inspect-stream": "^0.1.0"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/diagnostics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@id5io/diagnostics",
"version": "1.0.11",
"version": "1.0.12",
"description": "",
"main": "index.mjs",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/multiplexing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@id5io/multiplexing",
"version": "1.0.22",
"version": "1.0.23",
"description": "",
"main": "index.mjs",
"files": [
Expand Down Expand Up @@ -43,6 +43,6 @@
"yargs": "^1.3.1"
},
"dependencies": {
"@id5io/diagnostics": "1.0.11"
"@id5io/diagnostics": "1.0.12"
}
}

0 comments on commit b4d5ad9

Please sign in to comment.