@bitgo-beta/sdk-coin-ethw 20.0.76-beta.9 → 20.0.76-beta.91

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 +34 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,40 @@
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
+ # [20.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@20.0.83...@bitgo/sdk-coin-ethw@20.1.0) (2025-06-05)
7
+
8
+ ### Features
9
+
10
+ - **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
11
+
12
+ ## [20.0.83](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@20.0.82...@bitgo/sdk-coin-ethw@20.0.83) (2025-06-02)
13
+
14
+ **Note:** Version bump only for package @bitgo/sdk-coin-ethw
15
+
16
+ ## [20.0.82](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@20.0.81...@bitgo/sdk-coin-ethw@20.0.82) (2025-05-28)
17
+
18
+ **Note:** Version bump only for package @bitgo/sdk-coin-ethw
19
+
20
+ ## [20.0.81](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@20.0.80...@bitgo/sdk-coin-ethw@20.0.81) (2025-05-22)
21
+
22
+ **Note:** Version bump only for package @bitgo/sdk-coin-ethw
23
+
24
+ ## [20.0.80](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@20.0.79...@bitgo/sdk-coin-ethw@20.0.80) (2025-05-20)
25
+
26
+ **Note:** Version bump only for package @bitgo/sdk-coin-ethw
27
+
28
+ ## [20.0.79](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@20.0.78...@bitgo/sdk-coin-ethw@20.0.79) (2025-05-07)
29
+
30
+ **Note:** Version bump only for package @bitgo/sdk-coin-ethw
31
+
32
+ ## [20.0.78](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@20.0.77...@bitgo/sdk-coin-ethw@20.0.78) (2025-04-29)
33
+
34
+ **Note:** Version bump only for package @bitgo/sdk-coin-ethw
35
+
36
+ ## [20.0.77](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@20.0.76...@bitgo/sdk-coin-ethw@20.0.77) (2025-04-25)
37
+
38
+ **Note:** Version bump only for package @bitgo/sdk-coin-ethw
39
+
6
40
  ## [20.0.76](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@20.0.75...@bitgo/sdk-coin-ethw@20.0.76) (2025-04-15)
7
41
 
8
42
  **Note:** Version bump only for package @bitgo/sdk-coin-ethw
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-ethw",
3
- "version": "20.0.76-beta.9",
3
+ "version": "20.0.76-beta.91",
4
4
  "description": "BitGo SDK coin library for Ethereum pow",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
19
19
  "license": "MIT",
20
20
  "engines": {
21
- "node": ">=18 <21"
21
+ "node": ">=18 <23"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",
@@ -40,15 +40,15 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/sdk-coin-eth": "4.4.1-beta.841",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.846",
45
- "@bitgo-beta/statics": "15.1.1-beta.849",
43
+ "@bitgo-beta/sdk-coin-eth": "4.4.1-beta.923",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.928",
45
+ "@bitgo-beta/statics": "15.1.1-beta.931",
46
46
  "ethereumjs-util": "7.1.5",
47
47
  "superagent": "^9.0.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@bitgo-beta/sdk-api": "1.10.1-beta.845",
51
- "@bitgo-beta/sdk-test": "^8.0.81"
50
+ "@bitgo-beta/sdk-api": "1.10.1-beta.927",
51
+ "@bitgo-beta/sdk-test": "^8.0.89"
52
52
  },
53
- "gitHead": "3bbe9faf85b1eee95f0dfd3c0ea99c812ea70092"
53
+ "gitHead": "f54ffddf5b5eb27195c40e8d987c415e271d4cd6"
54
54
  }