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

Added: embedly player v0.1.0 (#431)

This commit is contained in:
nobody
2021-05-01 06:23:14 +02:00
parent 94e3ec30f2
commit 741bcd3054
7 changed files with 20 additions and 1 deletions

View File

@@ -244,6 +244,8 @@ targets.setLastVersion = function (type, version) {
return '3.2.2';
} else if (type.startsWith('/element-ui/2.')) {
return '2.15.1';
} else if (type.startsWith('/embedly-player/0.')) {
return '0.1.0';
} else if (type.startsWith('/ember.js/1.')) {
return '1.13.13';
} else if (type.startsWith('/ember.js/2.')) {
@@ -588,6 +590,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'embedly-player.min.jsm': 'embedly player',
'bs-datepicker.css': 'Datepicker (ngx-bootstrap)',
'sp.min.jsm': 'Snowplow',
'appboy.min.jsm': 'Appboy/Braze Web SDK',