@metamask/accounts-controller 39.0.3 → 39.0.5
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 +20 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [39.0.5]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
|
|
15
|
+
- Bump `@metamask/eth-snap-keyring` from `^22.3.0` to `^23.0.0` ([#9390](https://github.com/MetaMask/core/pull/9390))
|
|
16
|
+
- Bump `@metamask/keyring-api` from `^23.3.0` to `^23.5.0` ([#9390](https://github.com/MetaMask/core/pull/9390))
|
|
17
|
+
|
|
18
|
+
## [39.0.4]
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.3.0` ([#9249](https://github.com/MetaMask/core/pull/9249))
|
|
23
|
+
- Bump `@metamask/keyring-sdk` from `^2.1.1` to `^2.2.0` ([#9249](https://github.com/MetaMask/core/pull/9249))
|
|
24
|
+
- Bump `@metamask/keyring-utils` from `^3.2.1` to `^3.3.1` ([#9249](https://github.com/MetaMask/core/pull/9249))
|
|
25
|
+
- Bump `@metamask/network-controller` from `^33.0.0` to `^34.0.0` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
26
|
+
|
|
10
27
|
## [39.0.3]
|
|
11
28
|
|
|
12
29
|
### Changed
|
|
@@ -838,7 +855,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
838
855
|
|
|
839
856
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
|
840
857
|
|
|
841
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.
|
|
858
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.5...HEAD
|
|
859
|
+
[39.0.5]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.4...@metamask/accounts-controller@39.0.5
|
|
860
|
+
[39.0.4]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.3...@metamask/accounts-controller@39.0.4
|
|
842
861
|
[39.0.3]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.2...@metamask/accounts-controller@39.0.3
|
|
843
862
|
[39.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.1...@metamask/accounts-controller@39.0.2
|
|
844
863
|
[39.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.0...@metamask/accounts-controller@39.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/accounts-controller",
|
|
3
|
-
"version": "39.0.
|
|
3
|
+
"version": "39.0.5",
|
|
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": "^
|
|
59
|
-
"@metamask/keyring-api": "^23.
|
|
58
|
+
"@metamask/eth-snap-keyring": "^23.0.0",
|
|
59
|
+
"@metamask/keyring-api": "^23.5.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.
|
|
64
|
-
"@metamask/messenger": "^
|
|
65
|
-
"@metamask/network-controller": "^
|
|
62
|
+
"@metamask/keyring-sdk": "^2.2.0",
|
|
63
|
+
"@metamask/keyring-utils": "^3.3.1",
|
|
64
|
+
"@metamask/messenger": "^2.0.0",
|
|
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",
|