@metamask-previews/multichain-api-middleware 1.2.1-preview-ab0ad568 → 1.2.2-preview-ebf01f52

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 +7 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,9 +7,13 @@ 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
+
10
12
  ### Changed
11
13
 
12
- - Bump `@metamask/network-controller` from `^24.2.1` to `^24.2.1` ([#6845](https://github.com/MetaMask/core/pull/6845), [#6883](https://github.com/MetaMask/core/pull/6883))
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))
13
17
 
14
18
  ## [1.2.1]
15
19
 
@@ -99,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
103
 
100
104
  - Initial release
101
105
 
102
- [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
103
108
  [1.2.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.2.0...@metamask/multichain-api-middleware@1.2.1
104
109
  [1.2.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@1.1.0...@metamask/multichain-api-middleware@1.2.0
105
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-previews/multichain-api-middleware",
3
- "version": "1.2.1-preview-ab0ad568",
3
+ "version": "1.2.2-preview-ebf01f52",
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.3.0",
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",