@metamask-previews/multichain-network-controller 3.0.5-preview-55f73f6ce → 3.0.6-preview-246ad42b8
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 +12 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Bump `@metamask/accounts-controller` from `^37.1.0` to `^37.1.1` ([#8325](https://github.com/MetaMask/core/pull/8325))
|
|
13
|
+
|
|
14
|
+
## [3.0.6]
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Bump `@metamask/accounts-controller` from `^37.0.0` to `^37.1.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
19
|
+
- Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
20
|
+
- Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
21
|
+
- Bump `@metamask/network-controller` from `^30.0.0` to `^30.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
12
22
|
- Bump `@metamask/keyring-api` from `^21.5.0` to `^21.6.0` ([#8259](https://github.com/MetaMask/core/pull/8259))
|
|
13
23
|
|
|
14
24
|
## [3.0.5]
|
|
@@ -243,7 +253,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
243
253
|
- Handle both EVM and non-EVM network and account switching for the associated network.
|
|
244
254
|
- Act as a proxy for the `NetworkController` (for EVM network changes).
|
|
245
255
|
|
|
246
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.
|
|
256
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.6...HEAD
|
|
257
|
+
[3.0.6]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.5...@metamask/multichain-network-controller@3.0.6
|
|
247
258
|
[3.0.5]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.4...@metamask/multichain-network-controller@3.0.5
|
|
248
259
|
[3.0.4]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.3...@metamask/multichain-network-controller@3.0.4
|
|
249
260
|
[3.0.3]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.0.2...@metamask/multichain-network-controller@3.0.3
|
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.6-preview-246ad42b8",
|
|
4
4
|
"description": "Multichain network controller",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@metamask/accounts-controller": "^37.
|
|
51
|
-
"@metamask/base-controller": "^9.0.
|
|
50
|
+
"@metamask/accounts-controller": "^37.1.1",
|
|
51
|
+
"@metamask/base-controller": "^9.0.1",
|
|
52
52
|
"@metamask/controller-utils": "^11.19.0",
|
|
53
53
|
"@metamask/keyring-api": "^21.6.0",
|
|
54
54
|
"@metamask/keyring-internal-api": "^10.0.0",
|
|
55
|
-
"@metamask/messenger": "^0.
|
|
56
|
-
"@metamask/network-controller": "^30.0.
|
|
55
|
+
"@metamask/messenger": "^1.0.0",
|
|
56
|
+
"@metamask/network-controller": "^30.0.1",
|
|
57
57
|
"@metamask/superstruct": "^3.1.0",
|
|
58
58
|
"@metamask/utils": "^11.9.0",
|
|
59
59
|
"@solana/addresses": "^2.0.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@metamask/auto-changelog": "^3.4.4",
|
|
64
|
-
"@metamask/keyring-controller": "^25.1.
|
|
64
|
+
"@metamask/keyring-controller": "^25.1.1",
|
|
65
65
|
"@ts-bridge/cli": "^0.6.4",
|
|
66
66
|
"@types/jest": "^29.5.14",
|
|
67
67
|
"@types/lodash": "^4.14.191",
|