@metamask-previews/accounts-controller 39.0.1-preview-6da9f2b → 39.0.2-preview-2a256aff2
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 +9 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [39.0.2]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
|
|
13
15
|
- Bump `@metamask/controller-utils` from `^12.1.1` to `^12.2.0` ([#9083](https://github.com/MetaMask/core/pull/9083))
|
|
14
|
-
- The `state` option of the `AccountsController` constructor is now optional, defaulting to the controller's default state when omitted ([#8924](https://github.com/MetaMask/core/pull/8924))
|
|
15
16
|
- Bump `@metamask/keyring-controller` from `^27.0.0` to `^27.1.0` ([#9129](https://github.com/MetaMask/core/pull/9129))
|
|
17
|
+
- Bump `@metamask/network-controller` from `^32.0.0` to `^33.0.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- The `state` option of the `AccountsController` constructor is now optional, defaulting to the controller's default state when omitted ([#8924](https://github.com/MetaMask/core/pull/8924))
|
|
16
22
|
|
|
17
23
|
## [39.0.1]
|
|
18
24
|
|
|
@@ -826,7 +832,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
826
832
|
|
|
827
833
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
|
828
834
|
|
|
829
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.
|
|
835
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.2...HEAD
|
|
836
|
+
[39.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.1...@metamask/accounts-controller@39.0.2
|
|
830
837
|
[39.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.0...@metamask/accounts-controller@39.0.1
|
|
831
838
|
[39.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@38.1.2...@metamask/accounts-controller@39.0.0
|
|
832
839
|
[38.1.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@38.1.1...@metamask/accounts-controller@38.1.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/accounts-controller",
|
|
3
|
-
"version": "39.0.
|
|
3
|
+
"version": "39.0.2-preview-2a256aff2",
|
|
4
4
|
"description": "Manages internal accounts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@metamask/keyring-sdk": "^2.1.1",
|
|
63
63
|
"@metamask/keyring-utils": "^3.2.1",
|
|
64
64
|
"@metamask/messenger": "^1.2.0",
|
|
65
|
-
"@metamask/network-controller": "^
|
|
65
|
+
"@metamask/network-controller": "^33.0.0",
|
|
66
66
|
"@metamask/superstruct": "^3.1.0",
|
|
67
67
|
"@metamask/utils": "^11.11.0",
|
|
68
68
|
"deepmerge": "^4.2.2",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@metamask/auto-changelog": "^6.1.0",
|
|
76
|
-
"@metamask/controller-utils": "^12.
|
|
76
|
+
"@metamask/controller-utils": "^12.3.0",
|
|
77
77
|
"@metamask/providers": "^22.1.0",
|
|
78
78
|
"@ts-bridge/cli": "^0.6.4",
|
|
79
79
|
"@types/jest": "^29.5.14",
|