@bitgo-beta/sdk-coin-bsc 1.3.3-alpha.96 → 1.3.3-alpha.98

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 +66 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,72 @@
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
+ # [16.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@16.0.0) (2024-01-22)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
11
+
12
+ ### Code Refactoring
13
+
14
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
15
+
16
+ ### Features
17
+
18
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
19
+
20
+ ### BREAKING CHANGES
21
+
22
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
23
+ a new class AbstractEthLikeNewCoins which will be having both multisig
24
+ and MPC related methods
25
+
26
+ TICKET: WIN-1021
27
+
28
+ # [15.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@15.0.0) (2024-01-09)
29
+
30
+ ### Bug Fixes
31
+
32
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
33
+
34
+ ### Code Refactoring
35
+
36
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
37
+
38
+ ### Features
39
+
40
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
41
+
42
+ ### BREAKING CHANGES
43
+
44
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
45
+ a new class AbstractEthLikeNewCoins which will be having both multisig
46
+ and MPC related methods
47
+
48
+ TICKET: WIN-1021
49
+
50
+ # [14.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@14.0.0) (2024-01-03)
51
+
52
+ ### Bug Fixes
53
+
54
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
55
+
56
+ ### Code Refactoring
57
+
58
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
59
+
60
+ ### Features
61
+
62
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
63
+
64
+ ### BREAKING CHANGES
65
+
66
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
67
+ a new class AbstractEthLikeNewCoins which will be having both multisig
68
+ and MPC related methods
69
+
70
+ TICKET: WIN-1021
71
+
6
72
  # [13.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@13.0.0) (2023-12-18)
7
73
 
8
74
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-bsc",
3
- "version": "1.3.3-alpha.96",
3
+ "version": "1.3.3-alpha.98",
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-beta/abstract-eth": "1.2.3-alpha.96",
44
- "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.96",
45
- "@bitgo-beta/sdk-core": "2.4.1-alpha.96",
46
- "@bitgo-beta/statics": "10.0.1-alpha.96",
43
+ "@bitgo-beta/abstract-eth": "1.2.3-alpha.98",
44
+ "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.98",
45
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.98",
46
+ "@bitgo-beta/statics": "10.0.1-alpha.98",
47
47
  "@ethereumjs/common": "^2.6.5"
48
48
  },
49
49
  "devDependencies": {
50
- "@bitgo-beta/sdk-api": "1.6.1-alpha.96",
51
- "@bitgo-beta/sdk-test": "^1.2.53"
50
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.98",
51
+ "@bitgo-beta/sdk-test": "^3.0.0"
52
52
  },
53
- "gitHead": "6d3a4a15387c52ba98476cfd306e8ca7239fad52"
53
+ "gitHead": "5b22fd7612bf0a35603e95bbd758109be61ad7a8"
54
54
  }