Skip to content

Commit

Permalink
Merge pull request #47 from THEOplayer/feature/add-support-for-theopl…
Browse files Browse the repository at this point in the history
…ayer-8.0

Add support for THEOplayer 8.0
  • Loading branch information
GillesMoris-THEO authored Sep 6, 2024
2 parents da464e9 + 1361906 commit e72ec6c
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 15 deletions.
11 changes: 11 additions & 0 deletions .changeset/cyan-lobsters-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@theoplayer/adscript-connector-web": minor
"@theoplayer/comscore-connector-web": minor
"@theoplayer/conviva-connector-web": minor
"@theoplayer/nielsen-connector-web": minor
"@theoplayer/yospace-connector-web": minor
"@theoplayer/gemius-connector-web": minor
"@theoplayer/cmcd-connector-web": minor
---

Added support for THEOplayer `8.0`.
2 changes: 1 addition & 1 deletion adscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"package.json"
],
"peerDependencies": {
"theoplayer": "^7.0.0"
"theoplayer": "^7.0.0 || ^8.0.0"
}
}
2 changes: 1 addition & 1 deletion cmcd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"package.json"
],
"peerDependencies": {
"theoplayer": "^5.0.0 || ^6.0.0 || ^7.0.0"
"theoplayer": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
}
}
2 changes: 1 addition & 1 deletion comscore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"homepage": "https://github.com/THEOplayer/web-connectors/tree/main/comscore#readme",
"peerDependencies": {
"theoplayer": "^7.0.0"
"theoplayer": "^7.0.0 || ^8.0.0"
}
}
2 changes: 1 addition & 1 deletion conviva/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"peerDependencies": {
"@convivainc/conviva-js-coresdk": "^4.7.4",
"@theoplayer/yospace-connector-web": "^2.1.2",
"theoplayer": "^5.0.0 || ^6.0.0 || ^7.0.0"
"theoplayer": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
},
"peerDependenciesMeta": {
"@theoplayer/yospace-connector-web": {
Expand Down
2 changes: 1 addition & 1 deletion gemius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"package.json"
],
"peerDependencies": {
"theoplayer": "^7.0.0"
"theoplayer": "^7.0.0 || ^8.0.0"
}
}
2 changes: 1 addition & 1 deletion nielsen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"package.json"
],
"peerDependencies": {
"theoplayer": "^5.0.0 || ^6.0.0 || ^7.0.0"
"theoplayer": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
}
}
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.

2 changes: 1 addition & 1 deletion yospace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"package.json"
],
"peerDependencies": {
"theoplayer": "^5.0.0 || ^6.0.0 || ^7.0.0"
"theoplayer": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit e72ec6c

Please sign in to comment.