@metamask/snaps-controllers 20.0.4 → 20.0.5

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 +9 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [20.0.5]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/snaps-rpc-methods` from `^15.1.1` to `16.0.0` ([#3999](https://github.com/MetaMask/snaps/pull/3999))
15
+ - Bump `@metamask/json-rpc-engine` from `^10.3.0` to `^10.5.0` ([#3992](https://github.com/MetaMask/snaps/pull/3992), [#3998](https://github.com/MetaMask/snaps/pull/3998))
16
+
10
17
  ## [20.0.4]
11
18
 
12
19
  ### Changed
@@ -1220,7 +1227,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1220
1227
  - The version of the package no longer needs to match the version of all other
1221
1228
  MetaMask Snaps packages.
1222
1229
 
1223
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@20.0.4...HEAD
1230
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@20.0.5...HEAD
1231
+ [20.0.5]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@20.0.4...@metamask/snaps-controllers@20.0.5
1224
1232
  [20.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@20.0.3...@metamask/snaps-controllers@20.0.4
1225
1233
  [20.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@20.0.2...@metamask/snaps-controllers@20.0.3
1226
1234
  [20.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@20.0.1...@metamask/snaps-controllers@20.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-controllers",
3
- "version": "20.0.4",
3
+ "version": "20.0.5",
4
4
  "description": "Controllers for MetaMask Snaps",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -83,7 +83,7 @@
83
83
  "dependencies": {
84
84
  "@metamask/approval-controller": "^9.0.1",
85
85
  "@metamask/base-controller": "^9.1.0",
86
- "@metamask/json-rpc-engine": "^10.3.0",
86
+ "@metamask/json-rpc-engine": "^10.5.0",
87
87
  "@metamask/json-rpc-middleware-stream": "^8.0.8",
88
88
  "@metamask/key-tree": "^10.1.1",
89
89
  "@metamask/messenger": "^1.2.0",
@@ -92,8 +92,8 @@
92
92
  "@metamask/post-message-stream": "^10.0.0",
93
93
  "@metamask/rpc-errors": "^7.0.3",
94
94
  "@metamask/snaps-registry": "^4.0.0",
95
- "@metamask/snaps-rpc-methods": "^15.1.1",
96
- "@metamask/snaps-sdk": "^11.1.0",
95
+ "@metamask/snaps-rpc-methods": "^16.0.0",
96
+ "@metamask/snaps-sdk": "^11.1.1",
97
97
  "@metamask/snaps-utils": "^12.2.0",
98
98
  "@metamask/storage-service": "^1.0.1",
99
99
  "@metamask/superstruct": "^3.2.1",