@metamask-previews/network-controller 24.3.0-preview-ab0ad568 → 24.3.1-preview-0458fe94
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 +7 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
|
|
12
12
|
- **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#6386](https://github.com/MetaMask/core/pull/6386))
|
|
13
13
|
- Previously, `NetworkController` accepted a `RestrictedMessenger` instance from `@metamask/base-controller`.
|
|
14
|
+
|
|
15
|
+
## [24.3.1]
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
14
19
|
- Bump `@metamask/base-controller` from `^8.4.1` to `^8.4.2` ([#6917](https://github.com/MetaMask/core/pull/6917))
|
|
15
20
|
|
|
16
21
|
## [24.3.0]
|
|
@@ -975,7 +980,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
975
980
|
|
|
976
981
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
977
982
|
|
|
978
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.3.
|
|
983
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.3.1...HEAD
|
|
984
|
+
[24.3.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.3.0...@metamask/network-controller@24.3.1
|
|
979
985
|
[24.3.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.2.2...@metamask/network-controller@24.3.0
|
|
980
986
|
[24.2.2]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.2.1...@metamask/network-controller@24.2.2
|
|
981
987
|
[24.2.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.2.0...@metamask/network-controller@24.2.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/network-controller",
|
|
3
|
-
"version": "24.3.
|
|
3
|
+
"version": "24.3.1-preview-0458fe94",
|
|
4
4
|
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@json-rpc-specification/meta-schema": "^1.0.6",
|
|
72
72
|
"@metamask/auto-changelog": "^3.4.4",
|
|
73
|
-
"@metamask/error-reporting-service": "^2.2.
|
|
73
|
+
"@metamask/error-reporting-service": "^2.2.2",
|
|
74
74
|
"@types/jest": "^27.4.1",
|
|
75
75
|
"@types/jest-when": "^2.7.3",
|
|
76
76
|
"@types/lodash": "^4.14.191",
|