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

anchor-js v5.0.0 (#1304)

This commit is contained in:
nobody
2023-01-20 19:12:01 +01:00
parent d61f4896b1
commit e0c4793fc6
4 changed files with 12 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/alpinejs/3.')) return '3.11.1';
if (type.startsWith('/anchor-js/3.')) return '3.2.2';
if (type.startsWith('/anchor-js/4.')) return '4.3.1';
if (type.startsWith('/anchor-js/5.')) return '5.0.0';
if (type.startsWith('/angular.js/1.')) {
if (helpers.compareVersion('1.0.8', version)) return '1.0.8'; // <= v1.0.8
if (helpers.compareVersion('1.2.19', version)) return '1.2.19'; // > v1.0.8 to <= v1.2.19