@metamask-previews/multichain-api-middleware 3.0.0-preview-ef7075b96 → 3.1.0-preview-3569042f0

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -9,9 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Changed
11
11
 
12
+ - Bump `@metamask/json-rpc-engine` from `^10.4.0` to `^10.5.0` ([#8753](https://github.com/MetaMask/core/pull/8753))
13
+
14
+ ## [3.1.0]
15
+
16
+ ### Changed
17
+
18
+ - Bump `@metamask/chain-agnostic-permission` from `^1.5.0` to `^1.6.0` ([#8749](https://github.com/MetaMask/core/pull/8749))
12
19
  - Bump `@metamask/multichain-transactions-controller` from `^7.0.4` to `^7.1.0` ([#8665](https://github.com/MetaMask/core/pull/8665))
13
20
  - Bump `@metamask/accounts-controller` from `^37.2.0` to `^38.0.0` ([#8665](https://github.com/MetaMask/core/pull/8665))
14
21
  - Bump `@metamask/permission-controller` from `^13.0.0` to `^13.1.0` ([#8722](https://github.com/MetaMask/core/pull/8722))
22
+ - Bump `@metamask/json-rpc-engine` from `^10.3.0` to `^10.4.0` ([#8746](https://github.com/MetaMask/core/pull/8746))
15
23
 
16
24
  ## [3.0.0]
17
25
 
@@ -206,7 +214,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
206
214
 
207
215
  - Initial release
208
216
 
209
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.0.0...HEAD
217
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.0...HEAD
218
+ [3.1.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.0.0...@metamask/multichain-api-middleware@3.1.0
210
219
  [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@2.0.0...@metamask/multichain-api-middleware@3.0.0
211
220
  [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.7...@metamask/multichain-api-middleware@2.0.0
212
221
  [1.2.7]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.6...@metamask/multichain-api-middleware@1.2.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-api-middleware",
3
- "version": "3.0.0-preview-ef7075b96",
3
+ "version": "3.1.0-preview-3569042f0",
4
4
  "description": "JSON-RPC methods and middleware to support the MetaMask Multichain API",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -53,9 +53,9 @@
53
53
  "dependencies": {
54
54
  "@metamask/accounts-controller": "^38.0.0",
55
55
  "@metamask/api-specs": "^0.14.0",
56
- "@metamask/chain-agnostic-permission": "^1.5.0",
56
+ "@metamask/chain-agnostic-permission": "^1.6.0",
57
57
  "@metamask/controller-utils": "^11.20.0",
58
- "@metamask/json-rpc-engine": "^10.3.0",
58
+ "@metamask/json-rpc-engine": "^10.5.0",
59
59
  "@metamask/network-controller": "^30.1.0",
60
60
  "@metamask/permission-controller": "^13.1.0",
61
61
  "@metamask/rpc-errors": "^7.0.2",