@api3/logos
Advanced tools
Comparing version 0.1.40 to 0.1.41
@@ -8,2 +8,3 @@ const camelcase = require('camelcase'); | ||
const Chain34443Light = require('../logos/chain/Chain34443Light.svg'); | ||
const Chain4913Light = require('../logos/chain/Chain4913Light.svg'); | ||
const Chain5000Light = require('../logos/chain/Chain5000Light.svg'); | ||
@@ -135,2 +136,4 @@ const Chain5001Light = require('../logos/chain/Chain5001Light.svg'); | ||
return Chain34443Light; | ||
case "4913light": | ||
return Chain4913Light; | ||
case "5000light": | ||
@@ -137,0 +140,0 @@ return Chain5000Light; |
@@ -0,6 +1,6 @@ | ||
export { default as ChainLogo } from './ChainLogo.js'; | ||
export { default as ChainLogoMissing } from './ChainLogoMissing.json'; | ||
export { default as ApiProviderLogo } from './ApiProviderLogo.js'; | ||
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json'; | ||
export { default as ChainLogo } from './ChainLogo.js'; | ||
export { default as ChainLogoMissing } from './ChainLogoMissing.json'; | ||
export { default as SymbolLogo } from './SymbolLogo.js'; | ||
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json'; |
@@ -0,6 +1,6 @@ | ||
module.exports.ChainLogo = require('./ChainLogo.js'); | ||
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json'); | ||
module.exports.ApiProviderLogo = require('./ApiProviderLogo.js'); | ||
module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json'); | ||
module.exports.ChainLogo = require('./ChainLogo.js'); | ||
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json'); | ||
module.exports.SymbolLogo = require('./SymbolLogo.js'); | ||
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json'); |
@@ -8,2 +8,3 @@ import camelcase from 'camelcase'; | ||
import Chain34443Light from '../logos/chain/Chain34443Light.svg'; | ||
import Chain4913Light from '../logos/chain/Chain4913Light.svg'; | ||
import Chain5000Light from '../logos/chain/Chain5000Light.svg'; | ||
@@ -135,2 +136,4 @@ import Chain5001Light from '../logos/chain/Chain5001Light.svg'; | ||
return Chain34443Light; | ||
case "4913light": | ||
return Chain4913Light; | ||
case "5000light": | ||
@@ -137,0 +140,0 @@ return Chain5000Light; |
{ | ||
"name": "@api3/logos", | ||
"version": "0.1.40", | ||
"version": "0.1.41", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
1499979
460
2754