webrtc-adapter v8.2.3 -> v9.0.1

This commit is contained in:
nobody 2024-04-12 21:37:30 +02:00
parent 8cddef7544
commit e2bd8ce3fa
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 5 additions and 3 deletions

View File

@ -1432,7 +1432,7 @@ https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.8.0/webcomponents-loade
https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js
https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/6.4.8/adapter.min.js
https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/7.7.1/adapter.min.js
https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/8.2.3/adapter.min.js
https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/9.0.1/adapter.min.js
https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js
https://cdnjs.cloudflare.com/ajax/libs/zumper-angular-payments/1.0.7/angular-payments.js
https://cdn.jsdelivr.net/combine/npm/jquery@2.2.4/dist/jquery.min.js,npm/hogan.js@3.0.2/dist/hogan-3.0.2.min.js,npm/algoliasearch@3.30.0/dist/algoliasearch.min.js,npm/autocomplete.js@0.31.0/dist/autocomplete.min.js

View File

@ -499,7 +499,8 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/webfont')) return '1.6.28';
if (type.startsWith('/webrtc-adapter/6.')) return '6.4.8';
if (type.startsWith('/webrtc-adapter/7.')) return '7.7.1';
if (type.startsWith('/webrtc-adapter/8.')) return '8.2.3';
if (type.startsWith('/webrtc-adapter/8.')) return '9.0.1';
if (type.startsWith('/webrtc-adapter/9.')) return '9.0.1';
if (type.startsWith('/wow/1.')) return '1.1.2';
if (version === null) return 'latest';
return '';

View File

@ -40,6 +40,7 @@
<li>bootstrap-table v1.22.3 -> v1.22.4</li>
<li>dexie v3.2.6 -> v4.0.4</li>
<li>vue-i18n v9.10.2 -> v9.12.0</li>
<li>webrtc-adapter v8.2.3 -> v9.0.1</li>
</ul>
<p>Improved</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long