@metamask-previews/multichain-network-controller 3.2.3-preview-4165cebcf → 3.2.4-preview-264a60683
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 +6 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [3.2.4]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/accounts-controller` from `^39.0.7` to `^39.1.
|
|
14
|
+
- Bump `@metamask/accounts-controller` from `^39.0.7` to `^39.1.1` ([#9807](https://github.com/MetaMask/core/pull/9807), [#9969](https://github.com/MetaMask/core/pull/9969))
|
|
15
|
+
- Bump `@metamask/network-controller` from `^35.0.1` to `^36.0.0` ([#9969](https://github.com/MetaMask/core/pull/9969))
|
|
13
16
|
|
|
14
17
|
## [3.2.3]
|
|
15
18
|
|
|
@@ -339,7 +342,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
339
342
|
- Handle both EVM and non-EVM network and account switching for the associated network.
|
|
340
343
|
- Act as a proxy for the `NetworkController` (for EVM network changes).
|
|
341
344
|
|
|
342
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.2.
|
|
345
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.2.4...HEAD
|
|
346
|
+
[3.2.4]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.2.3...@metamask/multichain-network-controller@3.2.4
|
|
343
347
|
[3.2.3]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.2.2...@metamask/multichain-network-controller@3.2.3
|
|
344
348
|
[3.2.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.2.1...@metamask/multichain-network-controller@3.2.2
|
|
345
349
|
[3.2.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.2.0...@metamask/multichain-network-controller@3.2.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/multichain-network-controller",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.4-preview-264a60683",
|
|
4
4
|
"description": "Multichain network controller",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@metamask/accounts-controller": "^39.1.
|
|
58
|
+
"@metamask/accounts-controller": "^39.1.1",
|
|
59
59
|
"@metamask/base-controller": "^9.1.0",
|
|
60
60
|
"@metamask/controller-utils": "^12.3.0",
|
|
61
61
|
"@metamask/keyring-api": "^24.0.0",
|
|
62
62
|
"@metamask/keyring-internal-api": "^12.0.0",
|
|
63
63
|
"@metamask/messenger": "^2.0.0",
|
|
64
|
-
"@metamask/network-controller": "^
|
|
64
|
+
"@metamask/network-controller": "^36.0.0",
|
|
65
65
|
"@metamask/superstruct": "^3.4.1",
|
|
66
66
|
"@metamask/utils": "^11.11.0",
|
|
67
67
|
"@solana/addresses": "^2.0.0",
|