@metamask-previews/network-controller 30.0.1-preview-ae9b6b322 → 30.0.1-preview-a1caffc9c

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 +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -28,8 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
28
  ### Changed
29
29
 
30
30
  - Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
31
- - Bump `@metamask/eth-json-rpc-middleware` from `^23.1.1` to `^23.1.3` ([#8550](https://github.com/MetaMask/core/pull/8550), [#8611](https://github.com/MetaMask/core/pull/8611))
32
- - Bump `@metamask/messenger` from `^1.0.0` to `^1.2.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632))
31
+ - Bump `@metamask/eth-json-rpc-middleware` from `^23.1.1` to `^23.1.2` ([#8550](https://github.com/MetaMask/core/pull/8550))
32
+ - Bump `@metamask/messenger` from `^1.0.0` to `^1.1.1` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373))
33
33
  - Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
34
34
 
35
35
  ### Deprecated
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/network-controller",
3
- "version": "30.0.1-preview-ae9b6b322",
3
+ "version": "30.0.1-preview-a1caffc9c",
4
4
  "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -58,11 +58,11 @@
58
58
  "@metamask/controller-utils": "^11.20.0",
59
59
  "@metamask/eth-block-tracker": "^15.0.1",
60
60
  "@metamask/eth-json-rpc-infura": "^10.3.0",
61
- "@metamask/eth-json-rpc-middleware": "^23.1.3",
61
+ "@metamask/eth-json-rpc-middleware": "^23.1.2",
62
62
  "@metamask/eth-json-rpc-provider": "^6.0.1",
63
63
  "@metamask/eth-query": "^4.0.0",
64
64
  "@metamask/json-rpc-engine": "^10.2.4",
65
- "@metamask/messenger": "^1.2.0",
65
+ "@metamask/messenger": "^1.1.1",
66
66
  "@metamask/rpc-errors": "^7.0.2",
67
67
  "@metamask/swappable-obj-proxy": "^2.3.0",
68
68
  "@metamask/utils": "^11.9.0",