@metamask-previews/eth-snap-keyring 16.1.0-a621908 → 17.1.0-8db8dfc
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 +15 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [17.1.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/base-controller` from `^7.1.1` to `^8.3.0` ([#364](https://github.com/MetaMask/accounts/pull/364))
|
|
15
|
+
|
|
16
|
+
## [17.0.0]
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- **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))
|
|
21
|
+
|
|
10
22
|
## [16.1.0]
|
|
11
23
|
|
|
12
24
|
### Added
|
|
@@ -555,7 +567,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
555
567
|
|
|
556
568
|
- Initial release.
|
|
557
569
|
|
|
558
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@
|
|
570
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@17.1.0...HEAD
|
|
571
|
+
[17.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@17.0.0...@metamask/eth-snap-keyring@17.1.0
|
|
572
|
+
[17.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@16.1.0...@metamask/eth-snap-keyring@17.0.0
|
|
559
573
|
[16.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@16.0.0...@metamask/eth-snap-keyring@16.1.0
|
|
560
574
|
[16.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@15.0.0...@metamask/eth-snap-keyring@16.0.0
|
|
561
575
|
[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.1.0-8db8dfc",
|
|
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.1.0",
|
|
46
46
|
"@metamask/keyring-utils": "3.1.0",
|
|
47
47
|
"@metamask/superstruct": "^3.1.0",
|
|
48
48
|
"@metamask/utils": "^11.1.0",
|