@metamask/keyring-api 8.0.1 → 8.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.
- package/CHANGELOG.md +8 -1
- package/package.json +2 -2
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
|
+
## [8.0.2]
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
|
14
|
+
- Bump `@metamask/snaps-sdk` from `^6.0.0` to `^6.1.0` ([#358](https://github.com/MetaMask/keyring-api/pull/358))
|
15
|
+
|
10
16
|
## [8.0.1]
|
11
17
|
|
12
18
|
### Changed
|
@@ -373,7 +379,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
373
379
|
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
|
374
380
|
- Helper functions to create keyring handler in the snap.
|
375
381
|
|
376
|
-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v8.0.
|
382
|
+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v8.0.2...HEAD
|
383
|
+
[8.0.2]: https://github.com/MetaMask/keyring-api/compare/v8.0.1...v8.0.2
|
377
384
|
[8.0.1]: https://github.com/MetaMask/keyring-api/compare/v8.0.0...v8.0.1
|
378
385
|
[8.0.0]: https://github.com/MetaMask/keyring-api/compare/v7.0.0...v8.0.0
|
379
386
|
[7.0.0]: https://github.com/MetaMask/keyring-api/compare/v6.4.0...v7.0.0
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask/keyring-api",
|
3
|
-
"version": "8.0.
|
3
|
+
"version": "8.0.2",
|
4
4
|
"description": "MetaMask Keyring API",
|
5
5
|
"keywords": [
|
6
6
|
"metamask",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"test:watch": "jest --watch"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@metamask/snaps-sdk": "^6.
|
41
|
+
"@metamask/snaps-sdk": "^6.1.0",
|
42
42
|
"@metamask/superstruct": "^3.1.0",
|
43
43
|
"@metamask/utils": "^9.1.0",
|
44
44
|
"@types/uuid": "^9.0.8",
|