@metamask-previews/network-enablement-controller 5.3.0-preview-8beb00079 → 5.4.0-preview-8633f7f2a
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 +8 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [5.4.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Export `NetworkEnablementControllerStateChangeEvent` type from the package root ([#9084](https://github.com/MetaMask/core/pull/9084))
|
|
@@ -14,8 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
14
16
|
### Changed
|
|
15
17
|
|
|
16
18
|
- Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
|
|
17
|
-
- Bump `@metamask/controller-utils` from `^12.1.0` to `^12.
|
|
18
|
-
- Bump `@metamask/transaction-controller` from `^66.0.1` to `^68.1.
|
|
19
|
+
- Bump `@metamask/controller-utils` from `^12.1.0` to `^12.3.0` ([#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218))
|
|
20
|
+
- Bump `@metamask/transaction-controller` from `^66.0.1` to `^68.1.1` ([#9021](https://github.com/MetaMask/core/pull/9021), [#9066](https://github.com/MetaMask/core/pull/9066), [#9089](https://github.com/MetaMask/core/pull/9089), [#9177](https://github.com/MetaMask/core/pull/9177), [#9203](https://github.com/MetaMask/core/pull/9203), [#9218](https://github.com/MetaMask/core/pull/9218))
|
|
21
|
+
- Bump `@metamask/multichain-network-controller` from `^3.1.3` to `^3.1.4` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
22
|
+
- Bump `@metamask/network-controller` from `^32.0.0` to `^33.0.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
19
23
|
|
|
20
24
|
## [5.3.0]
|
|
21
25
|
|
|
@@ -318,7 +322,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
318
322
|
|
|
319
323
|
- Initial release ([#6028](https://github.com/MetaMask/core/pull/6028))
|
|
320
324
|
|
|
321
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.
|
|
325
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.4.0...HEAD
|
|
326
|
+
[5.4.0]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.3.0...@metamask/network-enablement-controller@5.4.0
|
|
322
327
|
[5.3.0]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.2.0...@metamask/network-enablement-controller@5.3.0
|
|
323
328
|
[5.2.0]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.1.1...@metamask/network-enablement-controller@5.2.0
|
|
324
329
|
[5.1.1]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@5.1.0...@metamask/network-enablement-controller@5.1.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/network-enablement-controller",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0-preview-8633f7f2a",
|
|
4
4
|
"description": "Provides an interface to the currently enabled network using a MetaMask-compatible provider object",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@metamask/base-controller": "^9.1.0",
|
|
57
|
-
"@metamask/controller-utils": "^12.
|
|
57
|
+
"@metamask/controller-utils": "^12.3.0",
|
|
58
58
|
"@metamask/keyring-api": "^23.1.0",
|
|
59
59
|
"@metamask/messenger": "^1.2.0",
|
|
60
|
-
"@metamask/multichain-network-controller": "^3.1.
|
|
61
|
-
"@metamask/network-controller": "^
|
|
60
|
+
"@metamask/multichain-network-controller": "^3.1.4",
|
|
61
|
+
"@metamask/network-controller": "^33.0.0",
|
|
62
62
|
"@metamask/slip44": "^4.3.0",
|
|
63
|
-
"@metamask/transaction-controller": "^68.1.
|
|
63
|
+
"@metamask/transaction-controller": "^68.1.1",
|
|
64
64
|
"@metamask/utils": "^11.11.0",
|
|
65
65
|
"reselect": "^5.1.1"
|
|
66
66
|
},
|