@metamask/network-controller 22.1.0 → 22.1.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 +10 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [22.1.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/eth-json-rpc-middleware` from `^15.0.0` to `^15.0.1` ([#5037](https://github.com/MetaMask/core/pull/5037))
15
+ - Bump `swappable-obj-proxy` from `^2.2.0` to `^2.3.0` ([#5036](https://github.com/MetaMask/core/pull/5036))
16
+ - Bump `@metamask/eth-block-tracker` from `^11.0.2` to `^11.0.3` ([#5025](https://github.com/MetaMask/core/pull/5025))
17
+
10
18
  ## [22.1.0]
11
19
 
12
20
  ### Added
@@ -686,7 +694,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
686
694
 
687
695
  All changes listed after this point were applied to this package following the monorepo conversion.
688
696
 
689
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@22.1.0...HEAD
697
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@22.1.1...HEAD
698
+ [22.1.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@22.1.0...@metamask/network-controller@22.1.1
690
699
  [22.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@22.0.2...@metamask/network-controller@22.1.0
691
700
  [22.0.2]: https://github.com/MetaMask/core/compare/@metamask/network-controller@22.0.1...@metamask/network-controller@22.0.2
692
701
  [22.0.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@22.0.0...@metamask/network-controller@22.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/network-controller",
3
- "version": "22.1.0",
3
+ "version": "22.1.1",
4
4
  "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -49,14 +49,14 @@
49
49
  "dependencies": {
50
50
  "@metamask/base-controller": "^7.0.2",
51
51
  "@metamask/controller-utils": "^11.4.4",
52
- "@metamask/eth-block-tracker": "^11.0.2",
52
+ "@metamask/eth-block-tracker": "^11.0.3",
53
53
  "@metamask/eth-json-rpc-infura": "^10.0.0",
54
- "@metamask/eth-json-rpc-middleware": "^15.0.0",
54
+ "@metamask/eth-json-rpc-middleware": "^15.0.1",
55
55
  "@metamask/eth-json-rpc-provider": "^4.1.6",
56
56
  "@metamask/eth-query": "^4.0.0",
57
57
  "@metamask/json-rpc-engine": "^10.0.1",
58
58
  "@metamask/rpc-errors": "^7.0.1",
59
- "@metamask/swappable-obj-proxy": "^2.2.0",
59
+ "@metamask/swappable-obj-proxy": "^2.3.0",
60
60
  "@metamask/utils": "^10.0.0",
61
61
  "async-mutex": "^0.5.0",
62
62
  "fast-deep-equal": "^3.1.3",