@bitgo-beta/sdk-coin-bsc 1.3.3-alpha.50 → 1.3.3-alpha.52

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 +28 -0
  2. package/package.json +8 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,34 @@
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
+ # [3.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.5.4...@bitgo/sdk-coin-bsc@3.6.0) (2023-06-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **root:** update module deps ([98e0945](https://github.com/BitGo/BitGoJS/commit/98e09451f3ead6a0dd7c3aa3df62f8d000ba2f0e))
11
+
12
+ ### Features
13
+
14
+ - **sdk-core:** refactor signConvert to steps ([94e2cae](https://github.com/BitGo/BitGoJS/commit/94e2cae6e1292a4e9684c3c2ab7141221137d52e))
15
+ - **sdk-core:** simplify mpc.appendChallenge ([67bee8f](https://github.com/BitGo/BitGoJS/commit/67bee8f1b4f37cd12d6d14ea4d51ddcfde679563))
16
+ - **sdk-lib-mpc:** make rangeProof challenges mandatory for appendChallenge ([1f68b30](https://github.com/BitGo/BitGoJS/commit/1f68b30676966720cb1a42c039e35d3ddeea4974))
17
+
18
+ ## [3.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.5.3...@bitgo/sdk-coin-bsc@3.5.4) (2023-05-25)
19
+
20
+ **Note:** Version bump only for package @bitgo/sdk-coin-bsc
21
+
22
+ ## [3.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.5.2...@bitgo/sdk-coin-bsc@3.5.3) (2023-05-17)
23
+
24
+ **Note:** Version bump only for package @bitgo/sdk-coin-bsc
25
+
26
+ ## [3.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.5.1...@bitgo/sdk-coin-bsc@3.5.2) (2023-05-10)
27
+
28
+ **Note:** Version bump only for package @bitgo/sdk-coin-bsc
29
+
30
+ ## [3.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.5.0...@bitgo/sdk-coin-bsc@3.5.1) (2023-05-03)
31
+
32
+ **Note:** Version bump only for package @bitgo/sdk-coin-bsc
33
+
6
34
  # [3.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.4.1...@bitgo/sdk-coin-bsc@3.5.0) (2023-04-25)
7
35
 
8
36
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-bsc",
3
- "version": "1.3.3-alpha.50",
3
+ "version": "1.3.3-alpha.52",
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,16 +40,15 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.2.3-alpha.50",
44
- "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.50",
45
- "@bitgo-beta/sdk-core": "2.4.1-alpha.50",
46
- "@bitgo-beta/sdk-lib-mpc": "8.2.1-alpha.5",
47
- "@bitgo-beta/statics": "10.0.1-alpha.50",
43
+ "@bitgo-beta/abstract-eth": "1.2.3-alpha.52",
44
+ "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.52",
45
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.52",
46
+ "@bitgo-beta/statics": "10.0.1-alpha.52",
48
47
  "@ethereumjs/common": "^2.4.0"
49
48
  },
50
49
  "devDependencies": {
51
- "@bitgo-beta/sdk-api": "1.6.1-alpha.50",
52
- "@bitgo-beta/sdk-test": "^1.2.18"
50
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.52",
51
+ "@bitgo-beta/sdk-test": "^1.2.23"
53
52
  },
54
- "gitHead": "da27bbd53fd44a43a75bd1d57f2c82a98d91dd06"
53
+ "gitHead": "ce20ee41a7a39623bfd344b8b2ef9b7f18bf822f"
55
54
  }