mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-03 20:58:08 +01:00
Added: dygraphs v1.1.1 (#878)
This commit is contained in:
parent
511af4b974
commit
d7b552e7b8
@ -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/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/css/drawer.min.css
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/js/drawer.min.js
|
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/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/index.min.js
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.7/locale/af-ZA.min.js
|
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.7/locale/af-ZA.min.js
|
||||||
|
@ -697,6 +697,8 @@ function create_url() {
|
|||||||
url="$CLOUDFLARE/$folder/$version/react-router.production.min.js"
|
url="$CLOUDFLARE/$folder/$version/react-router.production.min.js"
|
||||||
elif [ "$folder" = "search-insights" ];then
|
elif [ "$folder" = "search-insights" ];then
|
||||||
url="$JSDELIVR/npm/$folder@$version/dist/$jfile"
|
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
|
# TODO: REMOVE WHEN CDNJS.COM AUTO UPDATE BOT IS FULLY FUNCTIONAL AGAIN
|
||||||
elif [ "$folder" = "noUiSlider" ] && [ "$version" != "14.7.0" ];then
|
elif [ "$folder" = "noUiSlider" ] && [ "$version" != "14.7.0" ];then
|
||||||
|
@ -177,6 +177,7 @@ targets.setLastVersion = function (type, version) {
|
|||||||
if (type.startsWith('/docsearch.js/2.')) return '2.6.3';
|
if (type.startsWith('/docsearch.js/2.')) return '2.6.3';
|
||||||
if (type.startsWith('/dojo/1.')) return '1.16.4';
|
if (type.startsWith('/dojo/1.')) return '1.16.4';
|
||||||
if (type.startsWith('/drawer/3.')) return '3.2.2';
|
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('/dygraph/2.')) return '2.1.0';
|
||||||
if (type.startsWith('/element-ui/2.')) return '2.15.7';
|
if (type.startsWith('/element-ui/2.')) return '2.15.7';
|
||||||
if (type.startsWith('/embedly-player/0.')) return '0.1.0';
|
if (type.startsWith('/embedly-player/0.')) return '0.1.0';
|
||||||
|
6
resources/dygraph/1.1.1/dygraph.min.jsm
Normal file
6
resources/dygraph/1.1.1/dygraph.min.jsm
Normal file
File diff suppressed because one or more lines are too long
4
resources/dygraph/1.1.1/note
Normal file
4
resources/dygraph/1.1.1/note
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
In this directory the file was renamed.
|
||||||
|
|
||||||
|
Original: dygraph-combined.js
|
||||||
|
Now: dygraph.min.jsm
|
Loading…
x
Reference in New Issue
Block a user