@metamask-previews/multichain-network-controller 3.0.1-preview-c72fc191 → 3.0.2-preview-a4747b2b
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 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [3.0.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/accounts-controller` from `^35.0.1` to `^35.0.2` ([#7642](https://github.com/MetaMask/core/pull/7642))
|
|
15
|
+
- Bump `@metamask/network-controller` from `^28.0.0` to `^29.0.0` ([#7642](https://github.com/MetaMask/core/pull/7642))
|
|
16
|
+
|
|
10
17
|
## [3.0.1]
|
|
11
18
|
|
|
12
19
|
### Changed
|
|
@@ -210,7 +217,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
210
217
|
- Handle both EVM and non-EVM network and account switching for the associated network.
|
|
211
218
|
- Act as a proxy for the `NetworkController` (for EVM network changes).
|
|
212
219
|
|
|
213
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.
|
|
220
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.2...HEAD
|
|
221
|
+
[3.0.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.1...@metamask/multichain-network-controller@3.0.2
|
|
214
222
|
[3.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.0...@metamask/multichain-network-controller@3.0.1
|
|
215
223
|
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@2.0.0...@metamask/multichain-network-controller@3.0.0
|
|
216
224
|
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@1.0.2...@metamask/multichain-network-controller@2.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/multichain-network-controller",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2-preview-a4747b2b",
|
|
4
4
|
"description": "Multichain network controller",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@metamask/accounts-controller": "^35.0.
|
|
51
|
+
"@metamask/accounts-controller": "^35.0.2",
|
|
52
52
|
"@metamask/base-controller": "^9.0.0",
|
|
53
53
|
"@metamask/controller-utils": "^11.18.0",
|
|
54
54
|
"@metamask/keyring-api": "^21.0.0",
|
|
55
55
|
"@metamask/keyring-internal-api": "^9.0.0",
|
|
56
56
|
"@metamask/messenger": "^0.3.0",
|
|
57
|
-
"@metamask/network-controller": "^
|
|
57
|
+
"@metamask/network-controller": "^29.0.0",
|
|
58
58
|
"@metamask/superstruct": "^3.1.0",
|
|
59
59
|
"@metamask/utils": "^11.9.0",
|
|
60
60
|
"@solana/addresses": "^2.0.0",
|