@metamask-previews/eth-snap-keyring 16.1.0-a621908 → 17.0.0-8f62d3a
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 +12 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/base-controller` from `^7.1.1` to `^8.3.0` ([#364](https://github.com/MetaMask/accounts/pull/364))
|
|
13
|
+
|
|
14
|
+
## [17.0.0]
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- **BREAKING:** Bump `@metamask/keyring-api` from `^20.0.0` to `^21.0.0` ([#355](https://github.com/MetaMask/accounts/pull/355)), ([#356](https://github.com/MetaMask/accounts/pull/356))
|
|
19
|
+
|
|
10
20
|
## [16.1.0]
|
|
11
21
|
|
|
12
22
|
### Added
|
|
@@ -555,7 +565,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
555
565
|
|
|
556
566
|
- Initial release.
|
|
557
567
|
|
|
558
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@
|
|
568
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@17.0.0...HEAD
|
|
569
|
+
[17.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@16.1.0...@metamask/eth-snap-keyring@17.0.0
|
|
559
570
|
[16.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@16.0.0...@metamask/eth-snap-keyring@16.1.0
|
|
560
571
|
[16.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@15.0.0...@metamask/eth-snap-keyring@16.0.0
|
|
561
572
|
[15.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@14.0.0...@metamask/eth-snap-keyring@15.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/eth-snap-keyring",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "17.0.0-8f62d3a",
|
|
4
4
|
"description": "Snaps keyring bridge.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@ethereumjs/tx": "^5.4.0",
|
|
41
|
-
"@metamask/base-controller": "^
|
|
41
|
+
"@metamask/base-controller": "^8.3.0",
|
|
42
42
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
43
|
-
"@metamask/keyring-api": "
|
|
44
|
-
"@metamask/keyring-internal-api": "
|
|
45
|
-
"@metamask/keyring-internal-snap-client": "
|
|
43
|
+
"@metamask/keyring-api": "21.0.0",
|
|
44
|
+
"@metamask/keyring-internal-api": "9.0.0",
|
|
45
|
+
"@metamask/keyring-internal-snap-client": "7.0.0",
|
|
46
46
|
"@metamask/keyring-utils": "3.1.0",
|
|
47
47
|
"@metamask/superstruct": "^3.1.0",
|
|
48
48
|
"@metamask/utils": "^11.1.0",
|