Added libphonenumber-js v1.7.53

This commit is contained in:
nobody 2020-06-25 21:00:58 +02:00
parent 63dcad52ab
commit 19699a4d17
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 12 additions and 0 deletions

View File

@ -244,6 +244,7 @@ var mappings = {
'jquery-modal/{version}/jquery.modal.min.css': resources.jQueryModalCSS,
'js-cookie/{version}/js.cookie.min.js': resources.jscookie,
'lazysizes/{version}/lazysizes.min.js': resources.lazysizes,
'libphonenumber-js/{version}/libphonenumber-js.': resources.libphonenumber,
'lodash.js/{version}/lodash.': resources.lodashJS,
'mdbootstrap/{version}/js/mdb.': resources.mdbootstrapJS,
'mdbootstrap/{version}/css/mdb.': resources.mdbootstrapCSS,

View File

@ -378,6 +378,11 @@ var resources = {
'path': 'resources/lazysizes/{version}/lazysizes.min.jsm',
'type': 'application/javascript'
},
// libphonenumber-js
'libphonenumber': {
'path': 'resources/libphonenumber-js/{version}/libphonenumber-js.min.jsm',
'type': 'application/javascript'
},
// Lodash
'lodashJS': {
'path': 'resources/lodash.js/{version}/lodash.min.jsm',

View File

@ -419,6 +419,8 @@ helpers.setLastVersion = function (type, version) {
return '2.2.1';
} else if (type.includes('/lazysizes/4.')) {
return '4.1.8';
} else if (type.includes('/libphonenumber-js/1.')) {
return '1.7.53';
} else if (type.includes('/lodash.js/4.')) {
return '4.17.10';
} else if (type.includes('lozad')) {
@ -525,6 +527,7 @@ helpers.compareVersion = function (v1, v2) {
const ListOfFiles = {
'bootbox.min.jsm': 'BootboxJS',
'bootstrap3-typeahead.min.jsm': 'Bootstrap 3 Typeahead',
'libphonenumber-js.min.jsm': 'libphonenumber-js',
'showdown.min.jsm': 'Showdown',
'angular-ui-utils.min.jsm': 'Angular UI Utils',
'bootstrap-colorpicker-module.min.jsm': 'Angular Bootstrap Colorpicker (JS)',

View File

@ -38,6 +38,7 @@
<li>Added: ethjs v0.3.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/37">#37</a>)</li>
<li>Added: Locales for Bootstrap Datepicker v1.9.0 (reported by email)</li>
<li>Added: BootboxJS v4.4.0 (reported by email)</li>
<li>Added: libphonenumber-js v1.7.53 (reported by email)</li>
<li>Added: Bootstrap 3 Typeahead v4.0.2 (reported by email)</li>
</ul>
<div class="topic-label">

File diff suppressed because one or more lines are too long