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

socket.io v4.5.1 -> v4.5.2 (#1124)

This commit is contained in:
nobody
2022-09-04 07:42:57 +02:00
parent 95de8b0ac6
commit 2a596d5dfd
5 changed files with 10 additions and 9 deletions

View File

@@ -411,7 +411,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/snowplow/2.')) return '2.18.2';
if (type.startsWith('/socket.io/2.')) return '2.4.0';
if (type.startsWith('/socket.io/3.')) return '3.1.3';
if (type.startsWith('/socket.io/4.')) return '4.5.1';
if (type.startsWith('/socket.io/4.')) return '4.5.2';
if (type.startsWith('/spin.js/2.')) return '2.3.2';
if (type.startsWith('/spin.js/3.')) return '3.1.0';
if (type.startsWith('/spin.js/4.')) return '4.1.1';