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

vanilla-lazyload v17.8.3 -> v17.8.4 (#1487)

This commit is contained in:
nobody
2023-07-16 08:16:49 +02:00
parent 64dedf48b1
commit a9926ed1e7
4 changed files with 3 additions and 2 deletions

View File

@@ -471,7 +471,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/underscore.js/1.')) return '1.13.6';
if (type.startsWith('/URI.js/1.')) return '1.19.11';
if (type.startsWith('/urlive/1.')) return '1.1.1';
if (type.startsWith('/vanilla-lazyload')) return '17.8.3';
if (type.startsWith('/vanilla-lazyload')) return '17.8.4';
if (type.startsWith('/vex-js/3.')) return '3.1.1';
if (type.startsWith('/vex-js/4.')) return '4.1.0';
if (type.startsWith('/videojs-seek-buttons/1.')) return '1.6.0';