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

CreateJS v1.0.0 (#943)

This commit is contained in:
nobody
2022-04-18 06:32:17 +02:00
parent 231b337017
commit 05fa82e481
7 changed files with 39 additions and 0 deletions

View File

@ -165,6 +165,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/clipboard.js/2.')) return '2.0.10';
if (type.startsWith('/cookieconsent2/3.')) return '3.1.1';
if (type.startsWith('/corejs-typeahead/1.')) return '1.3.1';
if (type.startsWith('/createjs/')) return '1.0.0';
if (type.startsWith('/d3/3.')) return '3.5.17';
if (type.startsWith('/d3/4.')) return '4.13.0';
if (type.startsWith('/d3/5.')) return '5.16.0';
@ -440,6 +441,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'createjs.min.jsm': 'CreateJS',
'vue-match-media.min.jsm': 'vue-match-media',
'typeahead.bundle.min.jsm': 'corejs-typeahead',
'lightbox.min.jsm': 'Lightbox2',