Skip to content

Commit

Permalink
Bump player-analytics version
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-lando committed Nov 22, 2021
1 parent eefbbb1 commit 0e57e44
Show file tree
Hide file tree
Showing 6 changed files with 7,268 additions and 11,752 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All changes to this project will be documented in this file.

## [1.0.5] - 2021-11-22
- Bump player-analytics version

## [1.0.4] - 2021-06-30
- Add dist/*

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Include the module in your HTML file like so:
var videoSrc = 'https://cdn.api.video/vod/vi5oDagRVJBSKHxSiPux5rYD/hls/manifest.m3u8';
if (Hls.isSupported()) {
var hls = new Hls();
new VideoElementApiVideoAnalytics(hls);
new HlsJsApiVideoAnalytics(hls);
hls.loadSource(videoSrc);
hls.attachMedia(video);
}
Expand Down Expand Up @@ -85,7 +85,7 @@ Available options (`HlsJsApiVideoAnalyticsOptions`):
```javascript
var hls = new Hls();

new VideoElementApiVideoAnalytics(hls, {
new HlsJsApiVideoAnalytics(hls, {
sequence: {
start: 10,
end: 50
Expand Down
9 changes: 2 additions & 7 deletions dist/index.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions dist/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
Loading

0 comments on commit 0e57e44

Please sign in to comment.