Added: bodymovin v4.13.0 and v5.7.8 (#452)

This commit is contained in:
nobody 2021-05-09 06:33:19 +02:00
parent 428b96d424
commit 985c7eafde
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
7 changed files with 41 additions and 0 deletions

View File

@ -137,6 +137,8 @@ mappings.cdn = {
'baguettebox.js/{version}/baguetteBox.min.css': resources.baguetteBoxCSS,
'blazy/{version}/blazy.min.js': resources.blazy,
'bluebird/{version}/bluebird.': resources.bluebird,
'bodymovin/{version}/bodymovin.js': resources.bodymovin,
'bodymovin/{version}/bodymovin.min.js': resources.bodymovin,
'bootbox.js/{version}/bootbox.': resources.bootbox,
'bootstrap-daterangepicker/{version}/daterangepicker.': resources.bootstrapDaterangepicker,
'bootstrap-datepicker/{version}/js/bootstrap-datepicker.': resources.bootstrapDatepickerBundle,

View File

@ -181,6 +181,10 @@ var resources = {
'bluebird': {
'path': 'resources/bluebird/{version}/bluebird.min.jsm'
},
// bodymovin
'bodymovin': {
'path': 'resources/bodymovin/{version}/bodymovin.min.jsm'
},
// BootboxJS
'bootbox': {
'path': 'resources/bootbox.js/{version}/bootbox.min.jsm'

View File

@ -175,6 +175,10 @@ targets.setLastVersion = function (type, version) {
return '1.8.2';
} else if (type.startsWith('/bluebird/3.')) {
return '3.7.2';
} else if (type.startsWith('/bodymovin/4.')) {
return '4.13.0';
} else if (type.startsWith('/bodymovin/5.')) {
return '5.7.8';
} else if (type.startsWith('/bootbox.js/4.')) {
return '4.4.0';
} else if (type.startsWith('/bootbox.js/5.')) {
@ -610,6 +614,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'bodymovin.min.jsm': 'bodymovin/lottie',
'jquery.bxslider.min.jsm': 'bxslider (JS)',
'jquery.bxslider.min.css': 'bxslider (CSS)',
'easy-button.min.jsm': 'Leaflet.EasyButton',

View File

@ -54,6 +54,7 @@
<li>Added: autocomplete-js v1.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/449">#449</a>)</li>
<li>Updated: instantsearch v4.21.0 -> v4.22.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/450">#450</a>)</li>
<li>Added: webrtc v8.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/451">#451</a>)</li>
<li>Added: bodymovin v4.13.0 and v5.7.8 (<a href="https://codeberg.org/nobody/LocalCDN/issues/452">#452</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,4 @@
In this directory the file was renamed.
Original: lottie.min.js
Now: bodymovin.min.jsm