mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
history v4.10.1 (#114)
This commit is contained in:
@ -392,6 +392,7 @@ var mappings = {
|
|||||||
'@findify/bundle@{version}/dist/vendors~sentry.js': resources.findifyBundle,
|
'@findify/bundle@{version}/dist/vendors~sentry.js': resources.findifyBundle,
|
||||||
'flv.js/dist/flv.min.js': resources.flvJS,
|
'flv.js/dist/flv.min.js': resources.flvJS,
|
||||||
'hls.js/dist/hls.min.js': resources.hlsJS,
|
'hls.js/dist/hls.min.js': resources.hlsJS,
|
||||||
|
'history@{version}/umd/history.min.js': resources.history,
|
||||||
'hls.js@latest': resources.hlsJS,
|
'hls.js@latest': resources.hlsJS,
|
||||||
'jquery@{version}/dist/jquery.': resources.jQuery,
|
'jquery@{version}/dist/jquery.': resources.jQuery,
|
||||||
'jquery@{version}/dist/jquery.min.': resources.jQuery,
|
'jquery@{version}/dist/jquery.min.': resources.jQuery,
|
||||||
|
@ -345,6 +345,11 @@ var resources = {
|
|||||||
'path': 'resources/google-material-design-icons/google-material-design-icons.css',
|
'path': 'resources/google-material-design-icons/google-material-design-icons.css',
|
||||||
'type': 'text/css'
|
'type': 'text/css'
|
||||||
},
|
},
|
||||||
|
// history
|
||||||
|
'history': {
|
||||||
|
'path': 'resources/history/{version}/history.min.jsm',
|
||||||
|
'type': 'application/javascript'
|
||||||
|
},
|
||||||
// hls.js
|
// hls.js
|
||||||
'hlsJS': {
|
'hlsJS': {
|
||||||
'path': 'resources/hls.js/{version}/hls.min.jsm',
|
'path': 'resources/hls.js/{version}/hls.min.jsm',
|
||||||
|
@ -408,6 +408,8 @@ helpers.setLastVersion = function (type, version) {
|
|||||||
return '4.7.0';
|
return '4.7.0';
|
||||||
} else if (type.includes('/fontawesome/5.')) {
|
} else if (type.includes('/fontawesome/5.')) {
|
||||||
return '5.14.0';
|
return '5.14.0';
|
||||||
|
} else if (type.includes('/history/')) {
|
||||||
|
return '4.10.1';
|
||||||
} else if (type.includes('/hls.js/')) {
|
} else if (type.includes('/hls.js/')) {
|
||||||
return '0.13.2';
|
return '0.13.2';
|
||||||
} else if (type.includes('/jets/0.')) {
|
} else if (type.includes('/jets/0.')) {
|
||||||
@ -597,6 +599,7 @@ helpers.compareVersion = function (v1, v2) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const ListOfFiles = {
|
const ListOfFiles = {
|
||||||
|
'history.min.jsm': 'history',
|
||||||
'axios.min.jsm': 'Axios',
|
'axios.min.jsm': 'Axios',
|
||||||
'object-assign.min.jsm': 'Object assign',
|
'object-assign.min.jsm': 'Object assign',
|
||||||
'slick-lightbox.css': 'slick-lightbox CSS',
|
'slick-lightbox.css': 'slick-lightbox CSS',
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Added: Object-Assign v4.1.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/114">#114</a>)</li>
|
<li>Added: Object-Assign v4.1.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/114">#114</a>)</li>
|
||||||
<li>Added: Axios v0.20.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/114">#114</a>)</li>
|
<li>Added: Axios v0.20.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/114">#114</a>)</li>
|
||||||
|
<li>Added: history v4.10.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/114">#114</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
|
1
resources/history/4.10.1/history.min.jsm
Normal file
1
resources/history/4.10.1/history.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user