Skip to content

Commit

Permalink
Merge pull request #120 from bitmovin/feature/untracked/update-player…
Browse files Browse the repository at this point in the history
…-version

Update player version
  • Loading branch information
HalfbyteHeroes authored Dec 11, 2024
2 parents 61bd185 + 255991e commit 4e28d91
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Changed
- Update `bitmovin-player` dependency to `^8.193.0`
- This is the most recent player version that added the `PlayerEvent.RestoringContent` event

## [6.0.0] - 2024-12-05
### Changed
Expand Down
3 changes: 1 addition & 2 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}
</style>
<script src="//cdn.bitmovin.com/player/web/8.158.1/bitmovinplayer.js"></script>
<script src="//cdn.bitmovin.com/player/web/8/bitmovinplayer.js"></script>
<script src="./conviva-core-sdk.js"></script>
<script src="./dist/bitmovin-player-analytics-conviva.js"></script>
</head>
Expand Down Expand Up @@ -233,7 +233,6 @@
level: 'debug',
},
events: {},
advertising: {},
remotecontrol: {
receiverApplicationId: 'FE832A8F', // Replace with your application id
type: 'googlecast',
Expand Down
18 changes: 9 additions & 9 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
Expand Up @@ -30,8 +30,8 @@
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.0.1",
"bitmovin-player": "~8.158.1",
"bitmovin-player-ui": "^3.55.0",
"bitmovin-player": "^8.193.0",
"bitmovin-player-ui": "^3.75.0",
"changelog-parser": "^3.0.1",
"create-file-webpack": "^1.0.2",
"husky": "^8.0.3",
Expand All @@ -53,6 +53,6 @@
},
"peerDependencies": {
"@convivainc/conviva-js-coresdk": "^4.7.6",
"bitmovin-player": "~8.158.1"
"bitmovin-player": "^8.193.0"
}
}
2 changes: 1 addition & 1 deletion spec/helper/PlayerEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ export enum PlayerEvent {
* Is succeeded by a {@link AdBreakFinished} event once the main content has been restored.
*
* @event
* @since v8.158.1
* @since v8.193.0
*/
RestoringContent = 'restoringcontent',
/**
Expand Down

0 comments on commit 4e28d91

Please sign in to comment.