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

pure v3.0.0 (#1189)

This commit is contained in:
nobody
2022-10-27 06:21:57 +02:00
parent b98fcba497
commit 40907a36fd
22 changed files with 147 additions and 0 deletions

View File

@@ -376,6 +376,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/pure/0.')) return '0.6.2';
if (type.startsWith('/pure/1.')) return '1.0.1';
if (type.startsWith('/pure/2.')) return '2.2.0';
if (type.startsWith('/pure/3.')) return '3.0.0';
if (type.startsWith('/rangeslider.js/2.')) return '2.3.3';
if (type.startsWith('/raven.js/3.')) return '3.27.2';
if (type.startsWith('/react/16.')) return '16.14.0';