@metamask-previews/multichain-network-controller 3.2.1-preview-a42e8d0d2 → 3.2.2-preview-5a03e1b92
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,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [3.2.2]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
|
|
13
15
|
- Bump `@metamask/keyring-api` from `^23.3.0` to `^23.7.0` ([#9390](https://github.com/MetaMask/core/pull/9390), [#9676](https://github.com/MetaMask/core/pull/9676))
|
|
14
|
-
- Bump `@metamask/accounts-controller` from `^39.0.4` to `^39.0.
|
|
16
|
+
- Bump `@metamask/accounts-controller` from `^39.0.4` to `^39.0.6` ([#9470](https://github.com/MetaMask/core/pull/9470), [#9735](https://github.com/MetaMask/core/pull/9735))
|
|
15
17
|
- Bump `@metamask/keyring-internal-api` from `^11.0.1` to `^11.0.2` ([#9676](https://github.com/MetaMask/core/pull/9676))
|
|
18
|
+
- Bump `@metamask/network-controller` from `^34.0.0` to `^35.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735))
|
|
16
19
|
|
|
17
20
|
## [3.2.1]
|
|
18
21
|
|
|
@@ -322,7 +325,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
322
325
|
- Handle both EVM and non-EVM network and account switching for the associated network.
|
|
323
326
|
- Act as a proxy for the `NetworkController` (for EVM network changes).
|
|
324
327
|
|
|
325
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.2.
|
|
328
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.2.2...HEAD
|
|
329
|
+
[3.2.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.2.1...@metamask/multichain-network-controller@3.2.2
|
|
326
330
|
[3.2.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.2.0...@metamask/multichain-network-controller@3.2.1
|
|
327
331
|
[3.2.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.1.4...@metamask/multichain-network-controller@3.2.0
|
|
328
332
|
[3.1.4]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.1.3...@metamask/multichain-network-controller@3.1.4
|
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.2-preview-5a03e1b92",
|
|
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.0.
|
|
58
|
+
"@metamask/accounts-controller": "^39.0.6",
|
|
59
59
|
"@metamask/base-controller": "^9.1.0",
|
|
60
60
|
"@metamask/controller-utils": "^12.3.0",
|
|
61
61
|
"@metamask/keyring-api": "^23.7.0",
|
|
62
62
|
"@metamask/keyring-internal-api": "^11.0.2",
|
|
63
63
|
"@metamask/messenger": "^2.0.0",
|
|
64
|
-
"@metamask/network-controller": "^
|
|
64
|
+
"@metamask/network-controller": "^35.0.0",
|
|
65
65
|
"@metamask/superstruct": "^3.1.0",
|
|
66
66
|
"@metamask/utils": "^11.11.0",
|
|
67
67
|
"@solana/addresses": "^2.0.0",
|