mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-11 01:10:45 +01:00
Added ethjs v0.3.4 (#37)
This commit is contained in:
parent
9558b731b9
commit
3427fcb461
@ -236,6 +236,7 @@ var mappings = {
|
||||
'ember-source@{version}/dist/ember.min.': resources.ember,
|
||||
'ember-source@{version}/dist/legacy/ember.': resources.ember,
|
||||
'ember-source@{version}/dist/legacy/ember.min.': resources.ember,
|
||||
'ethjs@{version}/dist/ethjs.': resources.ethJs,
|
||||
'@findify/bundle@{version}/dist/bundle.js': resources.findifyBundle,
|
||||
'@findify/bundle@{version}/dist/components.js': resources.findifyBundle,
|
||||
'@findify/bundle@{version}/dist/config.js': resources.findifyBundle,
|
||||
|
@ -235,6 +235,11 @@ var resources = {
|
||||
'path': 'resources/ember.js/{version}/ember.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// ethJs
|
||||
'ethJs': {
|
||||
'path': 'resources/ethjs/{version}/ethjs.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// Ext Core
|
||||
'extCore': {
|
||||
'path': 'resources/ext-core/{version}/ext-core.jsm',
|
||||
|
@ -354,6 +354,8 @@ helpers.setLastVersion = function (type, version) {
|
||||
return '2.18.2';
|
||||
} else if (type.includes('/ember.js/3.')) {
|
||||
return '3.12.3';
|
||||
} else if (type.includes('/ethjs')) {
|
||||
return '0.3.4';
|
||||
} else if (type.includes('/ext-core/3.')) {
|
||||
return '3.1.0';
|
||||
} else if (type.includes('findify')) {
|
||||
@ -519,6 +521,7 @@ const ListOfFiles = {
|
||||
'angular-ui-utils.min.jsm': 'Angular UI Utils',
|
||||
'bootstrap-colorpicker-module.min.jsm': 'Angular Bootstrap Colorpicker (JS)',
|
||||
'colorpicker.min.css': 'Angular Bootstrap Colorpicker (CSS)',
|
||||
'ethjs.min.jsm': 'ethjs',
|
||||
'adapter.min.jsm': 'WebRTC adapter',
|
||||
'algoliasearch.min.jsm': 'AlgoliaSearch',
|
||||
'algoliasearch3.33.0_algoliasearchLite_algoliasearchHelper.jsm': 'jsDelivr combined',
|
||||
|
@ -35,6 +35,7 @@
|
||||
<li>Added: Angular UI Utils v0.1.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/37">#37</a>)</li>
|
||||
<li>Added: AngularJS v1.2.19 (<a href="https://codeberg.org/nobody/LocalCDN/issues/37">#37</a>)</li>
|
||||
<li>Added: Showdown v0.5.1 and v1.9.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/37">#37</a>)</li>
|
||||
<li>Added: ethjs v0.3.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/37">#37</a>)</li>
|
||||
</ul>
|
||||
<div class="topic-label">
|
||||
Generate rule sets for uBlock or uMatrix
|
||||
|
12
resources/ethjs/0.3.4/ethjs.min.jsm
Normal file
12
resources/ethjs/0.3.4/ethjs.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user