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

underscore.js v1.13.6 -> v1.13.7

This commit is contained in:
nobody
2024-08-10 07:40:56 +02:00
parent 4819849b15
commit 9672825ae3
5 changed files with 9 additions and 8 deletions

View File

@@ -475,7 +475,7 @@ targets.setLastVersion = function (type, version) {
}
if (type.startsWith('/twix.js/0.')) return '0.3.0';
if (type.startsWith('/twix.js/1.')) return '1.3.0';
if (type.startsWith('/underscore.js/1.')) return '1.13.6';
if (type.startsWith('/underscore.js/1.')) return '1.13.7';
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 '19.1.3';