@kkcompany/player 2.25.0-canary.11 → 2.25.0-canary.13
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 +9 -0
- package/dist/core.mjs +1 -1
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/dist/modules.mjs +2 -2
- package/dist/react.mjs +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
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.13](https://gitlab.kkinternal.com/playback/web-playcraft/compare/v2.25.0-canary.12...v2.25.0-canary.13) (2025-12-12)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* keep unknown audio tracks ([126efa3](https://gitlab.kkinternal.com/playback/web-playcraft/commit/126efa3e96f7983b95f17766ce5f638a30f0fa17))
|
|
11
|
+
|
|
12
|
+
## [2.25.0-canary.12](https://gitlab.kkinternal.com/playback/web-playcraft/compare/v2.25.0-canary.11...v2.25.0-canary.12) (2025-12-05)
|
|
13
|
+
|
|
5
14
|
## [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
15
|
|
|
7
16
|
## [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)
|
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.13";
|
|
5750
5750
|
} catch (e) {
|
|
5751
5751
|
return undefined;
|
|
5752
5752
|
}
|
|
@@ -5860,9 +5860,7 @@ const getAudioTracks = (_, _ref2) => {
|
|
|
5860
5860
|
|
|
5861
5861
|
return result;
|
|
5862
5862
|
}, {});
|
|
5863
|
-
|
|
5864
|
-
const namedTracks = allTracks.filter(track => !/^un/i.test(track.language || ''));
|
|
5865
|
-
return Object.values(namedTracks.length > 0 ? namedTracks : allTracks);
|
|
5863
|
+
return Object.values(all);
|
|
5866
5864
|
};
|
|
5867
5865
|
|
|
5868
5866
|
const getCurrentAudioTrack = (media, _ref3) => {
|
|
@@ -8657,6 +8655,8 @@ var PropTypes = propTypes.exports;var en = {
|
|
|
8657
8655
|
"KKS.AUDIO": "音声",
|
|
8658
8656
|
"KKS.SETTING.OFF": "オフ",
|
|
8659
8657
|
"KKS.SETTING.none": "オフ",
|
|
8658
|
+
"KKS.SETTING.ja": "日本語",
|
|
8659
|
+
"KKS.SETTING.en": "英語",
|
|
8660
8660
|
"KKS.SUBTITLES": "字幕",
|
|
8661
8661
|
"KKS.SETTING": "設定",
|
|
8662
8662
|
"KKS.SETTING.CONFLICT": "ご視聴する動画は、デフォルト画質設定に一致しません。",
|
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.13";
|
|
816
816
|
} catch (e) {
|
|
817
817
|
return undefined;
|
|
818
818
|
}
|
|
@@ -923,9 +923,7 @@ const getAudioTracks = (_, {
|
|
|
923
923
|
|
|
924
924
|
return result;
|
|
925
925
|
}, {});
|
|
926
|
-
|
|
927
|
-
const namedTracks = allTracks.filter(track => !/^un/i.test(track.language || ''));
|
|
928
|
-
return Object.values(namedTracks.length > 0 ? namedTracks : allTracks);
|
|
926
|
+
return Object.values(all);
|
|
929
927
|
};
|
|
930
928
|
|
|
931
929
|
const getCurrentAudioTrack = (media, {
|
|
@@ -2316,6 +2314,8 @@ var ja = {
|
|
|
2316
2314
|
"KKS.AUDIO": "音声",
|
|
2317
2315
|
"KKS.SETTING.OFF": "オフ",
|
|
2318
2316
|
"KKS.SETTING.none": "オフ",
|
|
2317
|
+
"KKS.SETTING.ja": "日本語",
|
|
2318
|
+
"KKS.SETTING.en": "英語",
|
|
2319
2319
|
"KKS.SUBTITLES": "字幕",
|
|
2320
2320
|
"KKS.SETTING": "設定",
|
|
2321
2321
|
"KKS.SETTING.CONFLICT": "ご視聴する動画は、デフォルト画質設定に一致しません。",
|
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.13";
|
|
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.13"
|
|
1417
1417
|
});
|
|
1418
1418
|
logTarget.all((type, data) => {
|
|
1419
1419
|
const payload = {
|
package/dist/react.mjs
CHANGED
|
@@ -1993,6 +1993,8 @@ var ja = {
|
|
|
1993
1993
|
"KKS.AUDIO": "音声",
|
|
1994
1994
|
"KKS.SETTING.OFF": "オフ",
|
|
1995
1995
|
"KKS.SETTING.none": "オフ",
|
|
1996
|
+
"KKS.SETTING.ja": "日本語",
|
|
1997
|
+
"KKS.SETTING.en": "英語",
|
|
1996
1998
|
"KKS.SUBTITLES": "字幕",
|
|
1997
1999
|
"KKS.SETTING": "設定",
|
|
1998
2000
|
"KKS.SETTING.CONFLICT": "ご視聴する動画は、デフォルト画質設定に一致しません。",
|
|
@@ -2418,7 +2420,7 @@ function convertToSeconds(timeString) {
|
|
|
2418
2420
|
function getVersion() {
|
|
2419
2421
|
try {
|
|
2420
2422
|
// eslint-disable-next-line no-undef
|
|
2421
|
-
return "2.25.0-canary.
|
|
2423
|
+
return "2.25.0-canary.13";
|
|
2422
2424
|
} catch (e) {
|
|
2423
2425
|
return undefined;
|
|
2424
2426
|
}
|
|
@@ -8214,9 +8216,7 @@ const getAudioTracks = (_, {
|
|
|
8214
8216
|
|
|
8215
8217
|
return result;
|
|
8216
8218
|
}, {});
|
|
8217
|
-
|
|
8218
|
-
const namedTracks = allTracks.filter(track => !/^un/i.test(track.language || ''));
|
|
8219
|
-
return Object.values(namedTracks.length > 0 ? namedTracks : allTracks);
|
|
8219
|
+
return Object.values(all);
|
|
8220
8220
|
};
|
|
8221
8221
|
|
|
8222
8222
|
const getCurrentAudioTrack = (media, {
|
|
@@ -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.13",
|
|
11113
11113
|
video: videoRef.current,
|
|
11114
11114
|
getPlaybackStatus: () => getMediaTime(videoRef.current, {
|
|
11115
11115
|
player: corePlayerRef.current,
|