@metamask/keyring-api 4.0.0 → 4.0.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 +12 -1
- package/package.json +4 -4
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
|
+
## [4.0.1]
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
|
14
|
+
- Bump @metamask/providers to 15.0.0, @metamask/snaps-sdk to ^3.1.0 and @@metamask/utils to ^8.3.0([#266](https://github.com/MetaMask/keyring-api/pull/266))
|
15
|
+
- Bump @metamask/json-rpc-engine from 7.3.2 to 7.3.3 ([#264](https://github.com/MetaMask/keyring-api/pull/264))
|
16
|
+
- Bump @metamask/snaps-sdk from 3.0.0 to 3.0.1 ([#261](https://github.com/MetaMask/keyring-api/pull/261))
|
17
|
+
- Bump @metamask/snaps-sdk from 1.4.0 to 3.0.0 ([#259](https://github.com/MetaMask/keyring-api/pull/259))
|
18
|
+
- Bump @metamask/rpc-errors from 6.1.0 to 6.2.1 ([#258](https://github.com/MetaMask/keyring-api/pull/258))
|
19
|
+
|
10
20
|
## [4.0.0]
|
11
21
|
|
12
22
|
### Changed
|
@@ -217,7 +227,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
217
227
|
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
|
218
228
|
- Helper functions to create keyring handler in the snap.
|
219
229
|
|
220
|
-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v4.0.
|
230
|
+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v4.0.1...HEAD
|
231
|
+
[4.0.1]: https://github.com/MetaMask/keyring-api/compare/v4.0.0...v4.0.1
|
221
232
|
[4.0.0]: https://github.com/MetaMask/keyring-api/compare/v3.0.0...v4.0.0
|
222
233
|
[3.0.0]: https://github.com/MetaMask/keyring-api/compare/v2.0.0...v3.0.0
|
223
234
|
[2.0.0]: https://github.com/MetaMask/keyring-api/compare/v1.1.0...v2.0.0
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask/keyring-api",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.1",
|
4
4
|
"description": "MetaMask Keyring API",
|
5
5
|
"keywords": [
|
6
6
|
"metamask",
|
@@ -38,9 +38,9 @@
|
|
38
38
|
"test:watch": "jest --watch"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@metamask/providers": "^
|
42
|
-
"@metamask/snaps-sdk": "^1.
|
43
|
-
"@metamask/utils": "^8.
|
41
|
+
"@metamask/providers": "^15.0.0",
|
42
|
+
"@metamask/snaps-sdk": "^3.1.0",
|
43
|
+
"@metamask/utils": "^8.3.0",
|
44
44
|
"@types/uuid": "^9.0.1",
|
45
45
|
"superstruct": "^1.0.3",
|
46
46
|
"uuid": "^9.0.0"
|