@metamask/snaps-rpc-methods 15.0.1 → 15.0.2

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 +5 -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
+ ## [15.0.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/json-rpc-engine` from `^10.2.3` to `^10.2.4` ([#3925](https://github.com/MetaMask/snaps/pull/3925))
15
+ - Bump `@metamask/messenger` from `^0.3.0` to `^1.1.0` ([#3930](https://github.com/MetaMask/snaps/pull/3930), [#3934](https://github.com/MetaMask/snaps/pull/3934))
16
+ - Bump `@metamask/permission-controller` from `^12.2.1` to `^12.3.0` ([#3930](https://github.com/MetaMask/snaps/pull/3930))
17
+
10
18
  ## [15.0.1]
11
19
 
12
20
  ### Changed
@@ -588,7 +596,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
588
596
  - The version of the package no longer needs to match the version of all other
589
597
  MetaMask Snaps packages.
590
598
 
591
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@15.0.1...HEAD
599
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@15.0.2...HEAD
600
+ [15.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@15.0.1...@metamask/snaps-rpc-methods@15.0.2
592
601
  [15.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@15.0.0...@metamask/snaps-rpc-methods@15.0.1
593
602
  [15.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@14.3.0...@metamask/snaps-rpc-methods@15.0.0
594
603
  [14.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@14.2.0...@metamask/snaps-rpc-methods@14.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-rpc-methods",
3
- "version": "15.0.1",
3
+ "version": "15.0.2",
4
4
  "description": "MetaMask Snaps JSON-RPC method implementations",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -58,10 +58,10 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@metamask/key-tree": "^10.1.1",
61
- "@metamask/permission-controller": "^12.2.1",
61
+ "@metamask/permission-controller": "^12.3.0",
62
62
  "@metamask/rpc-errors": "^7.0.3",
63
63
  "@metamask/snaps-sdk": "^11.0.0",
64
- "@metamask/snaps-utils": "^12.1.2",
64
+ "@metamask/snaps-utils": "^12.1.3",
65
65
  "@metamask/superstruct": "^3.2.1",
66
66
  "@metamask/utils": "^11.10.0",
67
67
  "@noble/hashes": "^1.7.1",
@@ -70,8 +70,8 @@
70
70
  "devDependencies": {
71
71
  "@lavamoat/allow-scripts": "^4.0.0",
72
72
  "@metamask/auto-changelog": "^5.3.2",
73
- "@metamask/json-rpc-engine": "^10.2.3",
74
- "@metamask/messenger": "^0.3.0",
73
+ "@metamask/json-rpc-engine": "^10.2.4",
74
+ "@metamask/messenger": "^1.1.0",
75
75
  "@swc/core": "1.11.31",
76
76
  "@swc/jest": "^0.2.38",
77
77
  "@ts-bridge/cli": "^0.6.1",