@lifi/types 3.1.0 → 3.1.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
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
+ ### [3.1.1](https://github.com/lifinance/types/compare/v3.1.0...v3.1.1) (2023-03-24)
6
+
5
7
  ## [3.1.0](https://github.com/lifinance/types/compare/v3.0.0...v3.1.0) (2023-03-24)
6
8
 
7
9
 
@@ -11,6 +13,7 @@ All notable changes to this project will be documented in this file. See [standa
11
13
 
12
14
  ## [3.0.0](https://github.com/lifinance/types/compare/v2.6.1...v3.0.0) (2023-03-23)
13
15
 
16
+ ### [2.6.2](https://github.com/lifinance/types/compare/v2.6.1...v2.6.2) (2023-03-24)
14
17
 
15
18
  ### ⚠ BREAKING CHANGES
16
19
 
package/dist/base.d.ts CHANGED
@@ -32,6 +32,7 @@ export declare enum CoinKey {
32
32
  EVM = "EVM",
33
33
  USDT = "USDT",
34
34
  USDC = "USDC",
35
+ BUSD = "BUSD",
35
36
  TEST = "TEST",
36
37
  KAL = "KAL",
37
38
  SDIODE = "SDIODE",
package/dist/base.js CHANGED
@@ -32,6 +32,7 @@ export var CoinKey;
32
32
  // Stable coins
33
33
  CoinKey["USDT"] = "USDT";
34
34
  CoinKey["USDC"] = "USDC";
35
+ CoinKey["BUSD"] = "BUSD";
35
36
  // Testnet
36
37
  CoinKey["TEST"] = "TEST";
37
38
  CoinKey["KAL"] = "KAL";
@@ -32,6 +32,7 @@ export declare enum CoinKey {
32
32
  EVM = "EVM",
33
33
  USDT = "USDT",
34
34
  USDC = "USDC",
35
+ BUSD = "BUSD",
35
36
  TEST = "TEST",
36
37
  KAL = "KAL",
37
38
  SDIODE = "SDIODE",
package/dist/cjs/base.js CHANGED
@@ -35,6 +35,7 @@ var CoinKey;
35
35
  // Stable coins
36
36
  CoinKey["USDT"] = "USDT";
37
37
  CoinKey["USDC"] = "USDC";
38
+ CoinKey["BUSD"] = "BUSD";
38
39
  // Testnet
39
40
  CoinKey["TEST"] = "TEST";
40
41
  CoinKey["KAL"] = "KAL";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",