From 085bfc37884c0cce18a47c797131d65c0a01cb31 Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 4 Oct 2021 20:46:40 +0200 Subject: [PATCH] hls.js v1.0.10 -> v1.0.11 (#712) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/hls.js/1.0.10/hls.min.jsm | 2 -- resources/hls.js/1.0.11/hls.min.jsm | 2 ++ 5 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 resources/hls.js/1.0.10/hls.min.jsm create mode 100644 resources/hls.js/1.0.11/hls.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 6b9dd41b..39b6f987 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.10/hls.min.js +https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.0.11/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.30.2/instantsearch.production.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index e5c5514d..3a283bc8 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.10'; + return '1.0.11'; } 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 eedc8e85..f3128599 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -37,6 +37,7 @@
  • popper.js v2.10.1 -> v2.10.2 (#707)
  • axios v0.21.4 -> v0.22.0 (#710)
  • vue-i18n v9.1.7 -> v9.1.8 (#711)
  • +
  • hls.js v1.0.10 -> v1.0.11 (#712)
  • Improved