hls.js v1.1.2 -> v1.1.3 (#845)

This commit is contained in:
nobody 2022-01-15 07:39:25 +01:00
parent 9e3d389382
commit 669027ccc0
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 5 additions and 4 deletions

View File

@ -1136,7 +1136,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.2.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.1.2/hls.min.js
https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.1.3/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.37.2/instantsearch.production.min.js

View File

@ -214,7 +214,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/history/4.')) return '4.10.1';
if (type.startsWith('/history/5.')) return '5.2.0';
if (type.startsWith('/hls.js/0.')) return '0.14.17';
if (type.startsWith('/hls.js/1.')) return '1.1.2';
if (type.startsWith('/hls.js/1.')) return '1.1.3';
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

@ -36,6 +36,7 @@
<li>d3 v7.2.1 -> v7.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/840">#840</a>)</li>
<li>algoliasearch v4.11.0 -> v4.12.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/841">#841</a>)</li>
<li>alpinejs v3.7.1 -> v3.8.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/844">#844</a>)</li>
<li>hls.js v1.1.2 -> v1.1.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/845">#845</a>)</li>
</ul>
<p>Mapping</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long