@mux/mux-player
Advanced tools
Comparing version 2.9.0 to 2.9.1-canary.0-2722b6e
@@ -351,4 +351,6 @@ /// <reference types="mux-embed/dist/types/mux-embed" /> | ||
readonly textTracks: TextTrackList | undefined; | ||
castReceiver: string | undefined; | ||
castCustomData: Record<string, any> | undefined; | ||
} | ||
export declare function getVideoAttribute(el: MuxPlayerElement, name: string): string | null; | ||
export default MuxPlayerElement; |
@@ -397,4 +397,8 @@ /// <reference types="mux-embed/dist/types/mux-embed" /> | ||
get textTracks(): TextTrackList | undefined; | ||
get castReceiver(): string | undefined; | ||
set castReceiver(val: string | undefined); | ||
get castCustomData(): Record<string, any> | undefined; | ||
set castCustomData(val: Record<string, any> | undefined); | ||
} | ||
export declare function getVideoAttribute(el: MuxPlayerElement, name: string): string | null; | ||
export default MuxPlayerElement; |
{ | ||
"name": "@mux/mux-player", | ||
"version": "2.9.0", | ||
"version": "2.9.1-canary.0-2722b6e", | ||
"description": "An open source Mux player web component that Just Works™", | ||
@@ -97,4 +97,4 @@ "homepage": "https://mux.com/player", | ||
"dependencies": { | ||
"@mux/mux-video": "0.20.1", | ||
"@mux/playback-core": "0.25.1", | ||
"@mux/mux-video": "0.20.2-canary.0-2722b6e", | ||
"@mux/playback-core": "0.25.2-canary.0-2722b6e", | ||
"media-chrome": "~3.2.5" | ||
@@ -119,4 +119,3 @@ }, | ||
"typescript": "^4.9.4" | ||
}, | ||
"gitHead": "31bf5057d37d4e57b630012fc09d52daedb2973a" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3284212
53
37567
2
+ Added@mux/mux-video@0.20.2-canary.0-2722b6e(transitive)
+ Added@mux/playback-core@0.25.2-canary.0-2722b6e(transitive)
+ Addedcastable-video@1.1.4(transitive)
+ Addedcustom-media-element@1.4.2(transitive)
- Removed@mux/mux-video@0.20.1(transitive)
- Removed@mux/playback-core@0.25.1(transitive)
- Removedcastable-video@1.0.10(transitive)