@bitgo-beta/sdk-coin-bsc 1.3.3-alpha.42 → 1.3.3-alpha.44

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 +18 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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.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
+
8
+ ### Features
9
+
10
+ - **sdk-core:** update ecdsa signing to use enterprise challenge ([c626f00](https://github.com/BitGo/BitGoJS/commit/c626f00e141db2ef4147b3e0c4badf1776729465))
11
+
12
+ ## [3.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.4.0...@bitgo/sdk-coin-bsc@3.4.1) (2023-04-20)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **root:** update tests using safe primes ([5a275ff](https://github.com/BitGo/BitGoJS/commit/5a275ffbf3eecf351dfbb0b4538d62dd0a2f2a43))
17
+
18
+ # [3.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.3.1...@bitgo/sdk-coin-bsc@3.4.0) (2023-04-13)
19
+
20
+ ### Features
21
+
22
+ - **sdk-coin-bsc:** allow account consolidations ([0d94585](https://github.com/BitGo/BitGoJS/commit/0d94585cb5ddcbb1a90388930287c5952f67f658))
23
+
6
24
  ## [3.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.3.0...@bitgo/sdk-coin-bsc@3.3.1) (2023-02-17)
7
25
 
8
26
  **Note:** Version bump only for package @bitgo/sdk-coin-bsc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-bsc",
3
- "version": "1.3.3-alpha.42",
3
+ "version": "1.3.3-alpha.44",
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.42",
44
- "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.42",
45
- "@bitgo-beta/sdk-core": "2.4.1-alpha.42",
46
- "@bitgo-beta/statics": "10.0.1-alpha.42",
43
+ "@bitgo-beta/abstract-eth": "1.2.3-alpha.44",
44
+ "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.44",
45
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.44",
46
+ "@bitgo-beta/statics": "10.0.1-alpha.44",
47
47
  "@ethereumjs/common": "^2.4.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@bitgo-beta/sdk-api": "1.6.1-alpha.42",
51
- "@bitgo-beta/sdk-test": "^1.2.15"
50
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.44",
51
+ "@bitgo-beta/sdk-test": "^1.2.18"
52
52
  },
53
- "gitHead": "1d4d7fb4d117d6b1c3493baa99edd7dd6a4710c6"
53
+ "gitHead": "7d8e08dfd33224760e35c4aeff0e6f2018aeff04"
54
54
  }