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

corejs-typeahead v1.3.3 -> v1.3.4

This commit is contained in:
nobody
2024-02-04 07:45:33 +01:00
parent 88be389f55
commit 1ee3575390
4 changed files with 6 additions and 5 deletions

View File

@@ -177,7 +177,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/clipboard.js/1.')) return '1.7.1';
if (type.startsWith('/clipboard.js/2.')) return '2.0.11';
if (type.startsWith('/cookieconsent2/3.')) return '3.1.1';
if (type.startsWith('/corejs-typeahead/1.')) return '1.3.3';
if (type.startsWith('/corejs-typeahead/1.')) return '1.3.4';
if (type.startsWith('/createjs/')) return '1.0.0';
if (type.startsWith('/d3/3.')) return '3.5.17';
if (type.startsWith('/d3/4.')) return '4.13.0';