@metamask-previews/multichain-network-controller 0.11.1-preview-7b6467c → 0.12.0-preview-541d905c
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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Bump `@metamask/base-controller` from `^8.1.0` to `^8.2.0` ([#6355](https://github.com/MetaMask/core/pull/6355))
|
|
13
|
+
|
|
14
|
+
## [0.12.0]
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- **BREAKING:** Bump peer dependency `@metamask/accounts-controller` from `^32.0.0` to `^33.0.0` ([#6345](https://github.com/MetaMask/core/pull/6345))
|
|
12
19
|
- Bump `@metamask/base-controller` from `^8.0.1` to `^8.1.0` ([#6284](https://github.com/MetaMask/core/pull/6284))
|
|
13
20
|
- Bump `@metamask/controller-utils` from `^11.11.0` to `^11.12.0` ([#6303](https://github.com/MetaMask/core/pull/6303))
|
|
14
21
|
- Bump accounts related packages ([#6309](https://github.com/MetaMask/core/pull/6309))
|
|
@@ -143,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
143
150
|
- Handle both EVM and non-EVM network and account switching for the associated network.
|
|
144
151
|
- Act as a proxy for the `NetworkController` (for EVM network changes).
|
|
145
152
|
|
|
146
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.
|
|
153
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.12.0...HEAD
|
|
154
|
+
[0.12.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.11.1...@metamask/multichain-network-controller@0.12.0
|
|
147
155
|
[0.11.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.11.0...@metamask/multichain-network-controller@0.11.1
|
|
148
156
|
[0.11.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.10.0...@metamask/multichain-network-controller@0.11.0
|
|
149
157
|
[0.10.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@0.9.0...@metamask/multichain-network-controller@0.10.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/multichain-network-controller",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0-preview-541d905c",
|
|
4
4
|
"description": "Multichain network controller",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"publish:preview": "yarn npm publish --tag preview"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@metamask/base-controller": "^8.
|
|
50
|
+
"@metamask/base-controller": "^8.2.0",
|
|
51
51
|
"@metamask/controller-utils": "^11.12.0",
|
|
52
52
|
"@metamask/keyring-api": "^20.1.0",
|
|
53
53
|
"@metamask/keyring-internal-api": "^8.1.0",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"lodash": "^4.17.21"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@metamask/accounts-controller": "^
|
|
60
|
+
"@metamask/accounts-controller": "^33.0.0",
|
|
61
61
|
"@metamask/auto-changelog": "^3.4.4",
|
|
62
|
-
"@metamask/keyring-controller": "^
|
|
62
|
+
"@metamask/keyring-controller": "^23.0.0",
|
|
63
63
|
"@metamask/network-controller": "^24.1.0",
|
|
64
64
|
"@types/jest": "^27.4.1",
|
|
65
65
|
"@types/lodash": "^4.14.191",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"typescript": "~5.2.2"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"@metamask/accounts-controller": "^
|
|
77
|
+
"@metamask/accounts-controller": "^33.0.0",
|
|
78
78
|
"@metamask/network-controller": "^24.0.0"
|
|
79
79
|
},
|
|
80
80
|
"engines": {
|