@metamask-previews/accounts-controller 37.0.0-preview-55f73f6ce → 37.1.0-preview-4f74a56
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 +8 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [37.1.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add `:accounts{Added,Removed}` batch events ([#8151](https://github.com/MetaMask/core/pull/8151))
|
|
@@ -14,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
14
16
|
|
|
15
17
|
### Changed
|
|
16
18
|
|
|
19
|
+
- Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
20
|
+
- Bump `@metamask/keyring-controller` from `^25.1.0` to `^25.1.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
21
|
+
- Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
22
|
+
- Bump `@metamask/network-controller` from `^30.0.0` to `^30.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
17
23
|
- Bump `@metamask/keyring-api` from `^21.5.0` to `^21.6.0` ([#8259](https://github.com/MetaMask/core/pull/8259))
|
|
18
24
|
|
|
19
25
|
### Fixed
|
|
@@ -734,7 +740,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
734
740
|
|
|
735
741
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
|
736
742
|
|
|
737
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@37.
|
|
743
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@37.1.0...HEAD
|
|
744
|
+
[37.1.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@37.0.0...@metamask/accounts-controller@37.1.0
|
|
738
745
|
[37.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@36.0.1...@metamask/accounts-controller@37.0.0
|
|
739
746
|
[36.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@36.0.0...@metamask/accounts-controller@36.0.1
|
|
740
747
|
[36.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.2...@metamask/accounts-controller@36.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/accounts-controller",
|
|
3
|
-
"version": "37.
|
|
3
|
+
"version": "37.1.0-preview-4f74a56",
|
|
4
4
|
"description": "Manages internal accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@ethereumjs/util": "^9.1.0",
|
|
52
|
-
"@metamask/base-controller": "^9.0.
|
|
52
|
+
"@metamask/base-controller": "^9.0.1",
|
|
53
53
|
"@metamask/eth-snap-keyring": "^19.0.0",
|
|
54
54
|
"@metamask/keyring-api": "^21.6.0",
|
|
55
|
-
"@metamask/keyring-controller": "^25.1.
|
|
55
|
+
"@metamask/keyring-controller": "^25.1.1",
|
|
56
56
|
"@metamask/keyring-internal-api": "^10.0.0",
|
|
57
57
|
"@metamask/keyring-utils": "^3.1.0",
|
|
58
|
-
"@metamask/messenger": "^0.
|
|
59
|
-
"@metamask/network-controller": "^30.0.
|
|
58
|
+
"@metamask/messenger": "^1.0.0",
|
|
59
|
+
"@metamask/network-controller": "^30.0.1",
|
|
60
60
|
"@metamask/snaps-controllers": "^17.2.0",
|
|
61
61
|
"@metamask/snaps-sdk": "^10.3.0",
|
|
62
62
|
"@metamask/snaps-utils": "^11.7.0",
|