@metamask/accounts-controller 24.0.0 → 24.0.1
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 +12 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [24.0.1]
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
|
14
|
+
- Bump `@metamask/keyring-controller"` from `^19.1.0` to `^19.2.0` ([#5357](https://github.com/MetaMask/core/pull/5357))
|
15
|
+
- Bump `@metamask/keyring-api"` from `^17.0.0` to `^17.2.0` ([#5366](https://github.com/MetaMask/core/pull/5366))
|
16
|
+
- Bump `@metamask/keyring-internal-api` from `^4.0.1` to `^4.0.3` ([#5356](https://github.com/MetaMask/core/pull/5356)), ([#5366](https://github.com/MetaMask/core/pull/5366))
|
17
|
+
- Bump `@metamask/eth-snap-keyring` from `^10.0.0` to `^11.1.0` ([#5366](https://github.com/MetaMask/core/pull/5366))
|
18
|
+
- Bump `@metamask/utils` from `^11.1.0` to `^11.2.0` ([#5301](https://github.com/MetaMask/core/pull/5301))
|
19
|
+
|
10
20
|
## [24.0.0]
|
11
21
|
|
12
22
|
### Added
|
@@ -455,7 +465,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
455
465
|
|
456
466
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
457
467
|
|
458
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@24.0.
|
468
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@24.0.1...HEAD
|
469
|
+
[24.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@24.0.0...@metamask/accounts-controller@24.0.1
|
459
470
|
[24.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@23.1.0...@metamask/accounts-controller@24.0.0
|
460
471
|
[23.1.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@23.0.1...@metamask/accounts-controller@23.1.0
|
461
472
|
[23.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@23.0.0...@metamask/accounts-controller@23.0.1
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask/accounts-controller",
|
3
|
-
"version": "24.0.
|
3
|
+
"version": "24.0.1",
|
4
4
|
"description": "Manages internal accounts",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -49,13 +49,13 @@
|
|
49
49
|
"dependencies": {
|
50
50
|
"@ethereumjs/util": "^8.1.0",
|
51
51
|
"@metamask/base-controller": "^8.0.0",
|
52
|
-
"@metamask/eth-snap-keyring": "^
|
53
|
-
"@metamask/keyring-api": "^17.
|
54
|
-
"@metamask/keyring-internal-api": "^4.0.
|
52
|
+
"@metamask/eth-snap-keyring": "^11.1.0",
|
53
|
+
"@metamask/keyring-api": "^17.2.0",
|
54
|
+
"@metamask/keyring-internal-api": "^4.0.3",
|
55
55
|
"@metamask/network-controller": "^22.2.1",
|
56
56
|
"@metamask/snaps-sdk": "^6.17.1",
|
57
57
|
"@metamask/snaps-utils": "^8.10.0",
|
58
|
-
"@metamask/utils": "^11.
|
58
|
+
"@metamask/utils": "^11.2.0",
|
59
59
|
"deepmerge": "^4.2.2",
|
60
60
|
"ethereum-cryptography": "^2.1.2",
|
61
61
|
"immer": "^9.0.6",
|
@@ -63,7 +63,7 @@
|
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
65
|
"@metamask/auto-changelog": "^3.4.4",
|
66
|
-
"@metamask/keyring-controller": "^19.1
|
66
|
+
"@metamask/keyring-controller": "^19.2.1",
|
67
67
|
"@metamask/providers": "^18.1.1",
|
68
68
|
"@metamask/snaps-controllers": "^9.19.0",
|
69
69
|
"@types/jest": "^27.4.1",
|