@metamask-previews/multichain-api-middleware 3.1.0-preview-2fdaa18 → 3.1.1-preview-f3d53de3e

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 +9 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.1.1]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Bump `@metamask/json-rpc-engine` from `^10.4.0` to `^10.5.0` ([#8753](https://github.com/MetaMask/core/pull/8753))
15
+ - Bump `@metamask/accounts-controller` from `^38.0.0` to `^38.1.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
16
+ - Bump `@metamask/chain-agnostic-permission` from `^1.6.0` to `^1.6.1` ([#8755](https://github.com/MetaMask/core/pull/8755))
17
+ - Bump `@metamask/controller-utils` from `^11.20.0` to `^12.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
18
+ - Bump `@metamask/network-controller` from `^30.1.0` to `^31.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
19
+ - Bump `@metamask/permission-controller` from `^13.1.0` to `^13.1.1` ([#8755](https://github.com/MetaMask/core/pull/8755))
13
20
 
14
21
  ## [3.1.0]
15
22
 
@@ -214,7 +221,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
214
221
 
215
222
  - Initial release
216
223
 
217
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.0...HEAD
224
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.1...HEAD
225
+ [3.1.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.0...@metamask/multichain-api-middleware@3.1.1
218
226
  [3.1.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.0.0...@metamask/multichain-api-middleware@3.1.0
219
227
  [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@2.0.0...@metamask/multichain-api-middleware@3.0.0
220
228
  [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.7...@metamask/multichain-api-middleware@2.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-api-middleware",
3
- "version": "3.1.0-preview-2fdaa18",
3
+ "version": "3.1.1-preview-f3d53de3e",
4
4
  "description": "JSON-RPC methods and middleware to support the MetaMask Multichain API",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -51,13 +51,13 @@
51
51
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
52
52
  },
53
53
  "dependencies": {
54
- "@metamask/accounts-controller": "^38.0.0",
54
+ "@metamask/accounts-controller": "^38.1.0",
55
55
  "@metamask/api-specs": "^0.14.0",
56
- "@metamask/chain-agnostic-permission": "^1.6.0",
57
- "@metamask/controller-utils": "^11.20.0",
56
+ "@metamask/chain-agnostic-permission": "^1.6.1",
57
+ "@metamask/controller-utils": "^12.0.0",
58
58
  "@metamask/json-rpc-engine": "^10.5.0",
59
- "@metamask/network-controller": "^30.1.0",
60
- "@metamask/permission-controller": "^13.1.0",
59
+ "@metamask/network-controller": "^31.0.0",
60
+ "@metamask/permission-controller": "^13.1.1",
61
61
  "@metamask/rpc-errors": "^7.0.2",
62
62
  "@metamask/snaps-controllers": "^19.0.0",
63
63
  "@metamask/utils": "^11.9.0",