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

js-cookie v3.0.1 -> v3.0.5 (#1405)

This commit is contained in:
nobody
2023-04-27 06:32:25 +02:00
parent bcdad12bca
commit 24ff16393a
5 changed files with 5 additions and 4 deletions

View File

@@ -296,7 +296,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/jasny-bootstrap/3.')) return '3.1.3';
if (type.startsWith('/jasny-bootstrap/4.')) return '4.0.0';
if (type.startsWith('/js-cookie/2.')) return '2.2.1';
if (type.startsWith('/js-cookie/3.')) return '3.0.1';
if (type.startsWith('/js-cookie/3.')) return '3.0.5';
if (type.startsWith('/knockout/3.')) {
if (helpers.compareVersion('3.4.2', version)) return '3.4.2'; // <= v3.4.2
return '3.5.1';