@metamask/network-controller 24.3.0 → 24.3.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [24.3.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/base-controller` from `^8.4.1` to `^8.4.2` ([#6917](https://github.com/MetaMask/core/pull/6917))
15
+
10
16
  ## [24.3.0]
11
17
 
12
18
  ### Changed
@@ -969,7 +975,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
969
975
 
970
976
  All changes listed after this point were applied to this package following the monorepo conversion.
971
977
 
972
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.3.0...HEAD
978
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.3.1...HEAD
979
+ [24.3.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.3.0...@metamask/network-controller@24.3.1
973
980
  [24.3.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.2.2...@metamask/network-controller@24.3.0
974
981
  [24.2.2]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.2.1...@metamask/network-controller@24.2.2
975
982
  [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/network-controller",
3
- "version": "24.3.0",
3
+ "version": "24.3.1",
4
4
  "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -47,7 +47,7 @@
47
47
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
48
48
  },
49
49
  "dependencies": {
50
- "@metamask/base-controller": "^8.4.1",
50
+ "@metamask/base-controller": "^8.4.2",
51
51
  "@metamask/controller-utils": "^11.14.1",
52
52
  "@metamask/eth-block-tracker": "^14.0.0",
53
53
  "@metamask/eth-json-rpc-infura": "^10.3.0",
@@ -69,7 +69,7 @@
69
69
  "devDependencies": {
70
70
  "@json-rpc-specification/meta-schema": "^1.0.6",
71
71
  "@metamask/auto-changelog": "^3.4.4",
72
- "@metamask/error-reporting-service": "^2.2.1",
72
+ "@metamask/error-reporting-service": "^2.2.2",
73
73
  "@types/jest": "^27.4.1",
74
74
  "@types/jest-when": "^2.7.3",
75
75
  "@types/lodash": "^4.14.191",