@metamask/snaps-rpc-methods 11.11.0 → 11.12.0

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 +12 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [11.12.0]
11
+
12
+ ### Added
13
+
14
+ - Add additional properties to `snap_getPreferences` ([#3093](https://github.com/MetaMask/snaps/pull/3093))
15
+
16
+ ### Changed
17
+
18
+ - Bump MetaMask dependencies ([#3091](https://github.com/MetaMask/snaps/pull/3091), [#3082](https://github.com/MetaMask/snaps/pull/3082), [#3050](https://github.com/MetaMask/snaps/pull/3050))
19
+
10
20
  ## [11.11.0]
11
21
 
12
22
  ### Added
@@ -380,7 +390,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
380
390
  - The version of the package no longer needs to match the version of all other
381
391
  MetaMask Snaps packages.
382
392
 
383
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.11.0...HEAD
393
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.12.0...HEAD
394
+ [11.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.11.0...@metamask/snaps-rpc-methods@11.12.0
384
395
  [11.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.10.0...@metamask/snaps-rpc-methods@11.11.0
385
396
  [11.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.9.1...@metamask/snaps-rpc-methods@11.10.0
386
397
  [11.9.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@11.9.0...@metamask/snaps-rpc-methods@11.9.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-rpc-methods",
3
- "version": "11.11.0",
3
+ "version": "11.12.0",
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": "^10.0.2",
59
- "@metamask/permission-controller": "^11.0.5",
59
+ "@metamask/permission-controller": "^11.0.6",
60
60
  "@metamask/rpc-errors": "^7.0.2",
61
- "@metamask/snaps-sdk": "^6.17.0",
62
- "@metamask/snaps-utils": "^8.10.0",
61
+ "@metamask/snaps-sdk": "^6.18.0",
62
+ "@metamask/snaps-utils": "^9.0.0",
63
63
  "@metamask/superstruct": "^3.1.0",
64
- "@metamask/utils": "^11.0.1",
64
+ "@metamask/utils": "^11.2.0",
65
65
  "@noble/hashes": "^1.3.1",
66
66
  "luxon": "^3.5.0"
67
67
  },