From 2f0b4d9a5f66d257213b094c7e0c8acac972d82d Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 29 Oct 2021 06:18:07 +0200 Subject: [PATCH] hls.js v1.0.11 -> v1.0.12 (#751) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/hls.js/{1.0.11 => 1.0.12}/hls.min.jsm | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) rename resources/hls.js/{1.0.11 => 1.0.12}/hls.min.jsm (99%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 4ab81b21..f3faa7b5 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1133,7 +1133,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.0.1/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.11/hls.min.js +https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.0.12/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.33.0/instantsearch.production.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 545da325..62d669cb 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -316,7 +316,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/hls.js/0.')) { return '0.14.17'; } else if (type.startsWith('/hls.js/1.')) { - return '1.0.11'; + return '1.0.12'; } else if (type.startsWith('/hogan.js/')) { return '3.0.2'; } else if (type.startsWith('/instantsearch.css/7.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 010423dd..fa6490e6 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -44,6 +44,7 @@
  • twitter-bootstrap v4.6.0 -> v4.6.1 (#748)
  • lightgallery v2.2.1 -> v2.3.0 (#749)
  • redux v4.1.1 -> v4.1.2 (#750)
  • +
  • hls.js v1.0.11 -> v1.0.12 (#751)
  • Improved