@metamask/keyring-api 6.3.1 → 6.4.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.
- package/CHANGELOG.md +8 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [6.4.0]
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
|
14
|
+
- Add support for `@metamask/providers` v17 ([#329](https://github.com/MetaMask/keyring-api/pull/329)).
|
15
|
+
|
10
16
|
## [6.3.1]
|
11
17
|
|
12
18
|
### Fixed
|
@@ -325,7 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
325
331
|
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
|
326
332
|
- Helper functions to create keyring handler in the snap.
|
327
333
|
|
328
|
-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.
|
334
|
+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.4.0...HEAD
|
335
|
+
[6.4.0]: https://github.com/MetaMask/keyring-api/compare/v6.3.1...v6.4.0
|
329
336
|
[6.3.1]: https://github.com/MetaMask/keyring-api/compare/v6.3.0...v6.3.1
|
330
337
|
[6.3.0]: https://github.com/MetaMask/keyring-api/compare/v6.2.1...v6.3.0
|
331
338
|
[6.2.1]: https://github.com/MetaMask/keyring-api/compare/v6.2.0...v6.2.1
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask/keyring-api",
|
3
|
-
"version": "6.
|
3
|
+
"version": "6.4.0",
|
4
4
|
"description": "MetaMask Keyring API",
|
5
5
|
"keywords": [
|
6
6
|
"metamask",
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"@metamask/eslint-config-jest": "^12.1.0",
|
54
54
|
"@metamask/eslint-config-nodejs": "^12.1.0",
|
55
55
|
"@metamask/eslint-config-typescript": "^12.1.0",
|
56
|
-
"@metamask/providers": "^
|
56
|
+
"@metamask/providers": "^17.0.0",
|
57
57
|
"@types/jest": "^29.5.12",
|
58
58
|
"@types/node": "^20.12.12",
|
59
59
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
@@ -79,7 +79,7 @@
|
|
79
79
|
"typescript": "~4.8.4"
|
80
80
|
},
|
81
81
|
"peerDependencies": {
|
82
|
-
"@metamask/providers": ">=15 <
|
82
|
+
"@metamask/providers": ">=15 <18"
|
83
83
|
},
|
84
84
|
"packageManager": "yarn@3.2.1",
|
85
85
|
"engines": {
|