@subwallet/chain-list 0.2.5-beta.0 → 0.2.5-beta.1

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.
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.2.5-beta.0'
16
+ version: '0.2.5-beta.1'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
package/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  // Copyright 2019-2022 @subwallet/chain-list authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
- import _AssetLogoMap from '@subwallet/chain-list/data/AssetLogoMap.json';
5
- import _AssetRefMap from '@subwallet/chain-list/data/AssetRef.json';
6
- import _ChainAssetMap from '@subwallet/chain-list/data/ChainAsset.json';
7
- import _ChainInfoMap from '@subwallet/chain-list/data/ChainInfo.json';
8
- import _ChainLogoMap from '@subwallet/chain-list/data/ChainLogoMap.json';
9
- import _MultiChainAssetMap from '@subwallet/chain-list/data/MultiChainAsset.json';
4
+ import _AssetLogoMap from '@subwallet/chain-list/data/AssetLogoMap.json' assert { type: 'json' };
5
+ import _AssetRefMap from '@subwallet/chain-list/data/AssetRef.json' assert { type: 'json' };
6
+ import _ChainAssetMap from '@subwallet/chain-list/data/ChainAsset.json' assert { type: 'json' };
7
+ import _ChainInfoMap from '@subwallet/chain-list/data/ChainInfo.json' assert { type: 'json' };
8
+ import _ChainLogoMap from '@subwallet/chain-list/data/ChainLogoMap.json' assert { type: 'json' };
9
+ import _MultiChainAssetMap from '@subwallet/chain-list/data/MultiChainAsset.json' assert { type: 'json' };
10
10
  export const ChainInfoMap = _ChainInfoMap;
11
11
  export const ChainAssetMap = _ChainAssetMap;
12
12
  export const AssetRefMap = _AssetRefMap;
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.5-beta.0",
23
+ "version": "0.2.5-beta.1",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
package/packageInfo.js CHANGED
@@ -7,5 +7,5 @@ export const packageInfo = {
7
7
  name: '@subwallet/chain-list',
8
8
  path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
9
9
  type: 'esm',
10
- version: '0.2.5-beta.0'
10
+ version: '0.2.5-beta.1'
11
11
  };