@metamask-previews/accounts-controller 21.0.2-preview-a7846907 → 22.0.0-preview-c96fc296
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 +16 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [22.0.0]
|
11
|
+
|
12
|
+
### Added
|
13
|
+
|
14
|
+
- Add `AccountsController:account{AssetList,Balances,Transactions}Updated` events ([#5190](https://github.com/MetaMask/core/pull/5190))
|
15
|
+
- Those events are being sent from Account Snaps (through the Snap keyring) and are being re-published by the `AccountController`.
|
16
|
+
|
17
|
+
### Changed
|
18
|
+
|
19
|
+
- **BREAKING:** Now requires `SnapKeyring:account{AssetList,Balances,Transactions}Updated` events to be registered on the messenger ([#5190](https://github.com/MetaMask/core/pull/5190))
|
20
|
+
- Bump `@metamask/keyring-api` from `^14.0.0` to `^16.1.0` ([#5190](https://github.com/MetaMask/core/pull/5190)), ([#5208](https://github.com/MetaMask/core/pull/5208))
|
21
|
+
- Bump `@metamask/keyring-internal-api` from `^2.0.1` to `^4.0.1` ([#5190](https://github.com/MetaMask/core/pull/5190)), ([#5208](https://github.com/MetaMask/core/pull/5208))
|
22
|
+
- Bump `@metamask/eth-snap-keyring` from `^8.1.1` to `^9.1.1` ([#5190](https://github.com/MetaMask/core/pull/5190)), ([#5208](https://github.com/MetaMask/core/pull/5208))
|
23
|
+
|
10
24
|
## [21.0.2]
|
11
25
|
|
12
26
|
### Changed
|
@@ -402,7 +416,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
402
416
|
|
403
417
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
404
418
|
|
405
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@
|
419
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@22.0.0...HEAD
|
420
|
+
[22.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@21.0.2...@metamask/accounts-controller@22.0.0
|
406
421
|
[21.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@21.0.1...@metamask/accounts-controller@21.0.2
|
407
422
|
[21.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@21.0.0...@metamask/accounts-controller@21.0.1
|
408
423
|
[21.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@20.0.2...@metamask/accounts-controller@21.0.0
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/accounts-controller",
|
3
|
-
"version": "
|
3
|
+
"version": "22.0.0-preview-c96fc296",
|
4
4
|
"description": "Manages internal accounts",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"@metamask/keyring-api": "^16.1.0",
|
54
54
|
"@metamask/keyring-internal-api": "^4.0.1",
|
55
55
|
"@metamask/snaps-sdk": "^6.7.0",
|
56
|
-
"@metamask/snaps-utils": "^8.
|
56
|
+
"@metamask/snaps-utils": "^8.9.0",
|
57
57
|
"@metamask/utils": "^11.0.1",
|
58
58
|
"deepmerge": "^4.2.2",
|
59
59
|
"ethereum-cryptography": "^2.1.2",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
},
|
63
63
|
"devDependencies": {
|
64
64
|
"@metamask/auto-changelog": "^3.4.4",
|
65
|
-
"@metamask/keyring-controller": "^19.0.
|
65
|
+
"@metamask/keyring-controller": "^19.0.5",
|
66
66
|
"@metamask/providers": "^18.1.1",
|
67
67
|
"@metamask/snaps-controllers": "^9.10.0",
|
68
68
|
"@types/jest": "^27.4.1",
|