1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

video.js v7.20.2 -> v7.20.3 (#1133)

This commit is contained in:
nobody
2022-09-13 06:12:09 +02:00
parent e2bf2a5a87
commit 0e5f68e781
6 changed files with 30 additions and 28 deletions

View File

@ -455,7 +455,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/video.js/')) {
if (helpers.compareVersion('5.20.5', version)) return '5.20.5'; // <= 5.20.5
if (helpers.compareVersion('6.13.0', version)) return '6.13.0'; // > 5.20.5 to <= 6.13.0
return '7.20.2';
return '7.20.3';
}
if (type.startsWith('/vue/1.')) return '1.0.28';
if (type.startsWith('/vue/2.')) return '2.6.14';