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

Added: leaflet.markercluster v1.5.0 (#438)

This commit is contained in:
nobody
2021-05-03 06:43:00 +02:00
parent 935a945f76
commit b207eb2748
5 changed files with 11 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.markercluster/1.')) {
return '1.5.0';
} else if (type.startsWith('/libphonenumber-js/1.')) {
return '1.9.16';
} else if (type.startsWith('/libsodium-wrappers/0.')) {
@@ -596,6 +598,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'leaflet.markercluster.jsm': 'leaflet.markercluster',
'embedly-player.min.jsm': 'embedly player',
'bs-datepicker.css': 'Datepicker (ngx-bootstrap)',
'sp.min.jsm': 'Snowplow',