@metamask/eip-5792-middleware 1.2.0 → 1.2.1

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 -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.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/utils` from `^11.8.0` to `^11.8.1` ([#6708](https://github.com/MetaMask/core/pull/6708))
15
+ - Bump `@metamask/transaction-controller` from `^60.4.0` to `^60.6.0` ([#6708](https://github.com/MetaMask/core/pull/6733), [#6771](https://github.com/MetaMask/core/pull/6771))
16
+ - Remove dependency `@metamask/eth-json-rpc-middleware` ([#6714](https://github.com/MetaMask/core/pull/6714))
17
+
10
18
  ## [1.2.0]
11
19
 
12
20
  ### Changed
@@ -27,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
35
 
28
36
  - Initial release ([#6458](https://github.com/MetaMask/core/pull/6458))
29
37
 
30
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@1.2.0...HEAD
38
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@1.2.1...HEAD
39
+ [1.2.1]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@1.2.0...@metamask/eip-5792-middleware@1.2.1
31
40
  [1.2.0]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@1.1.0...@metamask/eip-5792-middleware@1.2.0
32
41
  [1.1.0]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@1.0.0...@metamask/eip-5792-middleware@1.1.0
33
42
  [1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/eip-5792-middleware@1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/eip-5792-middleware",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
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",
@@ -47,16 +47,15 @@
47
47
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
48
48
  },
49
49
  "dependencies": {
50
- "@metamask/eth-json-rpc-middleware": "^17.0.1",
51
50
  "@metamask/superstruct": "^3.1.0",
52
- "@metamask/transaction-controller": "^60.4.0",
53
- "@metamask/utils": "^11.8.0",
51
+ "@metamask/transaction-controller": "^60.6.0",
52
+ "@metamask/utils": "^11.8.1",
54
53
  "lodash": "^4.17.21",
55
54
  "uuid": "^8.3.2"
56
55
  },
57
56
  "devDependencies": {
58
57
  "@metamask/auto-changelog": "^3.4.4",
59
- "@metamask/keyring-controller": "^23.1.0",
58
+ "@metamask/keyring-controller": "^23.1.1",
60
59
  "@metamask/rpc-errors": "^7.0.2",
61
60
  "@types/jest": "^27.4.1",
62
61
  "deepmerge": "^4.2.2",