libphonenumber-js v1.9.22 -> v1.9.23 (#595)

This commit is contained in:
nobody 2021-08-02 06:43:10 +02:00
parent e19f32c654
commit cc67b66e5f
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 5 additions and 4 deletions

View File

@ -1201,7 +1201,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.22/libphonenumber-js.min.js
https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.9.23/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

@ -422,7 +422,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.22';
return '1.9.23';
} else if (type.startsWith('/libsodium-wrappers/0.')) {
return '0.5.4';
} else if (type.startsWith('/lightcase/2.')) {

View File

@ -35,6 +35,7 @@
<li>bootstrap-multiselect v1.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/592">#592</a>)</li>
<li>Google Material Icons v92 -> v94 (<a href="https://codeberg.org/nobody/LocalCDN/issues/593">#593</a>)</li>
<li>highlight.js v11.1.0 -> v11.2.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/594">#594</a>)</li>
<li>libphonenumber-js v1.9.22 -> v1.9.23 (<a href="https://codeberg.org/nobody/LocalCDN/issues/595">#595</a>)</li>
</ul>
<p>Mapping</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long