1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added: leaflet.featuregroup.subgroup v1.0.2 (#440)

This commit is contained in:
nobody
2021-05-03 07:12:54 +02:00
parent 58fc32f2e6
commit a23d2f981a
5 changed files with 15 additions and 0 deletions

View File

@ -391,6 +391,8 @@ targets.setLastVersion = function (type, version) {
return '0.7.7';
} else if (type.startsWith('/leaflet/1.')) {
return '1.7.1';
} else if (type.startsWith('/leaflet.featuregroup.subgroup/1.')) {
return '1.0.2';
} else if (type.startsWith('/leaflet.markercluster/1.')) {
return '1.5.0';
} else if (type.startsWith('/libphonenumber-js/1.')) {
@ -598,6 +600,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'leaflet.featuregroup.subgroup.jsm': 'Leaflet.FeatureGroup.SubGroup',
'leaflet.markercluster.jsm': 'leaflet.markercluster',
'embedly-player.min.jsm': 'embedly player',
'bs-datepicker.css': 'Datepicker (ngx-bootstrap)',