p5.js v1.4.0 -> v1.4.1 (#864)

This commit is contained in:
nobody 2022-02-06 08:16:17 +01:00
parent 0b1ec68e39
commit 251b044403
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 7 additions and 6 deletions

View File

@ -1333,8 +1333,8 @@ https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.green
https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js
https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js
https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.10.2/p5.min.js
https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/addons/p5.sound.min.js
https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.min.js
https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/addons/p5.sound.min.js
https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/p5.min.js
https://cdnjs.cloudflare.com/ajax/libs/page.js/1.11.6/page.js
https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.1.5/pagination.css
https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.1.5/pagination.min.js

View File

@ -316,7 +316,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/owl-carousel/2.')) return '2.3.4';
if (type.startsWith('/p2p-media-loader-core') || type.startsWith('/p2p-media-loader-hlsjs')) return '0.6.2';
if (type.startsWith('/p5.js/0.')) return '0.10.2';
if (type.startsWith('/p5.js/1.')) return '1.4.0';
if (type.startsWith('/p5.js/1.')) return '1.4.1';
if (type.startsWith('/page.js/1.')) return '1.11.6';
if (type.startsWith('/paginationjs/2.')) return '2.1.5';
if (type.startsWith('/plyr/3.')) return '3.6.12';

View File

@ -31,6 +31,7 @@
<li>clipboard.js v2.0.9 -> v2.0.10 (<a href="https://codeberg.org/nobody/LocalCDN/issues/861">#861</a>)</li>
<li>instantsearch.js v4.37.3 -> v4.38.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/862">#862</a>)</li>
<li>libphonenumber-js v1.9.46 -> v1.9.47 (<a href="https://codeberg.org/nobody/LocalCDN/issues/863">#863</a>)</li>
<li>p5.js v1.4.0 -> v1.4.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/864">#864</a>)</li>
</ul>
<p>Fixed</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long