libphonenumber-js v1.9.51 -> v1.9.52 (#961)
This commit is contained in:
parent
94050719b5
commit
391d716c42
|
@ -1240,7 +1240,7 @@ https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.8.0/leaflet.css
|
|||
https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.8.0/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.3/leaflet.markercluster.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.9.51/libphonenumber-js.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.9.52/libphonenumber-js.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/libsodium-wrappers/0.5.4/sodium.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/js/lightbox.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/lightcase/2.5.0/css/lightcase.min.css
|
||||
|
|
|
@ -284,7 +284,7 @@ targets.setLastVersion = function (type, version) {
|
|||
if (type.startsWith('/Leaflet.EasyButton/2.')) return '2.4.0';
|
||||
if (type.startsWith('/leaflet.featuregroup.subgroup/1.')) return '1.0.2';
|
||||
if (type.startsWith('/leaflet.markercluster/1.')) return '1.5.3';
|
||||
if (type.startsWith('/libphonenumber-js/1.')) return '1.9.51';
|
||||
if (type.startsWith('/libphonenumber-js/1.')) return '1.9.52';
|
||||
if (type.startsWith('/libsodium-wrappers/0.')) return '0.5.4';
|
||||
if (type.startsWith('/lightbox2/2.')) return '2.11.3';
|
||||
if (type.startsWith('/lightcase/2.')) return '2.5.0';
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<li>findify-bundle v7.1.36 -> v7.1.37 (<a href="https://codeberg.org/nobody/LocalCDN/issues/958">#958</a>)</li>
|
||||
<li>Google Material Icons v126 -> v127 (<a href="https://codeberg.org/nobody/LocalCDN/issues/959">#959</a>)</li>
|
||||
<li>gsap v3.10.3 -> v3.10.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/960">#960</a>)</li>
|
||||
<li>libphonenumber-js v1.9.51 -> v1.9.52 (<a href="https://codeberg.org/nobody/LocalCDN/issues/961">#961</a>)</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue