@lifi/types 2.6.2 → 3.1.0

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/CHANGELOG.md CHANGED
@@ -2,7 +2,24 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ### [2.6.2](https://github.com/lifinance/types/compare/v2.6.1...v2.6.2) (2023-03-24)
5
+ ## [3.1.0](https://github.com/lifinance/types/compare/v3.0.0...v3.1.0) (2023-03-24)
6
+
7
+
8
+ ### Features
9
+
10
+ * add allbridge icon ([#150](https://github.com/lifinance/types/issues/150)) ([880f74b](https://github.com/lifinance/types/commit/880f74be7ef92cfbc7bb80fec16b3e6504277c47))
11
+
12
+ ## [3.0.0](https://github.com/lifinance/types/compare/v2.6.1...v3.0.0) (2023-03-23)
13
+
14
+
15
+ ### ⚠ BREAKING CHANGES
16
+
17
+ * make feeCosts mandatory
18
+
19
+ ### Bug Fixes
20
+
21
+ * make description mandatory ([b279da3](https://github.com/lifinance/types/commit/b279da3f5d577ca349c70e93bc22d73ed7c20eb2))
22
+ * make feeCosts mandatory ([fe637a9](https://github.com/lifinance/types/commit/fe637a98aba93c3eeb1d9d36555e24549352fbe3))
6
23
 
7
24
  ### [2.6.1](https://github.com/lifinance/types/compare/v2.6.0...v2.6.1) (2023-03-22)
8
25
 
package/dist/base.d.ts CHANGED
@@ -32,7 +32,6 @@ export declare enum CoinKey {
32
32
  EVM = "EVM",
33
33
  USDT = "USDT",
34
34
  USDC = "USDC",
35
- BUSD = "BUSD",
36
35
  TEST = "TEST",
37
36
  KAL = "KAL",
38
37
  SDIODE = "SDIODE",
package/dist/base.js CHANGED
@@ -32,7 +32,6 @@ export var CoinKey;
32
32
  // Stable coins
33
33
  CoinKey["USDT"] = "USDT";
34
34
  CoinKey["USDC"] = "USDC";
35
- CoinKey["BUSD"] = "BUSD";
36
35
  // Testnet
37
36
  CoinKey["TEST"] = "TEST";
38
37
  CoinKey["KAL"] = "KAL";
@@ -32,7 +32,6 @@ export declare enum CoinKey {
32
32
  EVM = "EVM",
33
33
  USDT = "USDT",
34
34
  USDC = "USDC",
35
- BUSD = "BUSD",
36
35
  TEST = "TEST",
37
36
  KAL = "KAL",
38
37
  SDIODE = "SDIODE",
package/dist/cjs/base.js CHANGED
@@ -35,7 +35,6 @@ var CoinKey;
35
35
  // Stable coins
36
36
  CoinKey["USDT"] = "USDT";
37
37
  CoinKey["USDC"] = "USDC";
38
- CoinKey["BUSD"] = "BUSD";
39
38
  // Testnet
40
39
  CoinKey["TEST"] = "TEST";
41
40
  CoinKey["KAL"] = "KAL";
@@ -5,7 +5,7 @@ import { Bridge } from './bridges';
5
5
  import { Exchange, ExchangeAggregator } from './exchanges';
6
6
  export interface FeeCost {
7
7
  name: string;
8
- description?: string;
8
+ description: string;
9
9
  percentage: string;
10
10
  token: Token;
11
11
  amount: string;
package/dist/step.d.ts CHANGED
@@ -5,7 +5,7 @@ import { Bridge } from './bridges';
5
5
  import { Exchange, ExchangeAggregator } from './exchanges';
6
6
  export interface FeeCost {
7
7
  name: string;
8
- description?: string;
8
+ description: string;
9
9
  percentage: string;
10
10
  token: Token;
11
11
  amount: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "2.6.2",
3
+ "version": "3.1.0",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "author": "LI.FI <github@li.finanace>",
44
+ "author": "LI.FI <github@li.finance>",
45
45
  "license": "Apache-2.0",
46
46
  "keywords": [
47
47
  "sdk",