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

Updated: hls.js v1.0.2 -> v1.0.5 (#483)

This commit is contained in:
nobody
2021-06-03 07:13:39 +02:00
parent a7af33a7b7
commit 83a045587f
6 changed files with 11 additions and 5 deletions

View File

@@ -845,8 +845,6 @@ https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/xt256.min.css
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/zenburn.min.css https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/zenburn.min.css
https://cdnjs.cloudflare.com/ajax/libs/history/4.10.1/history.min.js https://cdnjs.cloudflare.com/ajax/libs/history/4.10.1/history.min.js
https://cdnjs.cloudflare.com/ajax/libs/history/5.0.0/history.production.min.js https://cdnjs.cloudflare.com/ajax/libs/history/5.0.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.0.2/hls.min.js
https://cdnjs.cloudflare.com/ajax/libs/hogan.js/3.0.2/hogan.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/3.7.0/instantsearch.production.min.js
https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/4.21.0/instantsearch.production.min.js https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/4.21.0/instantsearch.production.min.js
@@ -1277,6 +1275,8 @@ https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.16/dist/recommendation.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.16/dist/search.js https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.16/dist/search.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.16/dist/sentry.js https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.16/dist/sentry.js
https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.16/dist/styles.css https://cdn.jsdelivr.net/npm/@findify/bundle@7.0.16/dist/styles.css
https://cdn.jsdelivr.net/npm/hls.js@0.14.17/dist/hls.min.js
https://cdn.jsdelivr.net/npm/hls.js@1.0.5/dist/hls.min.js
https://cdn.jsdelivr.net/npm/leaflet.featuregroup.subgroup@1.0.2/dist/leaflet.featuregroup.subgroup.js https://cdn.jsdelivr.net/npm/leaflet.featuregroup.subgroup@1.0.2/dist/leaflet.featuregroup.subgroup.js
https://cdn.jsdelivr.net/npm/ngx-bootstrap@6.2.0/datepicker/bs-datepicker.css https://cdn.jsdelivr.net/npm/ngx-bootstrap@6.2.0/datepicker/bs-datepicker.css
https://cdn.jsdelivr.net/npm/object-assign@4.1.1/index.js https://cdn.jsdelivr.net/npm/object-assign@4.1.1/index.js

View File

@@ -662,6 +662,11 @@ function create_url() {
url="$CLOUDFLARE/$url" url="$CLOUDFLARE/$url"
elif [ "$folder" = "vanilla-lazyload" ]; then elif [ "$folder" = "vanilla-lazyload" ]; then
url="$JSDELIVR/npm/$folder@$version/dist/lazyload.min.js" url="$JSDELIVR/npm/$folder@$version/dist/lazyload.min.js"
# --------------------------------------------------------------------------
# TODO: REMOVE WHEN CDNJS.COM AUTO UPDATE BOT IS FULLY FUNCTIONAL AGAIN
elif [ "$folder" = "hls.js" ]; then
url="$JSDELIVR/npm/$folder@$version/dist/$jfile"
# --------------------------------------------------------------------------
else else
if [ "$subfile" = "$jfile" ]; then if [ "$subfile" = "$jfile" ]; then
url="$CLOUDFLARE/$folder/$version/$subfile" url="$CLOUDFLARE/$folder/$version/$subfile"

View File

@@ -301,7 +301,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/history/5.')) { } else if (type.startsWith('/history/5.')) {
return '5.0.0'; return '5.0.0';
} else if (type.startsWith('/hls.js/1.')) { } else if (type.startsWith('/hls.js/1.')) {
return '1.0.2'; return '1.0.5';
} else if (type.startsWith('/hls.js/0.')) { } else if (type.startsWith('/hls.js/0.')) {
return '0.14.17'; return '0.14.17';
} else if (type.startsWith('/hogan.js/')) { } else if (type.startsWith('/hogan.js/')) {

View File

@@ -39,6 +39,7 @@
<li>Added: videojs-seek-buttons v2.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/481">#481</a>)</li> <li>Added: videojs-seek-buttons v2.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/481">#481</a>)</li>
<li>Updated: bodymovin v5.7.8 -> v5.7.9 (<a href="https://codeberg.org/nobody/LocalCDN/issues/482">#482</a>)</li> <li>Updated: bodymovin v5.7.8 -> v5.7.9 (<a href="https://codeberg.org/nobody/LocalCDN/issues/482">#482</a>)</li>
<li>Mapping: jquery.validation -> cdn.jsdelivr.net</li> <li>Mapping: jquery.validation -> cdn.jsdelivr.net</li>
<li>Updated: hls.js v1.0.2 -> v1.0.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/483">#483</a>)</li>
</ul> </ul>
<div id="generator-section"> <div id="generator-section">
<div class="topic-label"> <div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long