hls.js v1.5.15 -> v1.5.17
This commit is contained in:
parent
f2a6b8d1ea
commit
6da8eae6fe
|
@ -741,7 +741,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.15/hls.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.5.17/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.74.1/instantsearch.production.min.js
|
||||
|
|
|
@ -229,7 +229,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.15';
|
||||
if (type.startsWith('/hls.js/1.')) return '1.5.17';
|
||||
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.5.1';
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
<li>bootstrap-table v1.23.2 -> v1.23.5</li>
|
||||
<li>dexie v4.0.8 -> v4.0.9</li>
|
||||
<li>foundation v6.8.1 -> v6.9.0</li>
|
||||
<li>hls.js v1.5.15 -> v1.5.17</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue