@bitgo-beta/sdk-coin-ethlike 1.0.1-beta.680 → 1.0.1-beta.682
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/CHANGELOG.md +18 -0
- package/package.json +8 -8
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
|
+
# [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethlike@1.4.0...@bitgo/sdk-coin-ethlike@2.0.0) (2025-07-31)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- deprecate holesky and onboard hoodi testnet ([88c1f1e](https://github.com/BitGo/BitGoJS/commit/88c1f1edc98b1429d237259d95323b1b7f2939d0))
|
|
11
|
+
|
|
12
|
+
### BREAKING CHANGES
|
|
13
|
+
|
|
14
|
+
- deprecate holesky and onboard hoodi for ethereum testnet
|
|
15
|
+
|
|
16
|
+
Ticket: COIN-5021
|
|
17
|
+
|
|
18
|
+
# [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethlike@1.3.9...@bitgo/sdk-coin-ethlike@1.4.0) (2025-07-30)
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
- **root:** enable passing apiKey for recovery on eth likes ([dc8d3c2](https://github.com/BitGo/BitGoJS/commit/dc8d3c201b5ab82b05e1db69f310a0860e21bf78))
|
|
23
|
+
|
|
6
24
|
## [1.3.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethlike@1.3.7...@bitgo/sdk-coin-ethlike@1.3.9) (2025-07-25)
|
|
7
25
|
|
|
8
26
|
**Note:** Version bump only for package @bitgo/sdk-coin-ethlike
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-coin-ethlike",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.682",
|
|
4
4
|
"description": "BitGo SDK coin library for EthLike coins",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bitgo-beta/abstract-eth": "1.0.2-beta.
|
|
44
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
45
|
-
"@bitgo-beta/secp256k1": "1.0.2-beta.
|
|
46
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
43
|
+
"@bitgo-beta/abstract-eth": "1.0.2-beta.1293",
|
|
44
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.1063",
|
|
45
|
+
"@bitgo-beta/secp256k1": "1.0.2-beta.1090",
|
|
46
|
+
"@bitgo-beta/statics": "15.1.1-beta.1066",
|
|
47
47
|
"@ethereumjs/common": "2.6.5",
|
|
48
48
|
"ethereumjs-util": "7.1.5"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@bitgo-beta/sdk-api": "1.10.1-beta.
|
|
52
|
-
"@bitgo-beta/sdk-test": "^
|
|
51
|
+
"@bitgo-beta/sdk-api": "1.10.1-beta.1062",
|
|
52
|
+
"@bitgo-beta/sdk-test": "^9.0.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "f2af0cc69308a73b434c4319e380700ceef2f6c3"
|
|
55
55
|
}
|