Skip to content

Commit

Permalink
Use stable player patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfbyteHeroes committed Dec 5, 2024
1 parent 18710ca commit c4b6c8a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 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.192.1-beta.0/bitmovinplayer.js"></script>
<script src="//cdn.bitmovin.com/player/web/8.158.1/bitmovinplayer.js"></script>
<script src="./conviva-core-sdk.js"></script>
<script src="./dist/bitmovin-player-analytics-conviva.js"></script>
</head>
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.192.1-beta.0",
"bitmovin-player-ui": "^3.75.0",
"bitmovin-player": "~8.158.1",
"bitmovin-player-ui": "^3.55.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.165.0"
"bitmovin-player": "~8.158.1"
}
}

0 comments on commit c4b6c8a

Please sign in to comment.