1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2024-12-26 10:02:25 +01:00

hls.js v1.2.8 -> v1.2.9 (#1244)

This commit is contained in:
nobody 2022-12-09 05:53:26 +01:00
parent 958fda3ab6
commit d4beca1905
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 5 additions and 4 deletions

View File

@ -1159,7 +1159,7 @@ https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/zenburn.min.cs
https://cdnjs.cloudflare.com/ajax/libs/history/4.10.1/history.min.js
https://cdnjs.cloudflare.com/ajax/libs/history/5.3.0/history.production.min.js
https://cdnjs.cloudflare.com/ajax/libs/hls.js/0.14.17/hls.min.js
https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.2.8/hls.min.js
https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.2.9/hls.min.js
https://cdnjs.cloudflare.com/ajax/libs/hogan.js/3.0.2/hogan.min.js
https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/3.7.0/instantsearch.production.min.js
https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/4.49.1/instantsearch.production.min.js

View File

@ -239,7 +239,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/history/4.')) return '4.10.1';
if (type.startsWith('/history/5.')) return '5.3.0';
if (type.startsWith('/hls.js/0.')) return '0.14.17';
if (type.startsWith('/hls.js/1.')) return '1.2.8';
if (type.startsWith('/hls.js/1.')) return '1.2.9';
if (type.startsWith('/hogan.js/')) return '3.0.2';
if (type.startsWith('/instantsearch.css/7.')) return '7.4.5';
if (type.startsWith('/instantsearch.js/3.')) return '3.7.0';

View File

@ -33,6 +33,7 @@
<li>findify-bundle v7.1.75 -> v7.1.77 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1241">#1241</a>)</li>
<li>react-router v6.4.4 -> v6.4.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1242">#1242</a>)</li>
<li>dayjs v1.11.6 -> v1.11.7 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1243">#1243</a>)</li>
<li>hls.js v1.2.8 -> v1.2.9 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1244">#1244</a>)</li>
</ul>
<p>Fixed</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long