@metamask-previews/multichain-api-middleware 3.1.2-preview-a302a81d3 → 3.1.3-preview-45c30b7

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 +5 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.1.3]
11
+
10
12
  ### Changed
11
13
 
12
- - Bump `@metamask/accounts-controller` from `^38.1.1` to `^38.1.2` ([#8912](https://github.com/MetaMask/core/pull/8912))
14
+ - Bump `@metamask/accounts-controller` from `^38.1.1` to `^39.0.0` ([#8912](https://github.com/MetaMask/core/pull/8912), [#8999](https://github.com/MetaMask/core/pull/8999))
13
15
 
14
16
  ## [3.1.2]
15
17
 
@@ -233,7 +235,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
233
235
 
234
236
  - Initial release
235
237
 
236
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.2...HEAD
238
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.3...HEAD
239
+ [3.1.3]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.2...@metamask/multichain-api-middleware@3.1.3
237
240
  [3.1.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.1...@metamask/multichain-api-middleware@3.1.2
238
241
  [3.1.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.0...@metamask/multichain-api-middleware@3.1.1
239
242
  [3.1.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.0.0...@metamask/multichain-api-middleware@3.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-api-middleware",
3
- "version": "3.1.2-preview-a302a81d3",
3
+ "version": "3.1.3-preview-45c30b7",
4
4
  "description": "JSON-RPC methods and middleware to support the MetaMask Multichain API",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -51,7 +51,7 @@
51
51
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
52
52
  },
53
53
  "dependencies": {
54
- "@metamask/accounts-controller": "^38.1.2",
54
+ "@metamask/accounts-controller": "^39.0.0",
55
55
  "@metamask/api-specs": "^0.14.0",
56
56
  "@metamask/chain-agnostic-permission": "^1.6.1",
57
57
  "@metamask/controller-utils": "^12.1.0",
@@ -68,7 +68,7 @@
68
68
  "devDependencies": {
69
69
  "@metamask/auto-changelog": "^6.1.0",
70
70
  "@metamask/eth-json-rpc-filters": "^9.0.0",
71
- "@metamask/multichain-transactions-controller": "^7.1.0",
71
+ "@metamask/multichain-transactions-controller": "^7.1.1",
72
72
  "@metamask/safe-event-emitter": "^3.0.0",
73
73
  "@ts-bridge/cli": "^0.6.4",
74
74
  "@types/jest": "^29.5.14",