Update: anchor-js v4.3.0 -> v4.3.1 (#381)

This commit is contained in:
nobody 2021-04-18 06:50:05 +02:00
parent db55df2335
commit 968f1f5f8c
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 15 additions and 12 deletions

View File

@ -3,8 +3,6 @@ https://ajax.cloudflare.com/cdn-cgi/scripts/7089c43e/cloudflare-static/rocket-lo
https://cdnjs.cloudflare.com/ajax/libs/ajax-bootstrap-select/1.4.5/js/ajax-bootstrap-select.min.js
https://cdnjs.cloudflare.com/ajax/libs/algoliasearch/3.35.1/algoliasearch.min.js
https://cdnjs.cloudflare.com/ajax/libs/algoliasearch/4.8.6/algoliasearch.umd.min.js
https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js
https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.3.0/anchor.min.js
https://cdnjs.cloudflare.com/ajax/libs/angucomplete-alt/3.0.0/angucomplete-alt.min.js
https://cdnjs.cloudflare.com/ajax/libs/angular-animate/1.8.2/angular-animate.min.js
https://cdnjs.cloudflare.com/ajax/libs/angular-aria/1.8.2/angular-aria.min.js
@ -1151,6 +1149,8 @@ https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js
https://cdnjs.cloudflare.com/ajax/libs/zumper-angular-payments/1.0.7/angular-payments.js
https://cdn.jsdelivr.net/combine/npm/jquery@2.2.4/dist/jquery.min.js,npm/hogan.js@3.0.2/dist/hogan-3.0.2.min.js,npm/algoliasearch@3.30.0/dist/algoliasearch.min.js,npm/autocomplete.js@0.31.0/dist/autocomplete.min.js
https://cdn.jsdelivr.net/g/algoliasearch@3(algoliasearchLite.min.js),algoliasearch.helper@2
https://cdn.jsdelivr.net/npm/anchor-js@3.2.2/anchor.min.js
https://cdn.jsdelivr.net/npm/anchor-js@4.3.1/anchor.min.js
https://cdn.jsdelivr.net/npm/angular-stripe-checkout@5.1.0/angular-stripe-checkout.min.js
https://cdn.jsdelivr.net/npm/chart.js@3.1.1/dist/chart.min.js
https://cdn.jsdelivr.net/npm/ethjs@0.3.4/dist/ethjs.min.js

View File

@ -571,6 +571,8 @@ function create_url() {
elif [ "$jfile" = "plyr.min.css" ]; then
url="$JSDELIVR/npm/plyr@$version/dist/plyr.css"
fi
elif [ "$folder" = "anchor-js" ]; then
url="$JSDELIVR/npm/anchor-js@$version/$subfile"
else
if [ "$subfile" = "$jfile" ]; then
url="$CLOUDFLARE/$folder/$version/$subfile"

View File

@ -76,7 +76,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.3.0';
return '4.3.1';
} else if (type.startsWith('/angular.js/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

@ -35,6 +35,7 @@
<li>Update: video.js v7.12.0 -> v7.12.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/378">#378</a>)</li>
<li>Update: plyr v3.6.4 -> v3.6.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/379">#379</a>)</li>
<li>Update: Chart.js v3.1.0 -> v3.1.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/380">#380</a>)</li>
<li>Update: anchor-js v4.3.0 -> v4.3.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/381">#381</a>)</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