@metamask/keyring-api 8.1.1 → 8.1.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 +9 -1
- package/package.json +7 -7
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
|
+
## [8.1.2]
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
|
14
|
+
- Bump `@metamask/*` and `@lavamoat/*` dependencies ([#46](https://github.com/MetaMask/accounts/pull/46))
|
15
|
+
- Move `deepmerge` to `devDependencies` ([#44](https://github.com/MetaMask/accounts/pull/44))
|
16
|
+
|
10
17
|
## [8.1.1]
|
11
18
|
|
12
19
|
### Changed
|
@@ -398,7 +405,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
398
405
|
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
|
399
406
|
- Helper functions to create keyring handler in the snap.
|
400
407
|
|
401
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.
|
408
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.2...HEAD
|
409
|
+
[8.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.1...@metamask/keyring-api@8.1.2
|
402
410
|
[8.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.1.0...@metamask/keyring-api@8.1.1
|
403
411
|
[8.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.0.2...@metamask/keyring-api@8.1.0
|
404
412
|
[8.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@8.0.1...@metamask/keyring-api@8.0.2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask/keyring-api",
|
3
|
-
"version": "8.1.
|
3
|
+
"version": "8.1.2",
|
4
4
|
"description": "MetaMask Keyring API",
|
5
5
|
"keywords": [
|
6
6
|
"metamask",
|
@@ -36,21 +36,21 @@
|
|
36
36
|
"test:watch": "jest --watch"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@metamask/snaps-sdk": "^6.1
|
39
|
+
"@metamask/snaps-sdk": "^6.5.1",
|
40
40
|
"@metamask/superstruct": "^3.1.0",
|
41
|
-
"@metamask/utils": "^9.1
|
41
|
+
"@metamask/utils": "^9.2.1",
|
42
42
|
"@types/uuid": "^9.0.8",
|
43
43
|
"bech32": "^2.0.0",
|
44
|
-
"deepmerge": "^4.2.2",
|
45
44
|
"uuid": "^9.0.1"
|
46
45
|
},
|
47
46
|
"devDependencies": {
|
48
|
-
"@lavamoat/allow-scripts": "^3.
|
49
|
-
"@lavamoat/preinstall-always-fail": "^2.
|
47
|
+
"@lavamoat/allow-scripts": "^3.2.1",
|
48
|
+
"@lavamoat/preinstall-always-fail": "^2.1.0",
|
50
49
|
"@metamask/auto-changelog": "^3.4.4",
|
51
|
-
"@metamask/providers": "^17.
|
50
|
+
"@metamask/providers": "^17.2.0",
|
52
51
|
"@types/jest": "^29.5.12",
|
53
52
|
"@types/node": "^20.12.12",
|
53
|
+
"deepmerge": "^4.2.2",
|
54
54
|
"depcheck": "^1.4.7",
|
55
55
|
"jest": "^28.1.3",
|
56
56
|
"jest-it-up": "^3.1.0",
|