@metamask/accounts-controller 9.0.0 → 10.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [10.0.0]
|
10
|
+
### Changed
|
11
|
+
- **BREAKING:** Bump `@metamask/keyring-controller` peer dependency to `^12.2.0` ([#3821](https://github.com/MetaMask/core/pull/3821))
|
12
|
+
- Bump `@metamask/base-controller` to `^4.1.1` ([#3821](https://github.com/MetaMask/core/pull/3821))
|
13
|
+
|
9
14
|
## [9.0.0]
|
10
15
|
### Added
|
11
16
|
- Add methods to support ERC-4337 accounts ([#3602](https://github.com/MetaMask/core/pull/3602))
|
@@ -80,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
80
85
|
### Added
|
81
86
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
82
87
|
|
83
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@
|
88
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@10.0.0...HEAD
|
89
|
+
[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@9.0.0...@metamask/accounts-controller@10.0.0
|
84
90
|
[9.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@8.0.0...@metamask/accounts-controller@9.0.0
|
85
91
|
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@7.0.1...@metamask/accounts-controller@8.0.0
|
86
92
|
[7.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@7.0.0...@metamask/accounts-controller@7.0.1
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask/accounts-controller",
|
3
|
-
"version": "
|
3
|
+
"version": "10.0.0",
|
4
4
|
"description": "Manages internal accounts",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
"test:watch": "jest --watch"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@metamask/base-controller": "^4.1.
|
34
|
+
"@metamask/base-controller": "^4.1.1",
|
35
35
|
"@metamask/eth-snap-keyring": "^2.1.1",
|
36
36
|
"@metamask/keyring-api": "^3.0.0",
|
37
37
|
"@metamask/snaps-sdk": "^1.3.2",
|
@@ -44,7 +44,7 @@
|
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
46
|
"@metamask/auto-changelog": "^3.4.4",
|
47
|
-
"@metamask/keyring-controller": "^12.
|
47
|
+
"@metamask/keyring-controller": "^12.2.0",
|
48
48
|
"@metamask/snaps-controllers": "^4.0.0",
|
49
49
|
"@types/jest": "^27.4.1",
|
50
50
|
"@types/readable-stream": "^2.3.0",
|
@@ -55,7 +55,7 @@
|
|
55
55
|
"typescript": "~4.8.4"
|
56
56
|
},
|
57
57
|
"peerDependencies": {
|
58
|
-
"@metamask/keyring-controller": "^12.
|
58
|
+
"@metamask/keyring-controller": "^12.2.0",
|
59
59
|
"@metamask/snaps-controllers": "^4.0.0"
|
60
60
|
},
|
61
61
|
"engines": {
|