@bitgo-beta/sdk-coin-avaxc 2.2.3-alpha.86 → 2.2.3-alpha.88

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 +20 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
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.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
+
8
+ ### Bug Fixes
9
+
10
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
11
+
12
+ ### Features
13
+
14
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
15
+
16
+ # [2.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@2.6.0...@bitgo/sdk-coin-avaxc@2.8.0) (2023-10-18)
17
+
18
+ ### Bug Fixes
19
+
20
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
21
+
22
+ ### Features
23
+
24
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
25
+
6
26
  # [2.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@2.6.0...@bitgo/sdk-coin-avaxc@2.7.0) (2023-09-25)
7
27
 
8
28
  ### 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.86",
3
+ "version": "2.2.3-alpha.88",
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,12 +40,12 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/sdk-coin-avaxp": "3.2.3-alpha.86",
44
- "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.86",
45
- "@bitgo-beta/sdk-core": "2.4.1-alpha.86",
46
- "@bitgo-beta/statics": "10.0.1-alpha.86",
47
- "@bitgo-beta/utxo-lib": "4.0.1-alpha.86",
48
- "@ethereumjs/common": "^2.4.0",
43
+ "@bitgo-beta/sdk-coin-avaxp": "3.2.3-alpha.88",
44
+ "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.88",
45
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.88",
46
+ "@bitgo-beta/statics": "10.0.1-alpha.88",
47
+ "@bitgo-beta/utxo-lib": "4.0.1-alpha.88",
48
+ "@ethereumjs/common": "^2.6.5",
49
49
  "bignumber.js": "^8.0.1",
50
50
  "ethereumjs-abi": "^0.6.5",
51
51
  "ethereumjs-util": "7.1.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.86",
59
- "@bitgo-beta/sdk-test": "^1.2.41",
58
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.88",
59
+ "@bitgo-beta/sdk-test": "^1.2.43",
60
60
  "ethers": "^5.1.3"
61
61
  },
62
- "gitHead": "74c622c99f61b4f7a19f1c0775fe57560e787ac4"
62
+ "gitHead": "e0c1cffe79e9c4b063715544dbd044632886436d"
63
63
  }