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

Added: exif-js v2.3.0 (#590)

This commit is contained in:
nobody
2021-07-30 21:00:21 +02:00
parent 2ef4e41be6
commit 88ed6f3e1d
7 changed files with 22 additions and 0 deletions

View File

@@ -273,6 +273,8 @@ targets.setLastVersion = function (type, version) {
return '3.27.5';
} else if (type.startsWith('/ethjs')) {
return '0.4.0';
} else if (type.startsWith('/exif-js/2.')) {
return '2.3.0';
} else if (type.startsWith('/ext-core/3.')) {
return '3.1.0';
} else if (type.startsWith('/fastclick/1.')) {
@@ -660,6 +662,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'exif.min.jsm': 'Exif.js',
'bootstrap-icons.min.css': 'Bootstrap Icons',
'clappr.min.jsm': 'clappr',
'script.min.jsm': 'script.js',