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

angular-route v1.2.32 (#688)

This commit is contained in:
nobody
2021-09-20 06:52:34 +02:00
parent b36b88f1af
commit bb2584b607
5 changed files with 20 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/angular-resource/1.')) {
return '1.8.2';
} else if (type.startsWith('/angular-route/1.')) {
if (helpers.compareVersion('1.2.32', version)) return '1.2.32'; // <= v1.2.32
return '1.8.2';
} else if (type.startsWith('/angular-sanitize/1.')) {
if (helpers.compareVersion('1.6.10', version)) return '1.6.10';