@bitgo-beta/sdk-coin-bsc 1.3.3-alpha.20 → 1.3.3-alpha.21

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.
package/.mocharc.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  require: 'ts-node/register'
2
- timeout: '120000'
2
+ timeout: '60000'
3
3
  reporter: 'min'
4
4
  reporter-option:
5
5
  - 'cdn=true'
package/CHANGELOG.md CHANGED
@@ -3,30 +3,6 @@
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.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
-
8
- **Note:** Version bump only for package @bitgo/sdk-coin-bsc
9
-
10
- # [3.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.1.5...@bitgo/sdk-coin-bsc@3.3.0) (2023-02-16)
11
-
12
- ### Bug Fixes
13
-
14
- - **sdk-coin-bsc:** build from txHex ([15173e9](https://github.com/BitGo/BitGoJS/commit/15173e967741964f19b042a9523e280ec758e440))
15
-
16
- ### Features
17
-
18
- - **account-lib:** make rangeproof stuff async ([380f288](https://github.com/BitGo/BitGoJS/commit/380f288e9cc5f6e98834e118bad65787e836c5a2))
19
-
20
- # [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.1.5...@bitgo/sdk-coin-bsc@3.2.0) (2023-02-08)
21
-
22
- ### Bug Fixes
23
-
24
- - **sdk-coin-bsc:** build from txHex ([15173e9](https://github.com/BitGo/BitGoJS/commit/15173e967741964f19b042a9523e280ec758e440))
25
-
26
- ### Features
27
-
28
- - **account-lib:** make rangeproof stuff async ([380f288](https://github.com/BitGo/BitGoJS/commit/380f288e9cc5f6e98834e118bad65787e836c5a2))
29
-
30
6
  ## [3.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.1.5...@bitgo/sdk-coin-bsc@3.1.6) (2023-01-30)
31
7
 
32
8
  **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.20",
3
+ "version": "1.3.3-alpha.21",
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.20",
44
- "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.20",
45
- "@bitgo-beta/sdk-core": "2.4.1-alpha.20",
46
- "@bitgo-beta/statics": "10.0.1-alpha.20",
43
+ "@bitgo-beta/abstract-eth": "1.2.3-alpha.21",
44
+ "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.21",
45
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.21",
46
+ "@bitgo-beta/statics": "10.0.1-alpha.21",
47
47
  "@ethereumjs/common": "^2.4.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@bitgo-beta/sdk-api": "1.6.1-alpha.20",
51
- "@bitgo-beta/sdk-test": "^1.2.15"
50
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.21",
51
+ "@bitgo-beta/sdk-test": "^1.2.12"
52
52
  },
53
- "gitHead": "d8649762f34588bb46b97089be3365e3a3e77650"
53
+ "gitHead": "54b088879459721d54764501dcd2376c59b8450f"
54
54
  }