@metamask/snaps-controllers 20.0.4 → 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 +17 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,20 @@ 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
|
+
|
|
17
|
+
## [20.0.5]
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- Bump `@metamask/snaps-rpc-methods` from `^15.1.1` to `16.0.0` ([#3999](https://github.com/MetaMask/snaps/pull/3999))
|
|
22
|
+
- 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))
|
|
23
|
+
|
|
10
24
|
## [20.0.4]
|
|
11
25
|
|
|
12
26
|
### Changed
|
|
@@ -1220,7 +1234,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1220
1234
|
- The version of the package no longer needs to match the version of all other
|
|
1221
1235
|
MetaMask Snaps packages.
|
|
1222
1236
|
|
|
1223
|
-
[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
|
|
1239
|
+
[20.0.5]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@20.0.4...@metamask/snaps-controllers@20.0.5
|
|
1224
1240
|
[20.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@20.0.3...@metamask/snaps-controllers@20.0.4
|
|
1225
1241
|
[20.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@20.0.2...@metamask/snaps-controllers@20.0.3
|
|
1226
1242
|
[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.
|
|
3
|
+
"version": "20.0.6",
|
|
4
4
|
"description": "Controllers for MetaMask Snaps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -83,18 +83,18 @@
|
|
|
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.
|
|
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",
|
|
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": "^
|
|
96
|
-
"@metamask/snaps-sdk": "^11.1.
|
|
97
|
-
"@metamask/snaps-utils": "^12.2.
|
|
95
|
+
"@metamask/snaps-rpc-methods": "^17.0.0",
|
|
96
|
+
"@metamask/snaps-sdk": "^11.1.1",
|
|
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": {
|