@kkcompany/player 2.25.0-canary.15 → 2.25.0-canary.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -1
- package/dist/core.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/modules.mjs +2 -2
- package/dist/react.mjs +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
## [2.25.0-canary.
|
|
5
|
+
## [2.25.0-canary.16](https://gitlab.kkinternal.com/playback/web-playcraft/compare/v2.25.0-canary.9...v2.25.0-canary.16) (2025-12-15)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Features
|
|
9
9
|
|
|
10
|
+
* add export OverlayPanel ([f76f508](https://gitlab.kkinternal.com/playback/web-playcraft/commit/f76f50836a3a55ee23ee910c0f310a66a25f29e5))
|
|
10
11
|
* override track display name in language menu ([338f5cc](https://gitlab.kkinternal.com/playback/web-playcraft/commit/338f5cc232d488eb36a07cdc339402cb9bd5d886))
|
|
11
12
|
|
|
12
13
|
## [2.25.0-canary.9](https://gitlab.kkinternal.com/playback/web-playcraft/compare/v2.25.0-canary.8...v2.25.0-canary.9) (2025-12-04)
|
package/dist/core.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -5746,7 +5746,7 @@ $$4({ target: 'Array', proto: true, forced: FORCED }, {
|
|
|
5746
5746
|
function getVersion() {
|
|
5747
5747
|
try {
|
|
5748
5748
|
// eslint-disable-next-line no-undef
|
|
5749
|
-
return "2.25.0-canary.
|
|
5749
|
+
return "2.25.0-canary.16";
|
|
5750
5750
|
} catch (e) {
|
|
5751
5751
|
return undefined;
|
|
5752
5752
|
}
|
package/dist/index.mjs
CHANGED
package/dist/modules.mjs
CHANGED
|
@@ -991,7 +991,7 @@ const mapLogEvents$1 = ({
|
|
|
991
991
|
function getVersion() {
|
|
992
992
|
try {
|
|
993
993
|
// eslint-disable-next-line no-undef
|
|
994
|
-
return "2.25.0-canary.
|
|
994
|
+
return "2.25.0-canary.16";
|
|
995
995
|
} catch (e) {
|
|
996
996
|
return undefined;
|
|
997
997
|
}
|
|
@@ -1413,7 +1413,7 @@ const createAnalytics = ({
|
|
|
1413
1413
|
const logTarget = mapLogEvents({
|
|
1414
1414
|
video,
|
|
1415
1415
|
playerName: 'shaka',
|
|
1416
|
-
version: "2.25.0-canary.
|
|
1416
|
+
version: "2.25.0-canary.16"
|
|
1417
1417
|
});
|
|
1418
1418
|
logTarget.all((type, data) => {
|
|
1419
1419
|
const payload = {
|
package/dist/react.mjs
CHANGED
|
@@ -2420,7 +2420,7 @@ function convertToSeconds(timeString) {
|
|
|
2420
2420
|
function getVersion() {
|
|
2421
2421
|
try {
|
|
2422
2422
|
// eslint-disable-next-line no-undef
|
|
2423
|
-
return "2.25.0-canary.
|
|
2423
|
+
return "2.25.0-canary.16";
|
|
2424
2424
|
} catch (e) {
|
|
2425
2425
|
return undefined;
|
|
2426
2426
|
}
|
|
@@ -11123,7 +11123,7 @@ const PremiumPlusPlayer = ({
|
|
|
11123
11123
|
const restPlayerName = ['shaka', 'bitmovin'].find(name => name in rest);
|
|
11124
11124
|
logTarget.current = mapLogEvents({
|
|
11125
11125
|
playerName: restPlayerName || 'shaka',
|
|
11126
|
-
version: "2.25.0-canary.
|
|
11126
|
+
version: "2.25.0-canary.16",
|
|
11127
11127
|
video: videoRef.current,
|
|
11128
11128
|
getPlaybackStatus: () => getMediaTime(videoRef.current, {
|
|
11129
11129
|
player: corePlayerRef.current,
|
|
@@ -12323,4 +12323,4 @@ const CastSessionControl = props => {
|
|
|
12323
12323
|
});
|
|
12324
12324
|
};
|
|
12325
12325
|
|
|
12326
|
-
export { Addons, AutoplayPrompt, Backdrop, Button, CastButton$1 as CastButton, CastSender, CastSessionControl, ClassicSettingsContainer, CoverImage, DEBUG_OPTIONS, FunctionBarExtension, InfoBarExtension, LiveEnd, MenuItem, PremiumPlayer, PremiumPlusPlayer, RecommendationPanel, SkipButton, TitleBarExtension, Video$1 as Video, setupDebugOption, setupLicenseServerOverride };
|
|
12326
|
+
export { Addons, AutoplayPrompt, Backdrop, Button, CastButton$1 as CastButton, CastSender, CastSessionControl, ClassicSettingsContainer, CoverImage, DEBUG_OPTIONS, FunctionBarExtension, InfoBarExtension, LiveEnd, MenuItem, OverlayPanel, PremiumPlayer, PremiumPlusPlayer, RecommendationPanel, SkipButton, TitleBarExtension, Video$1 as Video, setupDebugOption, setupLicenseServerOverride };
|