mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-03-04 19:47:48 +01:00
Added: InstantSearch.js v3.7.0 and v4.8.1 (#117)
This commit is contained in:
parent
681d1fa505
commit
732230fe31
@ -250,6 +250,7 @@ var mappings = {
|
||||
'font-awesome/{version}/css/font-awesome': resources.fontawesome,
|
||||
'font-awesome/{version}/css/': resources.fontawesome5CSS,
|
||||
'font-awesome/{version}/js/': resources.fontawesome5JS,
|
||||
'instantsearch.js/{version}/instantsearch.production.': resources.InstantSearchJS,
|
||||
'jeditable.js/{version}/jquery.jeditable.min.js': resources.jeditableJS,
|
||||
'jeditable.js/{version}/jeditable.min.js': resources.jeditableJS,
|
||||
'jets/{version}/jets.': resources.jetsJS,
|
||||
@ -394,6 +395,7 @@ var mappings = {
|
||||
'hls.js/dist/hls.min.js': resources.hlsJS,
|
||||
'history@{version}/umd/history.min.js': resources.history,
|
||||
'hls.js@latest': resources.hlsJS,
|
||||
'instantsearch.js@{version}/dist/instantsearch.production.': resources.InstantSearchJS,
|
||||
'jquery@{version}/dist/jquery.': resources.jQuery,
|
||||
'jquery@{version}/dist/jquery.min.': resources.jQuery,
|
||||
'jquery-ui@{version}/jquery-ui.js': resources.jQueryUI,
|
||||
|
@ -355,6 +355,11 @@ var resources = {
|
||||
'path': 'resources/hls.js/{version}/hls.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// InstantSearch.js
|
||||
'InstantSearchJS': {
|
||||
'path': 'resources/instantsearch.js/{version}/instantsearch.production.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// jeditableJS
|
||||
'jeditableJS': {
|
||||
'path': 'resources/jquery-jeditable/{version}/jquery.jeditable.min.jsm',
|
||||
|
@ -412,6 +412,10 @@ helpers.setLastVersion = function (type, version) {
|
||||
return '4.10.1';
|
||||
} else if (type.includes('/hls.js/')) {
|
||||
return '0.13.2';
|
||||
} else if (type.includes('/instantsearch.js/3.')) {
|
||||
return '3.7.0';
|
||||
} else if (type.includes('/instantsearch.js/4.')) {
|
||||
return '4.8.1';
|
||||
} else if (type.includes('/jets/0.')) {
|
||||
return '0.14.1';
|
||||
} else if (type.includes('/jquery/1.')) {
|
||||
@ -611,6 +615,7 @@ helpers.compareVersion = function (v1, v2) {
|
||||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'instantsearch.production.min.jsm': 'InstantSearch.js',
|
||||
'redux.min.jsm': 'Redux',
|
||||
'react-side-effect.min.jsm': 'react-side-effect',
|
||||
'react-router.min.jsm': 'react router',
|
||||
|
@ -36,6 +36,7 @@
|
||||
<li>Added: Redux v4.0.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/114">#114</a>)</li>
|
||||
<li>Added: react to jsDelivr/unpkg (<a href="https://codeberg.org/nobody/LocalCDN/issues/114">#114</a>)</li>
|
||||
<li>Added: react-dom to jsDelivr/unpkg (<a href="https://codeberg.org/nobody/LocalCDN/issues/114">#114</a>)</li>
|
||||
<li>Added: InstantSearch.js v3.7.0 and v4.8.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/117">#117</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
Loading…
x
Reference in New Issue
Block a user