@juno-network/assets 0.16.0 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/types/index.d.ts +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juno-network/assets",
3
- "version": "0.16.0",
3
+ "version": "0.18.0",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/CosmosContracts/typescript",
@@ -80,5 +80,5 @@
80
80
  "@babel/runtime": "^7.19.4",
81
81
  "@chain-registry/types": "0.14.0"
82
82
  },
83
- "gitHead": "54b31c09d0007a711008f6f7e4755e9aa697d50d"
83
+ "gitHead": "2a9f1d4cd2daf768b508f7af20cc60a7c7404500"
84
84
  }
package/types/index.d.ts CHANGED
@@ -4,11 +4,11 @@ import chain from './chain';
4
4
  import testnet from './testnet';
5
5
  import testnet_assets from './testnet_assets';
6
6
  declare const _default: {
7
- chain: import("@chain-registry/types").Chain;
8
- assets: import("@chain-registry/types").AssetList;
9
- asset_list: import("@chain-registry/types").AssetList;
10
- testnet: import("@chain-registry/types").Chain;
11
- testnet_assets: import("@chain-registry/types").AssetList;
7
+ chain: import('@chain-registry/types').Chain;
8
+ assets: import('@chain-registry/types').AssetList;
9
+ asset_list: import('@chain-registry/types').AssetList;
10
+ testnet: import('@chain-registry/types').Chain;
11
+ testnet_assets: import('@chain-registry/types').AssetList;
12
12
  };
13
13
  export default _default;
14
14
  export { asset_list, assets, chain, testnet, testnet_assets };