@metamask/multichain-api-middleware 1.2.1 → 1.2.2

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 +5 -5
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
+ ## [1.2.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/chain-agnostic-permission` from `^1.2.0` to `^1.2.1` ([#6940](https://github.com/MetaMask/core/pull/6940))
15
+ - Bump `@metamask/network-controller` from `^24.2.1` to `^24.3.1` ([#6845](https://github.com/MetaMask/core/pull/6845), [#6883](https://github.com/MetaMask/core/pull/6883), [#6940](https://github.com/MetaMask/core/pull/6940))
16
+ - Bump `@metamask/permission-controller` from `^11.1.0` to `^11.1.1` ([#6940](https://github.com/MetaMask/core/pull/6940))
17
+
10
18
  ## [1.2.1]
11
19
 
12
20
  ### Changed
@@ -95,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
95
103
 
96
104
  - Initial release
97
105
 
98
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.1...HEAD
106
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.2...HEAD
107
+ [1.2.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.1...@metamask/multichain-api-middleware@1.2.2
99
108
  [1.2.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.0...@metamask/multichain-api-middleware@1.2.1
100
109
  [1.2.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.1.0...@metamask/multichain-api-middleware@1.2.0
101
110
  [1.1.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.0.0...@metamask/multichain-api-middleware@1.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/multichain-api-middleware",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "JSON-RPC methods and middleware to support the MetaMask Multichain API",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,11 +48,11 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@metamask/api-specs": "^0.14.0",
51
- "@metamask/chain-agnostic-permission": "^1.2.0",
51
+ "@metamask/chain-agnostic-permission": "^1.2.1",
52
52
  "@metamask/controller-utils": "^11.14.1",
53
53
  "@metamask/json-rpc-engine": "^10.1.1",
54
- "@metamask/network-controller": "^24.2.1",
55
- "@metamask/permission-controller": "^11.1.0",
54
+ "@metamask/network-controller": "^24.3.1",
55
+ "@metamask/permission-controller": "^11.1.1",
56
56
  "@metamask/rpc-errors": "^7.0.2",
57
57
  "@metamask/utils": "^11.8.1",
58
58
  "@open-rpc/meta-schema": "^1.14.6",
@@ -62,7 +62,7 @@
62
62
  "devDependencies": {
63
63
  "@metamask/auto-changelog": "^3.4.4",
64
64
  "@metamask/eth-json-rpc-filters": "^9.0.0",
65
- "@metamask/multichain-transactions-controller": "^5.1.0",
65
+ "@metamask/multichain-transactions-controller": "^5.1.1",
66
66
  "@metamask/safe-event-emitter": "^3.0.0",
67
67
  "@types/jest": "^27.4.1",
68
68
  "deepmerge": "^4.2.2",