@bitgo/sdk-coin-bsc 20.1.0 → 21.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,32 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [21.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@21.0.0...@bitgo/sdk-coin-bsc@21.0.1) (2024-02-22)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-bsc
9
+
10
+ # [21.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@21.0.0) (2024-02-19)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
15
+
16
+ ### Code Refactoring
17
+
18
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
19
+
20
+ ### Features
21
+
22
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
27
+ a new class AbstractEthLikeNewCoins which will be having both multisig
28
+ and MPC related methods
29
+
30
+ TICKET: WIN-1021
31
+
6
32
  # [20.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@20.0.0) (2024-01-30)
7
33
 
8
34
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-bsc",
3
- "version": "20.1.0",
3
+ "version": "21.0.1",
4
4
  "description": "BitGo SDK coin library for Binance Smart Chain",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,15 +40,15 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo/abstract-eth": "^18.1.0",
44
- "@bitgo/sdk-coin-eth": "^21.1.0",
45
- "@bitgo/sdk-core": "^25.1.0",
46
- "@bitgo/statics": "^46.1.0",
43
+ "@bitgo/abstract-eth": "^19.0.1",
44
+ "@bitgo/sdk-coin-eth": "^22.0.1",
45
+ "@bitgo/sdk-core": "^26.1.0",
46
+ "@bitgo/statics": "^47.1.0",
47
47
  "@ethereumjs/common": "^2.6.5"
48
48
  },
49
49
  "devDependencies": {
50
- "@bitgo/sdk-api": "^1.42.0",
51
- "@bitgo/sdk-test": "^7.1.0"
50
+ "@bitgo/sdk-api": "^1.43.1",
51
+ "@bitgo/sdk-test": "^8.0.1"
52
52
  },
53
- "gitHead": "37753b2db011cb776da6bf73c2313cd95ec97f5b"
53
+ "gitHead": "a41ea5f31c4e917e93f9f0a83d9d4ff03711c08d"
54
54
  }