@metamask/accounts-controller 39.0.2 → 39.0.4
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 +18 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [39.0.4]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.3.0` ([#9249](https://github.com/MetaMask/core/pull/9249))
|
|
15
|
+
- Bump `@metamask/keyring-sdk` from `^2.1.1` to `^2.2.0` ([#9249](https://github.com/MetaMask/core/pull/9249))
|
|
16
|
+
- Bump `@metamask/keyring-utils` from `^3.2.1` to `^3.3.1` ([#9249](https://github.com/MetaMask/core/pull/9249))
|
|
17
|
+
- Bump `@metamask/network-controller` from `^33.0.0` to `^34.0.0` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
18
|
+
|
|
19
|
+
## [39.0.3]
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- Bump `@metamask/eth-snap-keyring` from `^22.0.1` to `^22.3.0` ([#8732](https://github.com/MetaMask/core/pull/8732))
|
|
24
|
+
|
|
10
25
|
## [39.0.2]
|
|
11
26
|
|
|
12
27
|
### Changed
|
|
@@ -832,7 +847,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
832
847
|
|
|
833
848
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
|
834
849
|
|
|
835
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.
|
|
850
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.4...HEAD
|
|
851
|
+
[39.0.4]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.3...@metamask/accounts-controller@39.0.4
|
|
852
|
+
[39.0.3]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.2...@metamask/accounts-controller@39.0.3
|
|
836
853
|
[39.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.1...@metamask/accounts-controller@39.0.2
|
|
837
854
|
[39.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.0...@metamask/accounts-controller@39.0.1
|
|
838
855
|
[39.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@38.1.2...@metamask/accounts-controller@39.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/accounts-controller",
|
|
3
|
-
"version": "39.0.
|
|
3
|
+
"version": "39.0.4",
|
|
4
4
|
"description": "Manages internal accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@ethereumjs/util": "^9.1.0",
|
|
57
57
|
"@metamask/base-controller": "^9.1.0",
|
|
58
|
-
"@metamask/eth-snap-keyring": "^22.0
|
|
59
|
-
"@metamask/keyring-api": "^23.
|
|
58
|
+
"@metamask/eth-snap-keyring": "^22.3.0",
|
|
59
|
+
"@metamask/keyring-api": "^23.3.0",
|
|
60
60
|
"@metamask/keyring-controller": "^27.1.0",
|
|
61
61
|
"@metamask/keyring-internal-api": "^11.0.1",
|
|
62
|
-
"@metamask/keyring-sdk": "^2.
|
|
63
|
-
"@metamask/keyring-utils": "^3.
|
|
62
|
+
"@metamask/keyring-sdk": "^2.2.0",
|
|
63
|
+
"@metamask/keyring-utils": "^3.3.1",
|
|
64
64
|
"@metamask/messenger": "^1.2.0",
|
|
65
|
-
"@metamask/network-controller": "^
|
|
65
|
+
"@metamask/network-controller": "^34.0.0",
|
|
66
66
|
"@metamask/superstruct": "^3.1.0",
|
|
67
67
|
"@metamask/utils": "^11.11.0",
|
|
68
68
|
"deepmerge": "^4.2.2",
|