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

baguettebox.js v1.11.1 -> v1.12.0

This commit is contained in:
nobody
2024-08-10 07:26:08 +02:00
parent 5bcf087e1a
commit 6bbaa4fbf1
6 changed files with 12 additions and 11 deletions

View File

@@ -136,7 +136,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/axios/1.')) return '1.7.3';
if (type.startsWith('/backbone.js/0.')) return '0.9.10';
if (type.startsWith('/backbone.js/1.')) return '1.6.0';
if (type.startsWith('/baguettebox.js/1.')) return '1.11.1';
if (type.startsWith('/baguettebox.js/1.')) return '1.12.0';
if (type.startsWith('/blazy/1.')) return '1.8.2';
if (type.startsWith('/bluebird/3.')) return '3.7.2';
if (type.startsWith('/bodymovin/4.')) return '4.13.0';