Updated: libphonenumber-js v1.9.19 -> v1.9.20 (#530)

This commit is contained in:
nobody 2021-06-21 06:14:59 +02:00
parent 4ab66e2512
commit 58570d0f31
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 5 additions and 4 deletions

View File

@ -1191,7 +1191,7 @@ https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.css
https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.js
https://cdnjs.cloudflare.com/ajax/libs/Leaflet.EasyButton/2.4.0/easy-button.min.js
https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.5.0/leaflet.markercluster.js
https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.9.19/libphonenumber-js.min.js
https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.9.20/libphonenumber-js.min.js
https://cdnjs.cloudflare.com/ajax/libs/libsodium-wrappers/0.5.4/sodium.min.js
https://cdnjs.cloudflare.com/ajax/libs/lightcase/2.5.0/css/lightcase.min.css
https://cdnjs.cloudflare.com/ajax/libs/lightcase/2.5.0/fonts/lightcase.woff

View File

@ -409,7 +409,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/leaflet.markercluster/1.')) {
return '1.5.0';
} else if (type.startsWith('/libphonenumber-js/1.')) {
return '1.9.19';
return '1.9.20';
} else if (type.startsWith('/libsodium-wrappers/0.')) {
return '0.5.4';
} else if (type.startsWith('/lightcase/2.')) {

View File

@ -26,6 +26,7 @@
</div>
<ul>
<li>Updated: alpinejs v3.0.7 -> v3.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/529">#529</a>)</li>
<li>Updated: libphonenumber-js v1.9.19 -> v1.9.20 (<a href="https://codeberg.org/nobody/LocalCDN/issues/530">#530</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