@metamask/snaps-controllers 20.0.5 → 20.0.6
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 +9 -1
- package/package.json +6 -6
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.6]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/permission-controller` from `13.1.0` to `13.1.1` ([#4002](https://github.com/MetaMask/snaps/pull/4002))
|
|
15
|
+
- Bump `@metamask/snaps-rpc-methods` from `16.0.0` to `17.0.0` ([#4020](https://github.com/MetaMask/snaps/pull/4020))
|
|
16
|
+
|
|
10
17
|
## [20.0.5]
|
|
11
18
|
|
|
12
19
|
### Changed
|
|
@@ -1227,7 +1234,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1227
1234
|
- The version of the package no longer needs to match the version of all other
|
|
1228
1235
|
MetaMask Snaps packages.
|
|
1229
1236
|
|
|
1230
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@20.0.
|
|
1237
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@20.0.6...HEAD
|
|
1238
|
+
[20.0.6]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@20.0.5...@metamask/snaps-controllers@20.0.6
|
|
1231
1239
|
[20.0.5]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@20.0.4...@metamask/snaps-controllers@20.0.5
|
|
1232
1240
|
[20.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@20.0.3...@metamask/snaps-controllers@20.0.4
|
|
1233
1241
|
[20.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@20.0.2...@metamask/snaps-controllers@20.0.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-controllers",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.6",
|
|
4
4
|
"description": "Controllers for MetaMask Snaps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -88,13 +88,13 @@
|
|
|
88
88
|
"@metamask/key-tree": "^10.1.1",
|
|
89
89
|
"@metamask/messenger": "^1.2.0",
|
|
90
90
|
"@metamask/object-multiplex": "^2.1.0",
|
|
91
|
-
"@metamask/permission-controller": "^13.1.
|
|
91
|
+
"@metamask/permission-controller": "^13.1.1",
|
|
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": "^
|
|
95
|
+
"@metamask/snaps-rpc-methods": "^17.0.0",
|
|
96
96
|
"@metamask/snaps-sdk": "^11.1.1",
|
|
97
|
-
"@metamask/snaps-utils": "^12.2.
|
|
97
|
+
"@metamask/snaps-utils": "^12.2.1",
|
|
98
98
|
"@metamask/storage-service": "^1.0.1",
|
|
99
99
|
"@metamask/superstruct": "^3.2.1",
|
|
100
100
|
"@metamask/utils": "^11.11.0",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
116
|
"@lavamoat/allow-scripts": "^4.0.0",
|
|
117
|
-
"@metamask/auto-changelog": "^6.1.
|
|
117
|
+
"@metamask/auto-changelog": "^6.1.1",
|
|
118
118
|
"@metamask/browser-passworder": "^6.0.0",
|
|
119
119
|
"@metamask/messenger-cli": "^0.2.0",
|
|
120
120
|
"@noble/hashes": "^1.7.1",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"vitest": "^3.1.1"
|
|
152
152
|
},
|
|
153
153
|
"peerDependencies": {
|
|
154
|
-
"@metamask/snaps-execution-environments": "^11.1.
|
|
154
|
+
"@metamask/snaps-execution-environments": "^11.1.1"
|
|
155
155
|
},
|
|
156
156
|
"peerDependenciesMeta": {
|
|
157
157
|
"@metamask/snaps-execution-environments": {
|