@api3/logos 1.0.6 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
- export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
- export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
1
  export { default as ChainLogo } from './ChainLogo.js';
4
2
  export { default as ChainLogoMissing } from './ChainLogoMissing.json';
3
+ export { default as ApiProviderLogo } from './ApiProviderLogo.js';
4
+ export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
5
5
  export { default as SymbolLogo } from './SymbolLogo.js';
6
6
  export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
package/dist/cjs/index.js CHANGED
@@ -1,6 +1,6 @@
1
- module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
2
- module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
3
1
  module.exports.ChainLogo = require('./ChainLogo.js');
4
2
  module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
3
+ module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
4
+ module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
5
5
  module.exports.SymbolLogo = require('./SymbolLogo.js');
6
6
  module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
@@ -1,6 +1,6 @@
1
1
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
2
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
- export { default as SymbolLogo } from './SymbolLogo.js';
4
- export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
5
3
  export { default as ChainLogo } from './ChainLogo.js';
6
4
  export { default as ChainLogoMissing } from './ChainLogoMissing.json';
5
+ export { default as SymbolLogo } from './SymbolLogo.js';
6
+ export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
package/dist/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
2
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
- export { default as SymbolLogo } from './SymbolLogo.js';
4
- export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
5
3
  export { default as ChainLogo } from './ChainLogo.js';
6
4
  export { default as ChainLogoMissing } from './ChainLogoMissing.json';
5
+ export { default as SymbolLogo } from './SymbolLogo.js';
6
+ export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -18,20 +18,20 @@
18
18
  "api-provider"
19
19
  ],
20
20
  "devDependencies": {
21
- "eslint": "^8.57.1",
21
+ "@api3/dapi-management": "3.18.1",
22
22
  "@babel/core": "^7.26.10",
23
23
  "@babel/preset-react": "^7.26.3",
24
24
  "@changesets/changelog-github": "^0.5.1",
25
25
  "@changesets/cli": "^2.29.2",
26
- "@api3/dapi-management": "3.17.0",
26
+ "@typescript-eslint/eslint-plugin": "^8.31.0",
27
+ "@typescript-eslint/parser": "^8.31.0",
28
+ "dotenv": "^16.5.0",
27
29
  "dropbox": "^10.34.0",
30
+ "eslint": "^8.57.1",
31
+ "eslint-config-prettier": "^10.1.2",
28
32
  "node-fetch": "^2.7.0",
29
- "dotenv": "^16.5.0",
30
33
  "prettier": "^3.5.3",
31
34
  "rimraf": "^6.0.1",
32
- "@typescript-eslint/eslint-plugin": "^8.30.1",
33
- "@typescript-eslint/parser": "^8.30.1",
34
- "eslint-config-prettier": "^10.1.2",
35
35
  "svgo": "^3.3.0"
36
36
  },
37
37
  "main": "./dist/cjs/index.js",