@metamask-previews/accounts-controller 33.1.0-preview-096af0b9 → 33.1.1-preview-e8868d87
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 +5 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [33.1.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.1` ([#6588](https://github.com/MetaMask/core/pull/6588), [#6708](https://github.com/MetaMask/core/pull/6708))
|
|
13
|
-
- Bump `@metamask/base-controller` from `^8.3.0` to `^8.4.
|
|
15
|
+
- Bump `@metamask/base-controller` from `^8.3.0` to `^8.4.1` ([#6632](https://github.com/MetaMask/core/pull/6632), [#6807](https://github.com/MetaMask/core/pull/6807))
|
|
14
16
|
|
|
15
17
|
## [33.1.0]
|
|
16
18
|
|
|
@@ -624,7 +626,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
624
626
|
|
|
625
627
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
|
626
628
|
|
|
627
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.1.
|
|
629
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.1.1...HEAD
|
|
630
|
+
[33.1.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.1.0...@metamask/accounts-controller@33.1.1
|
|
628
631
|
[33.1.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.0.0...@metamask/accounts-controller@33.1.0
|
|
629
632
|
[33.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@32.0.2...@metamask/accounts-controller@33.0.0
|
|
630
633
|
[32.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@32.0.1...@metamask/accounts-controller@32.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/accounts-controller",
|
|
3
|
-
"version": "33.1.
|
|
3
|
+
"version": "33.1.1-preview-e8868d87",
|
|
4
4
|
"description": "Manages internal accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@ethereumjs/util": "^9.1.0",
|
|
51
|
-
"@metamask/base-controller": "^8.4.
|
|
51
|
+
"@metamask/base-controller": "^8.4.1",
|
|
52
52
|
"@metamask/eth-snap-keyring": "^17.0.0",
|
|
53
53
|
"@metamask/keyring-api": "^21.0.0",
|
|
54
54
|
"@metamask/keyring-internal-api": "^9.0.0",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@metamask/auto-changelog": "^3.4.4",
|
|
68
|
-
"@metamask/controller-utils": "^11.14.
|
|
69
|
-
"@metamask/keyring-controller": "^23.1.
|
|
70
|
-
"@metamask/network-controller": "^24.2.
|
|
68
|
+
"@metamask/controller-utils": "^11.14.1",
|
|
69
|
+
"@metamask/keyring-controller": "^23.1.1",
|
|
70
|
+
"@metamask/network-controller": "^24.2.1",
|
|
71
71
|
"@metamask/providers": "^22.1.0",
|
|
72
72
|
"@metamask/snaps-controllers": "^14.0.1",
|
|
73
73
|
"@types/jest": "^27.4.1",
|