@metamask/eth-ledger-bridge-keyring 8.0.3 → 8.0.4
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 +9 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [8.0.4]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/eth-sig-util` dependency from `^8.0.0` to `8.2.0` ([#177](https://github.com/MetaMask/accounts/pull/177)), ([#134](https://github.com/MetaMask/accounts/pull/134))
|
|
15
|
+
- Bump `@metamask/utils` dependency from `^9.3.1` to `11.1.0` ([#134](https://github.com/MetaMask/accounts/pull/134)), ([#167](https://github.com/MetaMask/accounts/pull/167))
|
|
16
|
+
|
|
10
17
|
## [8.0.3]
|
|
11
18
|
|
|
12
19
|
### Fixed
|
|
@@ -247,7 +254,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
247
254
|
|
|
248
255
|
- Support new versions of ethereumjs/tx ([#68](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/68))
|
|
249
256
|
|
|
250
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@8.0.
|
|
257
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@8.0.4...HEAD
|
|
258
|
+
[8.0.4]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@8.0.3...@metamask/eth-ledger-bridge-keyring@8.0.4
|
|
251
259
|
[8.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@8.0.2...@metamask/eth-ledger-bridge-keyring@8.0.3
|
|
252
260
|
[8.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@8.0.1...@metamask/eth-ledger-bridge-keyring@8.0.2
|
|
253
261
|
[8.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@8.0.0...@metamask/eth-ledger-bridge-keyring@8.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/eth-ledger-bridge-keyring",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.4",
|
|
4
4
|
"description": "A MetaMask compatible keyring, for ledger hardware wallets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ethereum",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@ethereumjs/tx": "^4.2.0",
|
|
52
52
|
"@ethereumjs/util": "^8.1.0",
|
|
53
53
|
"@ledgerhq/hw-app-eth": "^6.42.0",
|
|
54
|
-
"@metamask/eth-sig-util": "^8.
|
|
54
|
+
"@metamask/eth-sig-util": "^8.2.0",
|
|
55
55
|
"hdkey": "^2.1.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@ledgerhq/types-devices": "^6.25.3",
|
|
64
64
|
"@ledgerhq/types-live": "^6.52.0",
|
|
65
65
|
"@metamask/auto-changelog": "^3.4.4",
|
|
66
|
-
"@metamask/utils": "^11.0
|
|
66
|
+
"@metamask/utils": "^11.1.0",
|
|
67
67
|
"@ts-bridge/cli": "^0.6.1",
|
|
68
68
|
"@types/ethereumjs-tx": "^1.0.1",
|
|
69
69
|
"@types/hdkey": "^2.0.1",
|