@metamask/accounts-controller 18.2.1 → 18.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [18.2.2]
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
|
14
|
+
- Bump accounts related packages ([#4713](https://github.com/MetaMask/core/pull/4713)), ([#4728](https://github.com/MetaMask/core/pull/4728))
|
15
|
+
- Those packages are now built slightly differently and are part of the [accounts monorepo](https://github.com/MetaMask/accounts).
|
16
|
+
- Bump `@metamask/keyring-api` from `^8.1.0` to `^8.1.4`
|
17
|
+
- Bump `@metamask/eth-snap-keyring` from `^4.3.3` to `^4.3.6`
|
18
|
+
|
10
19
|
## [18.2.1]
|
11
20
|
|
12
21
|
### Changed
|
@@ -320,7 +329,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
320
329
|
|
321
330
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
322
331
|
|
323
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@18.2.
|
332
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@18.2.2...HEAD
|
333
|
+
[18.2.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@18.2.1...@metamask/accounts-controller@18.2.2
|
324
334
|
[18.2.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@18.2.0...@metamask/accounts-controller@18.2.1
|
325
335
|
[18.2.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@18.1.1...@metamask/accounts-controller@18.2.0
|
326
336
|
[18.1.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@18.1.0...@metamask/accounts-controller@18.1.1
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask/accounts-controller",
|
3
|
-
"version": "18.2.
|
3
|
+
"version": "18.2.2",
|
4
4
|
"description": "Manages internal accounts",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -49,8 +49,8 @@
|
|
49
49
|
"dependencies": {
|
50
50
|
"@ethereumjs/util": "^8.1.0",
|
51
51
|
"@metamask/base-controller": "^7.0.1",
|
52
|
-
"@metamask/eth-snap-keyring": "^4.3.
|
53
|
-
"@metamask/keyring-api": "^8.1.
|
52
|
+
"@metamask/eth-snap-keyring": "^4.3.6",
|
53
|
+
"@metamask/keyring-api": "^8.1.3",
|
54
54
|
"@metamask/snaps-sdk": "^6.5.0",
|
55
55
|
"@metamask/snaps-utils": "^8.1.1",
|
56
56
|
"@metamask/utils": "^9.1.0",
|
@@ -61,7 +61,7 @@
|
|
61
61
|
},
|
62
62
|
"devDependencies": {
|
63
63
|
"@metamask/auto-changelog": "^3.4.4",
|
64
|
-
"@metamask/keyring-controller": "^17.2.
|
64
|
+
"@metamask/keyring-controller": "^17.2.2",
|
65
65
|
"@metamask/snaps-controllers": "^9.7.0",
|
66
66
|
"@types/jest": "^27.4.1",
|
67
67
|
"@types/readable-stream": "^2.3.0",
|