Added: dygraphs v1.1.1 (#878)

This commit is contained in:
nobody 2022-02-19 06:42:06 +01:00
parent 511af4b974
commit d7b552e7b8
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 14 additions and 0 deletions

View File

@ -322,6 +322,7 @@ https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.6.3/docsearch.min.js
https://cdnjs.cloudflare.com/ajax/libs/dojo/1.16.4/dojo.min.js
https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/css/drawer.min.css
https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/js/drawer.min.js
https://cdnjs.cloudflare.com/ajax/libs/dygraph/1.1.1/dygraph-combined.js
https://cdnjs.cloudflare.com/ajax/libs/dygraph/2.1.0/dygraph.min.js
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.7/index.min.js
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.7/locale/af-ZA.min.js

View File

@ -697,6 +697,8 @@ function create_url() {
url="$CLOUDFLARE/$folder/$version/react-router.production.min.js"
elif [ "$folder" = "search-insights" ];then
url="$JSDELIVR/npm/$folder@$version/dist/$jfile"
elif [ "$folder" = "dygraph" ] && [ "$version" = "1.1.1" ];then
url="$CLOUDFLARE/$folder/$version/dygraph-combined.js"
# --------------------------------------------------------------------------
# TODO: REMOVE WHEN CDNJS.COM AUTO UPDATE BOT IS FULLY FUNCTIONAL AGAIN
elif [ "$folder" = "noUiSlider" ] && [ "$version" != "14.7.0" ];then

View File

@ -177,6 +177,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/docsearch.js/2.')) return '2.6.3';
if (type.startsWith('/dojo/1.')) return '1.16.4';
if (type.startsWith('/drawer/3.')) return '3.2.2';
if (type.startsWith('/dygraph/1.')) return '1.1.1';
if (type.startsWith('/dygraph/2.')) return '2.1.0';
if (type.startsWith('/element-ui/2.')) return '2.15.7';
if (type.startsWith('/embedly-player/0.')) return '0.1.0';

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,4 @@
In this directory the file was renamed.
Original: dygraph-combined.js
Now: dygraph.min.jsm