@kkcompany/player 2.25.0-canary.10 → 2.25.0-canary.11
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 -0
- package/dist/core.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/modules.mjs +2 -2
- package/dist/react.mjs +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
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.11](https://gitlab.kkinternal.com/playback/web-playcraft/compare/v2.25.0-canary.10...v2.25.0-canary.11) (2025-12-05)
|
|
6
|
+
|
|
5
7
|
## [2.25.0-canary.10](https://gitlab.kkinternal.com/playback/web-playcraft/compare/v2.25.0-canary.9...v2.25.0-canary.10) (2025-12-05)
|
|
6
8
|
|
|
7
9
|
## [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.11";
|
|
5750
5750
|
} catch (e) {
|
|
5751
5751
|
return undefined;
|
|
5752
5752
|
}
|
|
@@ -6041,7 +6041,7 @@ const getSettingsData = _ref8 => {
|
|
|
6041
6041
|
};
|
|
6042
6042
|
};
|
|
6043
6043
|
|
|
6044
|
-
const matchTracks = (tracks, sorted) => (sorted === null || sorted === void 0 ? void 0 : sorted.map(track => tracks.find(t => t.language === track.language
|
|
6044
|
+
const matchTracks = (tracks, sorted) => (sorted === null || sorted === void 0 ? void 0 : sorted.map(track => tracks.find(t => t.language === track.language)).filter(Boolean)) || tracks;
|
|
6045
6045
|
|
|
6046
6046
|
const getLanguageOptions = (player, sorted) => {
|
|
6047
6047
|
const audioTracks = player ? getAudioTracks({}, {
|
package/dist/index.mjs
CHANGED
|
@@ -812,7 +812,7 @@ function convertToSeconds(timeString) {
|
|
|
812
812
|
function getVersion() {
|
|
813
813
|
try {
|
|
814
814
|
// eslint-disable-next-line no-undef
|
|
815
|
-
return "2.25.0-canary.
|
|
815
|
+
return "2.25.0-canary.11";
|
|
816
816
|
} catch (e) {
|
|
817
817
|
return undefined;
|
|
818
818
|
}
|
|
@@ -1095,7 +1095,7 @@ const getSettingsData = ({
|
|
|
1095
1095
|
};
|
|
1096
1096
|
};
|
|
1097
1097
|
|
|
1098
|
-
const matchTracks = (tracks, sorted) => (sorted === null || sorted === void 0 ? void 0 : sorted.map(track => tracks.find(t => t.language === track.language
|
|
1098
|
+
const matchTracks = (tracks, sorted) => (sorted === null || sorted === void 0 ? void 0 : sorted.map(track => tracks.find(t => t.language === track.language)).filter(Boolean)) || tracks;
|
|
1099
1099
|
|
|
1100
1100
|
const getLanguageOptions = (player, sorted) => {
|
|
1101
1101
|
const audioTracks = player ? getAudioTracks({}, {
|
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.11";
|
|
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.11"
|
|
1417
1417
|
});
|
|
1418
1418
|
logTarget.all((type, data) => {
|
|
1419
1419
|
const payload = {
|
package/dist/react.mjs
CHANGED
|
@@ -2418,7 +2418,7 @@ function convertToSeconds(timeString) {
|
|
|
2418
2418
|
function getVersion() {
|
|
2419
2419
|
try {
|
|
2420
2420
|
// eslint-disable-next-line no-undef
|
|
2421
|
-
return "2.25.0-canary.
|
|
2421
|
+
return "2.25.0-canary.11";
|
|
2422
2422
|
} catch (e) {
|
|
2423
2423
|
return undefined;
|
|
2424
2424
|
}
|
|
@@ -8386,7 +8386,7 @@ const getSettingsData = ({
|
|
|
8386
8386
|
};
|
|
8387
8387
|
};
|
|
8388
8388
|
|
|
8389
|
-
const matchTracks = (tracks, sorted) => (sorted === null || sorted === void 0 ? void 0 : sorted.map(track => tracks.find(t => t.language === track.language
|
|
8389
|
+
const matchTracks = (tracks, sorted) => (sorted === null || sorted === void 0 ? void 0 : sorted.map(track => tracks.find(t => t.language === track.language)).filter(Boolean)) || tracks;
|
|
8390
8390
|
|
|
8391
8391
|
const getLanguageOptions = (player, sorted) => {
|
|
8392
8392
|
const audioTracks = player ? getAudioTracks({}, {
|
|
@@ -11109,7 +11109,7 @@ const PremiumPlusPlayer = ({
|
|
|
11109
11109
|
const restPlayerName = ['shaka', 'bitmovin'].find(name => name in rest);
|
|
11110
11110
|
logTarget.current = mapLogEvents({
|
|
11111
11111
|
playerName: restPlayerName || 'shaka',
|
|
11112
|
-
version: "2.25.0-canary.
|
|
11112
|
+
version: "2.25.0-canary.11",
|
|
11113
11113
|
video: videoRef.current,
|
|
11114
11114
|
getPlaybackStatus: () => getMediaTime(videoRef.current, {
|
|
11115
11115
|
player: corePlayerRef.current,
|