From 75f6ccfe3a33ef52fd47aa9821c58af6b4109f36 Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 17 Jan 2023 06:16:18 +0100 Subject: [PATCH] hls.js v1.3.0 -> v1.3.1 (#1293) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 2 +- resources/hls.js/{1.3.0 => 1.3.1}/hls.min.jsm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename resources/hls.js/{1.3.0 => 1.3.1}/hls.min.jsm (99%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index dda84e41..eea14891 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1159,7 +1159,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.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.3.0/hls.min.js +https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.3.1/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.49.4/instantsearch.production.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 569a3c4b..3ec6fe63 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -230,7 +230,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.3.0'; + if (type.startsWith('/hls.js/1.')) return '1.3.1'; 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.0.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index b097f9a2..78e4217b 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -35,7 +35,7 @@
  • instantsearch.js v4.49.3 -> v4.49.4 (#1290)
  • d3 v7.8.0 -> v7.8.1 (#1291)
  • lightgallery v2.7.0 -> v2.7.1 (#1292)
  • -
  • hls.js v1.2.9 -> v1.3.0 (#1293)
  • +
  • hls.js v1.2.9 -> v1.3.1 (#1293)
  • Added