Updated: vue-i18n v8.24.2 -> v8.24.3 (#366)

This commit is contained in:
nobody 2021-04-10 06:16:47 +02:00
parent 6f9e9b2c77
commit 72e0e929f9
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 10 additions and 9 deletions

View File

@ -1134,7 +1134,7 @@ https://cdnjs.cloudflare.com/ajax/libs/video.js/7.12.0/video.min.js
https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.min.js
https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.12/vue.min.js
https://cdnjs.cloudflare.com/ajax/libs/vue/3.0.6/vue.global.prod.js
https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/8.24.2/vue-i18n.min.js
https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/8.24.3/vue-i18n.min.js
https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/9.1.3/vue-i18n.cjs.min.js
https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js
https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/noframework.waypoints.min.js

View File

@ -509,7 +509,7 @@ function create_url() {
fi
elif [ "$folder" = "webcomponentsjs" ]; then
url="$CLOUDFLARE/$folder/2.5.0/webcomponents-loader.min.js"
elif [ "$folder" = "vue-i18n" ] && [ "$version" != "8.24.2" ]; then
elif [ "$folder" = "vue-i18n" ] && [[ "$version" != 8* ]]; then
url="$CLOUDFLARE/$folder/$version/vue-i18n.cjs.min.js"
elif [ "$path" = "../resources/twitter-bootstrap/fonts/glyphicons-halflings-regular.woff2" ]; then
url="$CLOUDFLARE/twitter-bootstrap/3.4.1/fonts/glyphicons-halflings-regular.woff2"

View File

@ -545,7 +545,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/vue/3.')) {
return '3.0.6';
} else if (type.startsWith('/vue-i18n/8.')) {
return '8.24.2';
return '8.24.3';
} else if (type.startsWith('/vue-i18n/9.')) {
return '9.1.3';
} else if (type.startsWith('/vue-resource/1.')) {

View File

@ -56,6 +56,7 @@
<li>Updated: video.js v7.10.2 -> v7.12.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/360">#360</a>)</li>
<li>Updated: vue-i18n v9.0.0 -> v9.1.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/361">#361</a>)</li>
<li>Updated: angular-material v1.2.1 -> v1.2.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/363">#363</a>)</li>
<li>Updated: vue-i18n v8.24.2 -> v8.24.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/366">#366</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long