dexie v3.2.0 -> v3.2.1 (#886)
This commit is contained in:
parent
fd452c6f63
commit
67e6e7dc6e
|
@ -318,7 +318,7 @@ https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js
|
|||
https://cdnjs.cloudflare.com/ajax/libs/d3/7.3.0/d3.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.25.6/d3-legend.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.10.7/dayjs.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/dexie/3.2.0/dexie.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/dexie/3.2.1/dexie.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.6.3/docsearch.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.6.3/docsearch.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/dojo/1.17.0/dojo.min.js
|
||||
|
|
|
@ -174,7 +174,7 @@ targets.setLastVersion = function (type, version) {
|
|||
if (type.startsWith('/d3-legend/2.')) return '2.25.6';
|
||||
if (type.startsWith('/datatables/1.')) return '1.11.0';
|
||||
if (type.startsWith('/dayjs/1.')) return '1.10.7';
|
||||
if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) return '3.2.0';
|
||||
if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) return '3.2.1';
|
||||
if (type.startsWith('/docsearch.js/2.')) return '2.6.3';
|
||||
if (type.startsWith('/dojo/1.')) return '1.17.0';
|
||||
if (type.startsWith('/drawer/3.')) return '3.2.2';
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
<li>history v5.2.0 -> v5.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/882">#882</a>)</li>
|
||||
<li>dojo v1.16.4 -> v1.17.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/884">#884</a>)</li>
|
||||
<li>axios v0.25.0 -> v0.26.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/885">#885</a>)</li>
|
||||
<li>dexie v3.2.0 -> v3.2.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/886">#886</a>)</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue