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

hls.js v1.5.13 -> v1.5.14

This commit is contained in:
nobody
2024-08-10 07:29:29 +02:00
parent 4b914b23ce
commit 0e87ddf0f0
4 changed files with 4 additions and 3 deletions

View File

@@ -736,7 +736,7 @@ https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/styles/xt256.min.css
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.5.13/hls.min.js
https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.5.14/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.73.1/instantsearch.production.min.js

View File

@@ -227,7 +227,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.5.13';
if (type.startsWith('/hls.js/1.')) return '1.5.14';
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.3.0';

View File

@@ -35,6 +35,7 @@
<li>bulma v1.0.1 -> v1.0.2</li>
<li>dayjs v1.11.11 -> v1.11.12</li>
<li>font-awesome v6.5.2 -> v6.6.0</li>
<li>hls.js v1.5.13 -> v1.5.14</li>
</ul>
<p>Added</p>
<ul>

File diff suppressed because one or more lines are too long