@metamask/eip-5792-middleware 1.2.2 → 1.2.4

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 +15 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.2.4]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/transaction-controller` from `^60.7.0` to `^60.10.0` ([#6883](https://github.com/MetaMask/core/pull/6883), [#6888](https://github.com/MetaMask/core/pull/6888), [#6940](https://github.com/MetaMask/core/pull/6940))
15
+
16
+ ## [1.2.3]
17
+
18
+ ### Changed
19
+
20
+ - Bump `@metamask/transaction-controller` from `^60.6.1` to `^60.7.0` ([#6841](https://github.com/MetaMask/core/pull/6841))
21
+
10
22
  ## [1.2.2]
11
23
 
12
24
  ### Changed
@@ -41,7 +53,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
53
 
42
54
  - Initial release ([#6458](https://github.com/MetaMask/core/pull/6458))
43
55
 
44
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@1.2.2...HEAD
56
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@1.2.4...HEAD
57
+ [1.2.4]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@1.2.3...@metamask/eip-5792-middleware@1.2.4
58
+ [1.2.3]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@1.2.2...@metamask/eip-5792-middleware@1.2.3
45
59
  [1.2.2]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@1.2.1...@metamask/eip-5792-middleware@1.2.2
46
60
  [1.2.1]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@1.2.0...@metamask/eip-5792-middleware@1.2.1
47
61
  [1.2.0]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@1.1.0...@metamask/eip-5792-middleware@1.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/eip-5792-middleware",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "Implements the JSON-RPC methods for sending multiple calls from the user's wallet, and checking their status, as referenced in EIP-5792",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,14 +48,14 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@metamask/superstruct": "^3.1.0",
51
- "@metamask/transaction-controller": "^60.6.1",
51
+ "@metamask/transaction-controller": "^60.10.0",
52
52
  "@metamask/utils": "^11.8.1",
53
53
  "lodash": "^4.17.21",
54
54
  "uuid": "^8.3.2"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@metamask/auto-changelog": "^3.4.4",
58
- "@metamask/keyring-controller": "^23.1.1",
58
+ "@metamask/keyring-controller": "^23.2.0",
59
59
  "@metamask/rpc-errors": "^7.0.2",
60
60
  "@types/jest": "^27.4.1",
61
61
  "deepmerge": "^4.2.2",