@api3/logos 0.3.9 → 0.3.10

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.
@@ -80,6 +80,7 @@ const Chain1088 = require('../logos/chain/Chain1088.svg');
80
80
  const Chain59902 = require('../logos/chain/Chain59902.svg');
81
81
  const Chain34443 = require('../logos/chain/Chain34443.svg');
82
82
  const Chain919 = require('../logos/chain/Chain919.svg');
83
+ const Chain10143 = require('../logos/chain/Chain10143.svg');
83
84
  const Chain1284 = require('../logos/chain/Chain1284.svg');
84
85
  const Chain1287 = require('../logos/chain/Chain1287.svg');
85
86
  const Chain1285 = require('../logos/chain/Chain1285.svg');
@@ -288,6 +289,8 @@ function ChainLogo(id, light = false) {
288
289
  return Chain34443;
289
290
  case "919":
290
291
  return Chain919;
292
+ case "10143":
293
+ return Chain10143;
291
294
  case "1284":
292
295
  return Chain1284;
293
296
  case "1287":
@@ -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');
@@ -80,6 +80,7 @@ import Chain1088 from '../logos/chain/Chain1088.svg';
80
80
  import Chain59902 from '../logos/chain/Chain59902.svg';
81
81
  import Chain34443 from '../logos/chain/Chain34443.svg';
82
82
  import Chain919 from '../logos/chain/Chain919.svg';
83
+ import Chain10143 from '../logos/chain/Chain10143.svg';
83
84
  import Chain1284 from '../logos/chain/Chain1284.svg';
84
85
  import Chain1287 from '../logos/chain/Chain1287.svg';
85
86
  import Chain1285 from '../logos/chain/Chain1285.svg';
@@ -288,6 +289,8 @@ function ChainLogo(id, light = false) {
288
289
  return Chain34443;
289
290
  case "919":
290
291
  return Chain919;
292
+ case "10143":
293
+ return Chain10143;
291
294
  case "1284":
292
295
  return Chain1284;
293
296
  case "1287":
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#8E9BB2" d="M12 1.91992C9.08912 1.91992 1.92004 9.08876 1.92004 11.9997C1.92004 14.9107 9.08912 22.0797 12 22.0797C14.9109 22.0797 22.08 14.9106 22.08 11.9997C22.08 9.08888 14.911 1.91992 12 1.91992ZM10.4292 17.7637C9.20172 17.4293 5.90152 11.6564 6.23606 10.429C6.57061 9.20143 12.3434 5.90134 13.5708 6.23588C14.7984 6.57036 18.0986 12.3431 17.764 13.5706C17.4295 14.7981 11.6567 18.0983 10.4292 17.7637Z"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -19,19 +19,19 @@
19
19
  ],
20
20
  "devDependencies": {
21
21
  "eslint": "^8.57.1",
22
- "@babel/core": "^7.26.0",
22
+ "@babel/core": "^7.26.9",
23
23
  "@babel/preset-react": "^7.26.3",
24
- "@changesets/changelog-github": "^0.5.0",
25
- "@changesets/cli": "^2.27.11",
26
- "@api3/dapi-management": "3.1.1",
24
+ "@changesets/changelog-github": "^0.5.1",
25
+ "@changesets/cli": "^2.28.1",
26
+ "@api3/dapi-management": "3.2.0",
27
27
  "dropbox": "^10.34.0",
28
28
  "node-fetch": "^2.7.0",
29
29
  "dotenv": "^16.4.7",
30
- "prettier": "^3.4.2",
30
+ "prettier": "^3.5.2",
31
31
  "rimraf": "^6.0.1",
32
- "@typescript-eslint/eslint-plugin": "^8.19.1",
33
- "@typescript-eslint/parser": "^8.19.1",
34
- "eslint-config-prettier": "^9.1.0",
32
+ "@typescript-eslint/eslint-plugin": "^8.25.0",
33
+ "@typescript-eslint/parser": "^8.25.0",
34
+ "eslint-config-prettier": "^10.0.1",
35
35
  "svgo": "^3.3.0"
36
36
  },
37
37
  "main": "./dist/cjs/index.js",