@metamask-previews/multichain-api-middleware 4.0.1-preview-a42e8d0d2 → 4.0.2-preview-d2f661012

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 +6 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [4.0.2]
11
+
10
12
  ### Changed
11
13
 
12
- - Bump `@metamask/accounts-controller` from `^39.0.4` to `^39.0.5` ([#9470](https://github.com/MetaMask/core/pull/9470))
14
+ - Bump `@metamask/accounts-controller` from `^39.0.4` to `^39.0.6` ([#9470](https://github.com/MetaMask/core/pull/9470), [#9735](https://github.com/MetaMask/core/pull/9735))
15
+ - Bump `@metamask/network-controller` from `^34.0.0` to `^35.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735))
13
16
 
14
17
  ## [4.0.1]
15
18
 
@@ -280,7 +283,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
280
283
 
281
284
  - Initial release
282
285
 
283
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@4.0.1...HEAD
286
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@4.0.2...HEAD
287
+ [4.0.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@4.0.1...@metamask/multichain-api-middleware@4.0.2
284
288
  [4.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@4.0.0...@metamask/multichain-api-middleware@4.0.1
285
289
  [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.5...@metamask/multichain-api-middleware@4.0.0
286
290
  [3.1.5]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@3.1.4...@metamask/multichain-api-middleware@3.1.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-api-middleware",
3
- "version": "4.0.1-preview-a42e8d0d2",
3
+ "version": "4.0.2-preview-d2f661012",
4
4
  "description": "JSON-RPC methods and middleware to support the MetaMask Multichain API",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -53,12 +53,12 @@
53
53
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
54
54
  },
55
55
  "dependencies": {
56
- "@metamask/accounts-controller": "^39.0.5",
56
+ "@metamask/accounts-controller": "^39.0.6",
57
57
  "@metamask/api-specs": "^0.15.0",
58
58
  "@metamask/chain-agnostic-permission": "^1.7.0",
59
59
  "@metamask/controller-utils": "^12.3.0",
60
60
  "@metamask/json-rpc-engine": "^10.5.0",
61
- "@metamask/network-controller": "^34.0.0",
61
+ "@metamask/network-controller": "^35.0.0",
62
62
  "@metamask/permission-controller": "^13.1.1",
63
63
  "@metamask/rpc-errors": "^7.0.2",
64
64
  "@metamask/snaps-controllers": "^19.0.0",