@bitgo-beta/sdk-coin-bsc 1.3.3-alpha.92 → 1.3.3-alpha.94

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 +154 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,160 @@
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
+ # [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@10.0.0) (2023-12-05)
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
+ # [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@9.0.0) (2023-11-28)
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
+ # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@8.0.0) (2023-11-24)
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
+
72
+ # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@7.0.0) (2023-11-17)
73
+
74
+ ### Bug Fixes
75
+
76
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
77
+
78
+ ### Code Refactoring
79
+
80
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
81
+
82
+ ### Features
83
+
84
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
85
+
86
+ ### BREAKING CHANGES
87
+
88
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
89
+ a new class AbstractEthLikeNewCoins which will be having both multisig
90
+ and MPC related methods
91
+
92
+ TICKET: WIN-1021
93
+
94
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@6.0.0) (2023-11-13)
95
+
96
+ ### Bug Fixes
97
+
98
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
99
+
100
+ ### Code Refactoring
101
+
102
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
103
+
104
+ ### Features
105
+
106
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
107
+
108
+ ### BREAKING CHANGES
109
+
110
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
111
+ a new class AbstractEthLikeNewCoins which will be having both multisig
112
+ and MPC related methods
113
+
114
+ TICKET: WIN-1021
115
+
116
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@5.0.0) (2023-11-13)
117
+
118
+ ### Bug Fixes
119
+
120
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
121
+
122
+ ### Code Refactoring
123
+
124
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
125
+
126
+ ### Features
127
+
128
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
129
+
130
+ ### BREAKING CHANGES
131
+
132
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
133
+ a new class AbstractEthLikeNewCoins which will be having both multisig
134
+ and MPC related methods
135
+
136
+ TICKET: WIN-1021
137
+
138
+ # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@4.0.0) (2023-11-13)
139
+
140
+ ### Bug Fixes
141
+
142
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
143
+
144
+ ### Code Refactoring
145
+
146
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
147
+
148
+ ### Features
149
+
150
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
151
+
152
+ ### BREAKING CHANGES
153
+
154
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
155
+ a new class AbstractEthLikeNewCoins which will be having both multisig
156
+ and MPC related methods
157
+
158
+ TICKET: WIN-1021
159
+
6
160
  # [3.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@3.10.0) (2023-10-20)
7
161
 
8
162
  ### 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.92",
3
+ "version": "1.3.3-alpha.94",
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.92",
44
- "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.92",
45
- "@bitgo-beta/sdk-core": "2.4.1-alpha.92",
46
- "@bitgo-beta/statics": "10.0.1-alpha.92",
43
+ "@bitgo-beta/abstract-eth": "1.2.3-alpha.94",
44
+ "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.94",
45
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.94",
46
+ "@bitgo-beta/statics": "10.0.1-alpha.94",
47
47
  "@ethereumjs/common": "^2.6.5"
48
48
  },
49
49
  "devDependencies": {
50
- "@bitgo-beta/sdk-api": "1.6.1-alpha.92",
51
- "@bitgo-beta/sdk-test": "^1.2.43"
50
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.94",
51
+ "@bitgo-beta/sdk-test": "^1.2.50"
52
52
  },
53
- "gitHead": "3b6f80a66ea0d89df6785b63f16df31c94199ae0"
53
+ "gitHead": "283892837b2eddd062dcc489c370ee120fdcf459"
54
54
  }