Skip to content

Commit

Permalink
release 4.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rastogi19 committed May 2, 2024
1 parent 43b25f7 commit ba5b5f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# Changelog

## 4.7.6 (2/MAY/2024)
* Fixes issue of tslint error while setting options in setPlayer api.

## 4.7.5 (15/APR/2024)
* Fixes application crash in non-browser environment

Expand Down
4 changes: 3 additions & 1 deletion conviva-core-sdk.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ export interface ConvivaPlayerInfo {
}

export interface ConvivaPlayerExtraListeners {
[ConvivaKeys.MEDIA_ELEMENT]: object;
[Constants.MEDIA_ELEMENT]?: object;
[Constants.CONVIVA_MODULE]?: object;
[Constants.CONVIVA_AD_MODULE]?: object;
}

export interface ConvivaAdBreakInfo {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@convivainc/conviva-js-coresdk",
"version": "4.7.5",
"version": "4.7.6",
"description": "Conviva js core-sdk",
"main": "conviva-core-sdk.js",
"repository": {
Expand All @@ -13,4 +13,4 @@
"url": "https://github.com/Conviva/conviva-js-coresdk/issues"
},
"homepage": "https://github.com/Conviva/conviva-js-coresdk#readme"
}
}

0 comments on commit ba5b5f9

Please sign in to comment.