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

Added: Day.js v1.10.4 (#258)

This commit is contained in:
nobody
2021-01-31 06:33:28 +01:00
parent db3e820bc8
commit 71644ac77f
5 changed files with 11 additions and 0 deletions

View File

@@ -180,6 +180,8 @@ targets.setLastVersion = function (type, version) {
return '6.5.0';
} else if (type.startsWith('/d3-legend/2.')) {
return '2.25.6';
} else if (type.startsWith('/dayjs/1.')) {
return '1.10.4';
} else if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest') ) {
return '3.0.3';
} else if (type.startsWith('/docsearch.js/2.')) {
@@ -486,6 +488,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'dayjs.min.jsm': 'Day.js',
'jquery.validate.unobtrusive.min.jsm': 'jQuery Validate Unobtrusive',
'jquery.sliderPro.min.js': 'Slider Pro (JS)',
'knockout-latest.min.jsm': 'Knockout',