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

Added: libsodium.js v0.5.4 (#158)

This commit is contained in:
nobody
2020-11-01 17:37:32 +01:00
parent 466b08da64
commit b0055f11a7
5 changed files with 42 additions and 0 deletions

View File

@ -499,6 +499,8 @@ helpers.setLastVersion = function (type, version) {
return '4.1.8';
} else if (type.includes('/libphonenumber-js/1.')) {
return '1.7.53';
} else if (type.includes('/libsodium.js/0.')) {
return '0.5.4';
} else if (type.includes('/lodash.js/4.')) {
return '4.17.10';
} else if (type.includes('/lodash.js/3.')) {
@ -649,6 +651,7 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'sodium.min.jsm': 'libsodium.js',
'polyfill.min.jsm': 'Babel Polyfill',
'video-js.min.css': 'Video.js (CSS)',
'video.min.jsm': 'Video.js (JS)',