@metamask/snaps-rpc-methods 11.5.0 → 11.5.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.
- package/CHANGELOG.md +8 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [11.5.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853))
|
|
15
|
+
|
|
10
16
|
## [11.5.0]
|
|
11
17
|
|
|
12
18
|
### Removed
|
|
@@ -323,7 +329,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
323
329
|
- The version of the package no longer needs to match the version of all other
|
|
324
330
|
MetaMask Snaps packages.
|
|
325
331
|
|
|
326
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.5.
|
|
332
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.5.1...HEAD
|
|
333
|
+
[11.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.5.0...@metamask/snaps-rpc-methods@11.5.1
|
|
327
334
|
[11.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.4.0...@metamask/snaps-rpc-methods@11.5.0
|
|
328
335
|
[11.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.3.0...@metamask/snaps-rpc-methods@11.4.0
|
|
329
336
|
[11.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.2.0...@metamask/snaps-rpc-methods@11.3.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-rpc-methods",
|
|
3
|
-
"version": "11.5.
|
|
3
|
+
"version": "11.5.1",
|
|
4
4
|
"description": "MetaMask Snaps JSON-RPC method implementations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@metamask/key-tree": "^9.1.2",
|
|
59
|
-
"@metamask/permission-controller": "^11.0.
|
|
60
|
-
"@metamask/rpc-errors": "^
|
|
61
|
-
"@metamask/snaps-sdk": "^6.
|
|
62
|
-
"@metamask/snaps-utils": "^8.
|
|
59
|
+
"@metamask/permission-controller": "^11.0.3",
|
|
60
|
+
"@metamask/rpc-errors": "^7.0.1",
|
|
61
|
+
"@metamask/snaps-sdk": "^6.10.0",
|
|
62
|
+
"@metamask/snaps-utils": "^8.5.0",
|
|
63
63
|
"@metamask/superstruct": "^3.1.0",
|
|
64
|
-
"@metamask/utils": "^
|
|
64
|
+
"@metamask/utils": "^10.0.0",
|
|
65
65
|
"@noble/hashes": "^1.3.1"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@metamask/eslint-config-jest": "^12.1.0",
|
|
72
72
|
"@metamask/eslint-config-nodejs": "^12.1.0",
|
|
73
73
|
"@metamask/eslint-config-typescript": "^12.1.0",
|
|
74
|
-
"@metamask/json-rpc-engine": "^
|
|
74
|
+
"@metamask/json-rpc-engine": "^10.0.1",
|
|
75
75
|
"@swc/core": "1.3.78",
|
|
76
76
|
"@swc/jest": "^0.2.26",
|
|
77
77
|
"@ts-bridge/cli": "^0.5.1",
|