@bitgo/sdk-coin-avaxc 4.0.6 → 5.0.1

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 +9 -9
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
+ ## [5.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@5.0.0...@bitgo/sdk-coin-avaxc@5.0.1) (2024-04-25)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-avaxc
9
+
10
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@4.0.6...@bitgo/sdk-coin-avaxc@5.0.0) (2024-04-24)
11
+
12
+ ### Bug Fixes
13
+
14
+ - superagent upgrade to 9.0 ([6e9aa43](https://github.com/BitGo/BitGoJS/commit/6e9aa43a6d2999298abd450ceb168d664b8b926d))
15
+
16
+ ### Features
17
+
18
+ - **abstract-eth:** support txn bulding for v4 wallet on eth chain ([d8aabea](https://github.com/BitGo/BitGoJS/commit/d8aabead0197072ee5b6c7fb11bd9c379606208d))
19
+
20
+ ### BREAKING CHANGES
21
+
22
+ - **abstract-eth:** Made ChainID mandatory for signAndBuild method
23
+
6
24
  ## [4.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@4.0.5...@bitgo/sdk-coin-avaxc@4.0.6) (2024-04-22)
7
25
 
8
26
  **Note:** Version bump only for package @bitgo/sdk-coin-avaxc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-avaxc",
3
- "version": "4.0.6",
3
+ "version": "5.0.1",
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,10 +40,10 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo/sdk-coin-avaxp": "^5.0.6",
44
- "@bitgo/sdk-coin-eth": "^23.1.6",
45
- "@bitgo/sdk-core": "^26.8.1",
46
- "@bitgo/statics": "^48.8.0",
43
+ "@bitgo/sdk-coin-avaxp": "^5.0.8",
44
+ "@bitgo/sdk-coin-eth": "^24.1.0",
45
+ "@bitgo/sdk-core": "^26.9.0",
46
+ "@bitgo/statics": "^48.8.1",
47
47
  "@bitgo/utxo-lib": "^9.36.0",
48
48
  "@ethereumjs/common": "^2.6.5",
49
49
  "bignumber.js": "^9.1.1",
@@ -52,12 +52,12 @@
52
52
  "keccak": "^3.0.3",
53
53
  "lodash": "^4.17.14",
54
54
  "secp256k1": "5.0.0",
55
- "superagent": "^3.8.3"
55
+ "superagent": "^9.0.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@bitgo/sdk-api": "^1.45.2",
59
- "@bitgo/sdk-test": "^8.0.12",
58
+ "@bitgo/sdk-api": "^1.45.4",
59
+ "@bitgo/sdk-test": "^8.0.14",
60
60
  "ethers": "^5.1.3"
61
61
  },
62
- "gitHead": "ac8f000f8db4c35d69fe9dfd7043025335a02b43"
62
+ "gitHead": "ce8263362a087b79aa6b74d7eeb10e9640f12b52"
63
63
  }