Updated: AnchorJS v4.2.2 -> v4.3.0

This commit is contained in:
nobody 2020-11-08 20:08:40 +01:00
parent 120ba454b9
commit dd2ff530e6
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 12 additions and 10 deletions

View File

@ -222,6 +222,7 @@ const Links = {
* See: https://codeberg.org/nobody/LocalCDN/issues/151
*/
const FrameworkAndBundle = {
'resources/anchor-js/4.2.2/': 'AnchorJS',
'resources/swiper/5.4.2/': 'Swiper',
'resources/select2/4.0.12/': 'Select2',
'resources/element-ui/2.13.2/': 'ElementUI',

View File

@ -56,7 +56,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/anchor-js/3.')) {
return '3.2.2';
} else if (type.startsWith('/anchor-js/4.')) {
return '4.2.2';
return '4.3.0';
} else if (type.startsWith('/angularjs/1.')) {
if (helpers.compareVersion('1.2.19', version)) return '1.2.19'; // <= v1.2.19
else if (helpers.compareVersion('1.2.32', version)) return '1.2.32'; // > 1.2.19 to <= v1.2.32

View File

@ -27,6 +27,7 @@
<ul>
<li>Updated: plyr v3.5.10 -> v3.6.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/165">#165</a>)</li>
<li>Added: algoliasearch v4.6.0</li>
<li>Updated: AnchorJS v4.2.2 -> v4.3.0</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long