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

Added: autocomplete-js v1.0.0 (#449)

This commit is contained in:
nobody
2021-05-06 07:03:49 +02:00
parent d473f130ea
commit 3d3d4dc5a8
3 changed files with 11 additions and 1 deletions

View File

@@ -149,8 +149,10 @@ targets.setLastVersion = function (type, version) {
return '4.1.1';
} else if (type.startsWith('/animejs/3.')) {
return '3.2.1';
} else if (type.startsWith('/autocomplete.js/')) {
} else if (type.startsWith('/autocomplete.js/0.')) {
return '0.38.0';
} else if (type.startsWith('/autocomplete.js/1.')) {
return '1.0.0';
} else if (type.startsWith('/angular-material/1.') || type.startsWith('/angular-material/0.')) {
return '1.2.2';
} else if (type.startsWith('/angular-translate/2.')) {