hls.js v1.4.7 -> v1.4.8 (#1469)

This commit is contained in:
nobody 2023-07-08 07:25:52 +02:00
parent 9d67cfd885
commit 8f58bc9424
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 5 additions and 5 deletions

View File

@ -1160,7 +1160,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.4.7/hls.min.js
https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.4.8/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.56.3/instantsearch.production.min.js

View File

@ -232,7 +232,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.4.7';
if (type.startsWith('/hls.js/1.')) return '1.4.8';
if (type.startsWith('/hogan.js/')) return '3.0.2';
if (type.startsWith('/instantsearch.css/7.')) return '7.4.5';
if (type.startsWith('/instantsearch.css/8.')) return '8.0.0';

View File

@ -29,7 +29,7 @@
<ul>
<li>gsap v3.12.1 -> v3.12.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1467">#1467</a>)</li>
<li>socket.io v4.7.0 -> v4.7.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1468">#1468</a>)</li>
<li>hls.js v1.4.6 -> v1.4.7 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1469">#1469</a>)</li>
<li>hls.js v1.4.6 -> v1.4.8 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1469">#1469</a>)</li>
<li>libphonenumber-js v1.10.36 -> v1.10.37 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1470">#1470</a>)</li>
</ul>
<p>Added</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long