@api3/logos 0.2.15 → 0.2.16
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.
- package/dist/cjs/ChainLogo.js +15 -0
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/index.js +2 -2
- package/dist/esm/ChainLogo.js +15 -0
- package/dist/logos/chain/Chain2340.svg +5 -0
- package/dist/logos/chain/Chain33139.svg +6 -0
- package/dist/logos/chain/Chain480.svg +3 -0
- package/dist/logos/chain/Chain4801.svg +3 -0
- package/dist/logos/chain/Chain480Light.svg +3 -0
- package/package.json +2 -2
package/dist/cjs/ChainLogo.js
CHANGED
|
@@ -7,6 +7,7 @@ const Chain280Light = require('../logos/chain/Chain280Light.svg');
|
|
|
7
7
|
const Chain324Light = require('../logos/chain/Chain324Light.svg');
|
|
8
8
|
const Chain325000Light = require('../logos/chain/Chain325000Light.svg');
|
|
9
9
|
const Chain34443Light = require('../logos/chain/Chain34443Light.svg');
|
|
10
|
+
const Chain480Light = require('../logos/chain/Chain480Light.svg');
|
|
10
11
|
const Chain4913Light = require('../logos/chain/Chain4913Light.svg');
|
|
11
12
|
const Chain5000Light = require('../logos/chain/Chain5000Light.svg');
|
|
12
13
|
const Chain5001Light = require('../logos/chain/Chain5001Light.svg');
|
|
@@ -20,11 +21,13 @@ const Chain71Light = require('../logos/chain/Chain71Light.svg');
|
|
|
20
21
|
const Chain81457Light = require('../logos/chain/Chain81457Light.svg');
|
|
21
22
|
const Chain82Light = require('../logos/chain/Chain82Light.svg');
|
|
22
23
|
const Chain994873017Light = require('../logos/chain/Chain994873017Light.svg');
|
|
24
|
+
const Chain33139 = require('../logos/chain/Chain33139.svg');
|
|
23
25
|
const Chain33111 = require('../logos/chain/Chain33111.svg');
|
|
24
26
|
const Chain42161 = require('../logos/chain/Chain42161.svg');
|
|
25
27
|
const Chain421614 = require('../logos/chain/Chain421614.svg');
|
|
26
28
|
const Chain3776 = require('../logos/chain/Chain3776.svg');
|
|
27
29
|
const Chain6038361 = require('../logos/chain/Chain6038361.svg');
|
|
30
|
+
const Chain2340 = require('../logos/chain/Chain2340.svg');
|
|
28
31
|
const Chain43114 = require('../logos/chain/Chain43114.svg');
|
|
29
32
|
const Chain43113 = require('../logos/chain/Chain43113.svg');
|
|
30
33
|
const Chain8453 = require('../logos/chain/Chain8453.svg');
|
|
@@ -102,6 +105,8 @@ const Chain64165 = require('../logos/chain/Chain64165.svg');
|
|
|
102
105
|
const Chain167000 = require('../logos/chain/Chain167000.svg');
|
|
103
106
|
const Chain167009 = require('../logos/chain/Chain167009.svg');
|
|
104
107
|
const Chain1301 = require('../logos/chain/Chain1301.svg');
|
|
108
|
+
const Chain480 = require('../logos/chain/Chain480.svg');
|
|
109
|
+
const Chain4801 = require('../logos/chain/Chain4801.svg');
|
|
105
110
|
const Chain196 = require('../logos/chain/Chain196.svg');
|
|
106
111
|
const Chain195 = require('../logos/chain/Chain195.svg');
|
|
107
112
|
const Chain48900 = require('../logos/chain/Chain48900.svg');
|
|
@@ -133,6 +138,8 @@ function ChainLogo(id, light = false) {
|
|
|
133
138
|
return Chain325000Light;
|
|
134
139
|
case "34443light":
|
|
135
140
|
return Chain34443Light;
|
|
141
|
+
case "480light":
|
|
142
|
+
return Chain480Light;
|
|
136
143
|
case "4913light":
|
|
137
144
|
return Chain4913Light;
|
|
138
145
|
case "5000light":
|
|
@@ -159,6 +166,8 @@ function ChainLogo(id, light = false) {
|
|
|
159
166
|
return Chain82Light;
|
|
160
167
|
case "994873017light":
|
|
161
168
|
return Chain994873017Light;
|
|
169
|
+
case "33139":
|
|
170
|
+
return Chain33139;
|
|
162
171
|
case "33111":
|
|
163
172
|
return Chain33111;
|
|
164
173
|
case "42161":
|
|
@@ -169,6 +178,8 @@ function ChainLogo(id, light = false) {
|
|
|
169
178
|
return Chain3776;
|
|
170
179
|
case "6038361":
|
|
171
180
|
return Chain6038361;
|
|
181
|
+
case "2340":
|
|
182
|
+
return Chain2340;
|
|
172
183
|
case "43114":
|
|
173
184
|
return Chain43114;
|
|
174
185
|
case "43113":
|
|
@@ -323,6 +334,10 @@ function ChainLogo(id, light = false) {
|
|
|
323
334
|
return Chain167009;
|
|
324
335
|
case "1301":
|
|
325
336
|
return Chain1301;
|
|
337
|
+
case "480":
|
|
338
|
+
return Chain480;
|
|
339
|
+
case "4801":
|
|
340
|
+
return Chain4801;
|
|
326
341
|
case "196":
|
|
327
342
|
return Chain196;
|
|
328
343
|
case "195":
|
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { default as ChainLogo } from './ChainLogo.js';
|
|
2
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
3
|
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
6
4
|
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
5
|
+
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
6
|
+
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
package/dist/cjs/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module.exports.ChainLogo = require('./ChainLogo.js');
|
|
2
2
|
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
|
|
3
|
-
module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
|
|
4
|
-
module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
|
|
5
3
|
module.exports.SymbolLogo = require('./SymbolLogo.js');
|
|
6
4
|
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
|
|
5
|
+
module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
|
|
6
|
+
module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
|
package/dist/esm/ChainLogo.js
CHANGED
|
@@ -7,6 +7,7 @@ import Chain280Light from '../logos/chain/Chain280Light.svg';
|
|
|
7
7
|
import Chain324Light from '../logos/chain/Chain324Light.svg';
|
|
8
8
|
import Chain325000Light from '../logos/chain/Chain325000Light.svg';
|
|
9
9
|
import Chain34443Light from '../logos/chain/Chain34443Light.svg';
|
|
10
|
+
import Chain480Light from '../logos/chain/Chain480Light.svg';
|
|
10
11
|
import Chain4913Light from '../logos/chain/Chain4913Light.svg';
|
|
11
12
|
import Chain5000Light from '../logos/chain/Chain5000Light.svg';
|
|
12
13
|
import Chain5001Light from '../logos/chain/Chain5001Light.svg';
|
|
@@ -20,11 +21,13 @@ import Chain71Light from '../logos/chain/Chain71Light.svg';
|
|
|
20
21
|
import Chain81457Light from '../logos/chain/Chain81457Light.svg';
|
|
21
22
|
import Chain82Light from '../logos/chain/Chain82Light.svg';
|
|
22
23
|
import Chain994873017Light from '../logos/chain/Chain994873017Light.svg';
|
|
24
|
+
import Chain33139 from '../logos/chain/Chain33139.svg';
|
|
23
25
|
import Chain33111 from '../logos/chain/Chain33111.svg';
|
|
24
26
|
import Chain42161 from '../logos/chain/Chain42161.svg';
|
|
25
27
|
import Chain421614 from '../logos/chain/Chain421614.svg';
|
|
26
28
|
import Chain3776 from '../logos/chain/Chain3776.svg';
|
|
27
29
|
import Chain6038361 from '../logos/chain/Chain6038361.svg';
|
|
30
|
+
import Chain2340 from '../logos/chain/Chain2340.svg';
|
|
28
31
|
import Chain43114 from '../logos/chain/Chain43114.svg';
|
|
29
32
|
import Chain43113 from '../logos/chain/Chain43113.svg';
|
|
30
33
|
import Chain8453 from '../logos/chain/Chain8453.svg';
|
|
@@ -102,6 +105,8 @@ import Chain64165 from '../logos/chain/Chain64165.svg';
|
|
|
102
105
|
import Chain167000 from '../logos/chain/Chain167000.svg';
|
|
103
106
|
import Chain167009 from '../logos/chain/Chain167009.svg';
|
|
104
107
|
import Chain1301 from '../logos/chain/Chain1301.svg';
|
|
108
|
+
import Chain480 from '../logos/chain/Chain480.svg';
|
|
109
|
+
import Chain4801 from '../logos/chain/Chain4801.svg';
|
|
105
110
|
import Chain196 from '../logos/chain/Chain196.svg';
|
|
106
111
|
import Chain195 from '../logos/chain/Chain195.svg';
|
|
107
112
|
import Chain48900 from '../logos/chain/Chain48900.svg';
|
|
@@ -133,6 +138,8 @@ function ChainLogo(id, light = false) {
|
|
|
133
138
|
return Chain325000Light;
|
|
134
139
|
case "34443light":
|
|
135
140
|
return Chain34443Light;
|
|
141
|
+
case "480light":
|
|
142
|
+
return Chain480Light;
|
|
136
143
|
case "4913light":
|
|
137
144
|
return Chain4913Light;
|
|
138
145
|
case "5000light":
|
|
@@ -159,6 +166,8 @@ function ChainLogo(id, light = false) {
|
|
|
159
166
|
return Chain82Light;
|
|
160
167
|
case "994873017light":
|
|
161
168
|
return Chain994873017Light;
|
|
169
|
+
case "33139":
|
|
170
|
+
return Chain33139;
|
|
162
171
|
case "33111":
|
|
163
172
|
return Chain33111;
|
|
164
173
|
case "42161":
|
|
@@ -169,6 +178,8 @@ function ChainLogo(id, light = false) {
|
|
|
169
178
|
return Chain3776;
|
|
170
179
|
case "6038361":
|
|
171
180
|
return Chain6038361;
|
|
181
|
+
case "2340":
|
|
182
|
+
return Chain2340;
|
|
172
183
|
case "43114":
|
|
173
184
|
return Chain43114;
|
|
174
185
|
case "43113":
|
|
@@ -323,6 +334,10 @@ function ChainLogo(id, light = false) {
|
|
|
323
334
|
return Chain167009;
|
|
324
335
|
case "1301":
|
|
325
336
|
return Chain1301;
|
|
337
|
+
case "480":
|
|
338
|
+
return Chain480;
|
|
339
|
+
case "4801":
|
|
340
|
+
return Chain4801;
|
|
326
341
|
case "196":
|
|
327
342
|
return Chain196;
|
|
328
343
|
case "195":
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#6C6D6D" d="M7.23394 8.32297H4.80713C4.36134 8.32297 4 8.65631 4 9.06746V11.306C4 11.7172 4.36134 12.0506 4.80713 12.0506H7.23394C7.67973 12.0506 8.04115 11.7172 8.04115 11.306V9.06746C8.04115 8.65631 7.67973 8.32297 7.23394 8.32297Z"/>
|
|
3
|
+
<path fill="#6C6D6D" d="M8.04575 5.35973V7.58357C8.04575 7.99504 8.40684 8.32815 8.85296 8.32815H14.0623C14.7739 8.32815 15.1403 7.53457 14.6412 7.06436L12.2834 4.84052C12.1294 4.69847 11.9223 4.61523 11.7046 4.61523H8.8476C8.40157 4.61523 8.04048 4.94834 8.04048 5.35973H8.04575Z"/>
|
|
4
|
+
<path fill="#6C6D6D" d="M15.9694 10.078V11.3123C15.9694 11.7238 15.6083 12.0569 15.1623 12.0569H8.84301C8.39689 12.0569 8.0358 12.3899 8.0358 12.8014V14.9126C8.0358 15.324 7.6747 15.6572 7.22867 15.6572H4.80713C4.36109 15.6572 4 15.9903 4 16.4016V18.6402C4 19.0516 4.36109 19.3847 4.80713 19.3847H7.23394C7.68006 19.3847 8.04115 19.0516 8.04115 18.6402V16.529C8.04115 16.1175 8.40225 15.7845 8.84828 15.7845H15.1675C15.6137 15.7845 15.9747 16.1175 15.9747 16.529V18.6402C15.9747 19.0516 16.3358 19.3847 16.7819 19.3847H19.1928C19.6388 19.3847 20 19.0516 20 18.6402V12.2528C20 12.052 19.915 11.861 19.7557 11.7189L17.3448 9.54898C16.835 9.08851 15.9747 9.42161 15.9747 10.0829L15.9694 10.078Z"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<rect width="17.2" height="17.2" x="3.40002" y="3.40002" fill="#0054FA" rx="8.6"/>
|
|
3
|
+
<path fill="white" d="M8.0087 8.8114H9.19798L9.96498 15.1887H8.95667L8.84464 13.8012H8.31033L8.19829 15.1887H7.2417L8.0087 8.8114ZM8.48269 11.6467L8.37927 12.9566H8.7757L8.66366 11.6467L8.5861 10.5436H8.56025L8.48269 11.6467Z"/>
|
|
4
|
+
<path fill="white" d="M12.0783 15.1887H11.0527V8.8114H12.3971C13.1297 8.8114 13.5778 9.2423 13.5778 10.0179V11.5864C13.5778 12.3534 13.1297 12.7843 12.3971 12.7843H12.0783V15.1887ZM12.0869 12.0173H12.3109C12.4833 12.0173 12.5522 11.8622 12.5522 11.5864V10.0179C12.5522 9.73352 12.4833 9.5784 12.3109 9.5784H12.0869V12.0173Z"/>
|
|
5
|
+
<path fill="white" d="M14.7591 15.1887V8.8114H16.7585V9.65596H15.7847V11.5433H16.6551V12.3879H15.7847V14.3441H16.7585V15.1887H14.7591Z"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#DDDDDD" d="M16.3121 4.54989C14.9946 3.78331 13.5573 3.40002 12.0001 3.40002C10.443 3.40002 9.00572 3.78331 7.68817 4.54989C6.37062 5.31646 5.31658 6.3705 4.55001 7.68805C3.78343 9.00559 3.40015 10.4429 3.40015 12C3.40015 13.5571 3.78343 14.9945 4.55001 16.312C5.31658 17.6295 6.37062 18.6836 7.68817 19.4502C9.00572 20.2167 10.443 20.6 12.0001 20.6C13.5573 20.6 14.9946 20.2167 16.3121 19.4502C17.6297 18.6836 18.6837 17.6295 19.4503 16.312C20.2169 14.9945 20.6001 13.5571 20.6001 12C20.6001 10.4429 20.2169 9.00559 19.4503 7.68805C18.6837 6.3705 17.6297 5.31646 16.3121 4.54989ZM12.5032 15.1142C11.521 15.1142 10.7545 14.8268 10.1556 14.2758C9.74833 13.8925 9.48483 13.4374 9.36505 12.8864H18.6598C18.5639 13.6769 18.3244 14.4195 17.989 15.1142H12.5272H12.5032ZM9.36505 11.1376C9.48483 10.6106 9.74833 10.1315 10.1556 9.74821C10.7545 9.19724 11.521 8.90977 12.5032 8.90977H17.989C18.3483 9.60448 18.5639 10.3471 18.6598 11.1376H9.36505ZM6.15502 8.5744C6.75391 7.54432 7.56839 6.70587 8.59847 6.10699C9.62856 5.5081 10.7545 5.19668 12.0001 5.19668C13.2458 5.19668 14.3717 5.5081 15.4018 6.10699C15.9288 6.41841 16.384 6.77774 16.8152 7.20894H12.4793C11.4971 7.20894 10.6107 7.42454 9.84416 7.83178C9.07759 8.23902 8.4787 8.81395 8.07146 9.53262C7.78399 10.0357 7.59235 10.5867 7.49653 11.1616H5.36449C5.46031 10.2513 5.74778 9.38888 6.20293 8.59835L6.15502 8.5744ZM15.3779 17.8931C14.3478 18.4919 13.2219 18.8034 11.9762 18.8034C10.7305 18.8034 9.6046 18.4919 8.57452 17.8931C7.54444 17.2942 6.72995 16.4557 6.13107 15.4257C5.67591 14.6351 5.38845 13.7967 5.29263 12.8864H7.42466C7.52048 13.4613 7.71212 14.0123 7.99959 14.5153C8.43079 15.234 9.02967 15.785 9.77229 16.2162C10.5389 16.6234 11.4252 16.839 12.4074 16.839H16.7194C16.3121 17.2463 15.857 17.6056 15.3539 17.8931H15.3779Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M16.3121 4.54989C14.9946 3.78331 13.5573 3.40002 12.0001 3.40002C10.443 3.40002 9.00572 3.78331 7.68817 4.54989C6.37062 5.31646 5.31658 6.3705 4.55001 7.68805C3.78343 9.00559 3.40015 10.4429 3.40015 12C3.40015 13.5571 3.78343 14.9945 4.55001 16.312C5.31658 17.6295 6.37062 18.6836 7.68817 19.4502C9.00572 20.2167 10.443 20.6 12.0001 20.6C13.5573 20.6 14.9946 20.2167 16.3121 19.4502C17.6297 18.6836 18.6837 17.6295 19.4503 16.312C20.2169 14.9945 20.6001 13.5571 20.6001 12C20.6001 10.4429 20.2169 9.00559 19.4503 7.68805C18.6837 6.3705 17.6297 5.31646 16.3121 4.54989ZM12.5032 15.1142C11.521 15.1142 10.7545 14.8268 10.1556 14.2758C9.74833 13.8925 9.48483 13.4374 9.36505 12.8864H18.6598C18.5639 13.6769 18.3244 14.4195 17.989 15.1142H12.5272H12.5032ZM9.36505 11.1376C9.48483 10.6106 9.74833 10.1315 10.1556 9.74821C10.7545 9.19724 11.521 8.90977 12.5032 8.90977H17.989C18.3483 9.60448 18.5639 10.3471 18.6598 11.1376H9.36505ZM6.15502 8.5744C6.75391 7.54432 7.56839 6.70587 8.59847 6.10699C9.62856 5.5081 10.7545 5.19668 12.0001 5.19668C13.2458 5.19668 14.3717 5.5081 15.4018 6.10699C15.9288 6.41841 16.384 6.77774 16.8152 7.20894H12.4793C11.4971 7.20894 10.6107 7.42454 9.84416 7.83178C9.07759 8.23902 8.4787 8.81395 8.07146 9.53262C7.78399 10.0357 7.59235 10.5867 7.49653 11.1616H5.36449C5.46031 10.2513 5.74778 9.38888 6.20293 8.59835L6.15502 8.5744ZM15.3779 17.8931C14.3478 18.4919 13.2219 18.8034 11.9762 18.8034C10.7305 18.8034 9.6046 18.4919 8.57452 17.8931C7.54444 17.2942 6.72995 16.4557 6.13107 15.4257C5.67591 14.6351 5.38845 13.7967 5.29263 12.8864H7.42466C7.52048 13.4613 7.71212 14.0123 7.99959 14.5153C8.43079 15.234 9.02967 15.785 9.77229 16.2162C10.5389 16.6234 11.4252 16.839 12.4074 16.839H16.7194C16.3121 17.2463 15.857 17.6056 15.3539 17.8931H15.3779Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#1E2739" d="M16.3121 4.54989C14.9946 3.78331 13.5573 3.40002 12.0001 3.40002C10.443 3.40002 9.00572 3.78331 7.68817 4.54989C6.37062 5.31646 5.31658 6.3705 4.55001 7.68805C3.78343 9.00559 3.40015 10.4429 3.40015 12C3.40015 13.5571 3.78343 14.9945 4.55001 16.312C5.31658 17.6295 6.37062 18.6836 7.68817 19.4502C9.00572 20.2167 10.443 20.6 12.0001 20.6C13.5573 20.6 14.9946 20.2167 16.3121 19.4502C17.6297 18.6836 18.6837 17.6295 19.4503 16.312C20.2169 14.9945 20.6001 13.5571 20.6001 12C20.6001 10.4429 20.2169 9.00559 19.4503 7.68805C18.6837 6.3705 17.6297 5.31646 16.3121 4.54989ZM12.5032 15.1142C11.521 15.1142 10.7545 14.8268 10.1556 14.2758C9.74833 13.8925 9.48483 13.4374 9.36505 12.8864H18.6598C18.5639 13.6769 18.3244 14.4195 17.989 15.1142H12.5272H12.5032ZM9.36505 11.1376C9.48483 10.6106 9.74833 10.1315 10.1556 9.74821C10.7545 9.19724 11.521 8.90977 12.5032 8.90977H17.989C18.3483 9.60448 18.5639 10.3471 18.6598 11.1376H9.36505ZM6.15502 8.5744C6.75391 7.54432 7.56839 6.70587 8.59847 6.10699C9.62856 5.5081 10.7545 5.19668 12.0001 5.19668C13.2458 5.19668 14.3717 5.5081 15.4018 6.10699C15.9288 6.41841 16.384 6.77774 16.8152 7.20894H12.4793C11.4971 7.20894 10.6107 7.42454 9.84416 7.83178C9.07759 8.23902 8.4787 8.81395 8.07146 9.53262C7.78399 10.0357 7.59235 10.5867 7.49653 11.1616H5.36449C5.46031 10.2513 5.74778 9.38888 6.20293 8.59835L6.15502 8.5744ZM15.3779 17.8931C14.3478 18.4919 13.2219 18.8034 11.9762 18.8034C10.7305 18.8034 9.6046 18.4919 8.57452 17.8931C7.54444 17.2942 6.72995 16.4557 6.13107 15.4257C5.67591 14.6351 5.38845 13.7967 5.29263 12.8864H7.42466C7.52048 13.4613 7.71212 14.0123 7.99959 14.5153C8.43079 15.234 9.02967 15.785 9.77229 16.2162C10.5389 16.6234 11.4252 16.839 12.4074 16.839H16.7194C16.3121 17.2463 15.857 17.6056 15.3539 17.8931H15.3779Z"/>
|
|
3
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api3/logos",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@babel/preset-react": "^7.25.9",
|
|
27
27
|
"@changesets/changelog-github": "^0.5.0",
|
|
28
28
|
"@changesets/cli": "^2.27.9",
|
|
29
|
-
"@api3/dapi-management": "1.
|
|
29
|
+
"@api3/dapi-management": "1.103.0",
|
|
30
30
|
"dropbox": "^10.34.0",
|
|
31
31
|
"node-fetch": "^2.7.0",
|
|
32
32
|
"dotenv": "^16.4.5",
|