mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-02 20:37:04 +01:00
Updated: Socket.io v3.0.2 -> v3.0.3
This commit is contained in:
parent
a392f6b724
commit
15b5c0d9db
@ -374,7 +374,7 @@ targets.setLastVersion = function (type, version) {
|
||||
} else if (type.startsWith('/socket.io/2.')) {
|
||||
return '2.3.0';
|
||||
} else if (type.startsWith('/socket.io/3.')) {
|
||||
return '3.0.2';
|
||||
return '3.0.3';
|
||||
} else if (type.startsWith('/spin.js/2.')) {
|
||||
return '2.3.2';
|
||||
} else if (type.startsWith('/spin.js/3.')) {
|
||||
|
@ -30,6 +30,7 @@
|
||||
<li>Updated: Ember.js v3.12.3 -> v3.23.0</li>
|
||||
<li>Updated: instantsearch.js v4.8.5 -> v4.8.6</li>
|
||||
<li>Updated: Socket.io v3.0.1 -> v3.0.2</li>
|
||||
<li>Updated: Socket.io v3.0.1 -> v3.0.3</li>
|
||||
<li>Added: jQuery v1.11.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/178">#178</a>)</li>
|
||||
<li>Updated: vue-i18n v8.22.1 -> v8.22.2</li>
|
||||
</ul>
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Socket.IO v3.0.2
|
||||
* Socket.IO v3.0.3
|
||||
* (c) 2014-2020 Guillermo Rauch
|
||||
* Released under the MIT License.
|
||||
*/
|
Loading…
x
Reference in New Issue
Block a user