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

Added: Babel-Polyfill v7.12.1 (#157)

This commit is contained in:
nobody
2020-11-01 09:15:37 +01:00
parent 85fed13a97
commit 466b08da64
5 changed files with 11 additions and 1 deletions

View File

@ -368,6 +368,8 @@ helpers.setLastVersion = function (type, version) {
return '2.7.2';
} else if (type.includes('/axios/0.')) {
return '0.20.0';
} else if (type.includes('/babel-polyfill/')) {
return '7.12.1';
} else if (type.includes('/backbone.js/0.')) {
return '0.9.10';
} else if (type.includes('/backbone.js/1.')) {
@ -647,6 +649,7 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'polyfill.min.jsm': 'Babel Polyfill',
'video-js.min.css': 'Video.js (CSS)',
'video.min.jsm': 'Video.js (JS)',
'cookieconsent.min.css': 'Cookie Consent (CSS)',