@bitgo-beta/sdk-coin-avaxc 2.2.3-alpha.92 → 2.2.3-alpha.93

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 +48 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,54 @@
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
+ # [2.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@2.6.0...@bitgo/sdk-coin-avaxc@2.13.0) (2023-11-17)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
11
+ - **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
12
+
13
+ ### Features
14
+
15
+ - **sdk-coin-avaxc:** add avax token support in recovery method ([2ace2a1](https://github.com/BitGo/BitGoJS/commit/2ace2a1d34688b7496f1c085ae666e00387f639c))
16
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
17
+
18
+ # [2.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@2.6.0...@bitgo/sdk-coin-avaxc@2.12.0) (2023-11-13)
19
+
20
+ ### Bug Fixes
21
+
22
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
23
+ - **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
24
+
25
+ ### Features
26
+
27
+ - **sdk-coin-avaxc:** add avax token support in recovery method ([2ace2a1](https://github.com/BitGo/BitGoJS/commit/2ace2a1d34688b7496f1c085ae666e00387f639c))
28
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
29
+
30
+ # [2.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@2.6.0...@bitgo/sdk-coin-avaxc@2.11.0) (2023-11-13)
31
+
32
+ ### Bug Fixes
33
+
34
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
35
+ - **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
36
+
37
+ ### Features
38
+
39
+ - **sdk-coin-avaxc:** add avax token support in recovery method ([2ace2a1](https://github.com/BitGo/BitGoJS/commit/2ace2a1d34688b7496f1c085ae666e00387f639c))
40
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
41
+
42
+ # [2.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@2.6.0...@bitgo/sdk-coin-avaxc@2.10.0) (2023-11-13)
43
+
44
+ ### Bug Fixes
45
+
46
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
47
+ - **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f))
48
+
49
+ ### Features
50
+
51
+ - **sdk-coin-avaxc:** add avax token support in recovery method ([2ace2a1](https://github.com/BitGo/BitGoJS/commit/2ace2a1d34688b7496f1c085ae666e00387f639c))
52
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
53
+
6
54
  # [2.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@2.6.0...@bitgo/sdk-coin-avaxc@2.9.0) (2023-10-20)
7
55
 
8
56
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-avaxc",
3
- "version": "2.2.3-alpha.92",
3
+ "version": "2.2.3-alpha.93",
4
4
  "description": "BitGo SDK coin library for Avalanche c-chain",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,11 +40,11 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/sdk-coin-avaxp": "3.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",
47
- "@bitgo-beta/utxo-lib": "4.0.1-alpha.92",
43
+ "@bitgo-beta/sdk-coin-avaxp": "3.2.3-alpha.93",
44
+ "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.93",
45
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.93",
46
+ "@bitgo-beta/statics": "10.0.1-alpha.93",
47
+ "@bitgo-beta/utxo-lib": "4.0.1-alpha.93",
48
48
  "@ethereumjs/common": "^2.6.5",
49
49
  "bignumber.js": "^9.1.1",
50
50
  "ethereumjs-abi": "^0.6.5",
@@ -55,9 +55,9 @@
55
55
  "superagent": "^3.8.3"
56
56
  },
57
57
  "devDependencies": {
58
- "@bitgo-beta/sdk-api": "1.6.1-alpha.92",
59
- "@bitgo-beta/sdk-test": "^1.2.43",
58
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.93",
59
+ "@bitgo-beta/sdk-test": "^1.2.47",
60
60
  "ethers": "^5.1.3"
61
61
  },
62
- "gitHead": "3b6f80a66ea0d89df6785b63f16df31c94199ae0"
62
+ "gitHead": "5e27532cade17c545a06a31c6baac6464232f92d"
63
63
  }