@metamask-previews/multichain-api-middleware 3.1.4-preview-6da9f2b → 3.1.5-preview-2a256aff2

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
+ ## [3.1.5]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/accounts-controller` from `^39.0.1` to `^39.0.2` ([#9218](https://github.com/MetaMask/core/pull/9218))
15
+ - Bump `@metamask/controller-utils` from `^12.2.0` to `^12.3.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
16
+ - Bump `@metamask/network-controller` from `^32.0.0` to `^33.0.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
17
+
10
18
  ## [3.1.4]
11
19
 
12
20
  ### Changed
@@ -245,7 +253,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
245
253
 
246
254
  - Initial release
247
255
 
248
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.4...HEAD
256
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.5...HEAD
257
+ [3.1.5]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.4...@metamask/multichain-api-middleware@3.1.5
249
258
  [3.1.4]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.3...@metamask/multichain-api-middleware@3.1.4
250
259
  [3.1.3]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.2...@metamask/multichain-api-middleware@3.1.3
251
260
  [3.1.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.1...@metamask/multichain-api-middleware@3.1.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-api-middleware",
3
- "version": "3.1.4-preview-6da9f2b",
3
+ "version": "3.1.5-preview-2a256aff2",
4
4
  "description": "JSON-RPC methods and middleware to support the MetaMask Multichain API",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -51,12 +51,12 @@
51
51
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
52
52
  },
53
53
  "dependencies": {
54
- "@metamask/accounts-controller": "^39.0.1",
54
+ "@metamask/accounts-controller": "^39.0.2",
55
55
  "@metamask/api-specs": "^0.15.0",
56
56
  "@metamask/chain-agnostic-permission": "^1.6.2",
57
- "@metamask/controller-utils": "^12.2.0",
57
+ "@metamask/controller-utils": "^12.3.0",
58
58
  "@metamask/json-rpc-engine": "^10.5.0",
59
- "@metamask/network-controller": "^32.0.0",
59
+ "@metamask/network-controller": "^33.0.0",
60
60
  "@metamask/permission-controller": "^13.1.1",
61
61
  "@metamask/rpc-errors": "^7.0.2",
62
62
  "@metamask/snaps-controllers": "^19.0.0",