@metamask/keyring-api 0.2.5 → 0.2.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 +12 -4
- package/package.json +6 -12
package/CHANGELOG.md
CHANGED
@@ -6,11 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [0.2.6]
|
10
|
+
### Changed
|
11
|
+
- Remove unused lavamoat allowed scripts ([#122](https://github.com/MetaMask/keyring-api/pull/122)).
|
12
|
+
- Update events in sequence diagram ([#121](https://github.com/MetaMask/keyring-api/pull/121)).
|
13
|
+
- Update Snap and ESLint dependencies ([#117](https://github.com/MetaMask/keyring-api/pull/117)).
|
14
|
+
- Bump @metamask/rpc-methods from 0.38.1-flask.1 to 2.0.0 ([#120](https://github.com/MetaMask/keyring-api/pull/120)).
|
15
|
+
|
9
16
|
## [0.2.5]
|
10
17
|
### Changed
|
11
|
-
- Remove `buildHandlersChain` ([#114](https://github.com/MetaMask/keyring-api/pull/114))
|
12
|
-
- Update doc for `eth_signTransaction` ([#111](https://github.com/MetaMask/keyring-api/pull/111))
|
13
|
-
- Remove un-versioned `eth_signTypedData` method ([#113](https://github.com/MetaMask/keyring-api/pull/113))
|
18
|
+
- Remove `buildHandlersChain` ([#114](https://github.com/MetaMask/keyring-api/pull/114)).
|
19
|
+
- Update doc for `eth_signTransaction` ([#111](https://github.com/MetaMask/keyring-api/pull/111)).
|
20
|
+
- Remove un-versioned `eth_signTypedData` method ([#113](https://github.com/MetaMask/keyring-api/pull/113)).
|
14
21
|
|
15
22
|
## [0.2.4]
|
16
23
|
### Changed
|
@@ -85,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
85
92
|
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
|
86
93
|
- Helper functions to create keyring handler in the snap.
|
87
94
|
|
88
|
-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v0.2.
|
95
|
+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v0.2.6...HEAD
|
96
|
+
[0.2.6]: https://github.com/MetaMask/keyring-api/compare/v0.2.5...v0.2.6
|
89
97
|
[0.2.5]: https://github.com/MetaMask/keyring-api/compare/v0.2.4...v0.2.5
|
90
98
|
[0.2.4]: https://github.com/MetaMask/keyring-api/compare/v0.2.3...v0.2.4
|
91
99
|
[0.2.3]: https://github.com/MetaMask/keyring-api/compare/v0.2.2...v0.2.3
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask/keyring-api",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.6",
|
4
4
|
"description": "MetaMask Keyring API",
|
5
5
|
"keywords": [
|
6
6
|
"metamask",
|
@@ -39,9 +39,9 @@
|
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
41
|
"@metamask/providers": "^13.0.0",
|
42
|
-
"@metamask/rpc-methods": "^0.
|
43
|
-
"@metamask/snaps-controllers": "^0.
|
44
|
-
"@metamask/snaps-utils": "^0.
|
42
|
+
"@metamask/rpc-methods": "^2.0.0",
|
43
|
+
"@metamask/snaps-controllers": "^2.0.0",
|
44
|
+
"@metamask/snaps-utils": "^2.0.0",
|
45
45
|
"@metamask/utils": "^8.1.0",
|
46
46
|
"@types/uuid": "^9.0.1",
|
47
47
|
"superstruct": "^1.0.3",
|
@@ -62,10 +62,10 @@
|
|
62
62
|
"depcheck": "^1.4.3",
|
63
63
|
"eslint": "^8.27.0",
|
64
64
|
"eslint-config-prettier": "^8.5.0",
|
65
|
-
"eslint-plugin-import": "
|
65
|
+
"eslint-plugin-import": "~2.26.0",
|
66
66
|
"eslint-plugin-jest": "^27.1.5",
|
67
67
|
"eslint-plugin-jsdoc": "^39.6.2",
|
68
|
-
"eslint-plugin-n": "^
|
68
|
+
"eslint-plugin-n": "^15.7.0",
|
69
69
|
"eslint-plugin-prettier": "^4.2.1",
|
70
70
|
"eslint-plugin-promise": "^6.1.1",
|
71
71
|
"jest": "^28.1.3",
|
@@ -90,12 +90,6 @@
|
|
90
90
|
"lavamoat": {
|
91
91
|
"allowScripts": {
|
92
92
|
"@lavamoat/preinstall-always-fail": false,
|
93
|
-
"@metamask/snaps-controllers>@metamask/base-controller>@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>keccak": false,
|
94
|
-
"@metamask/snaps-controllers>@metamask/base-controller>@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>secp256k1": false,
|
95
|
-
"@metamask/snaps-utils>@metamask/base-controller>@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>keccak": false,
|
96
|
-
"@metamask/snaps-utils>@metamask/base-controller>@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>secp256k1": false,
|
97
|
-
"@metamask/snaps-utils>@metamask/permission-controller>@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>keccak": false,
|
98
|
-
"@metamask/snaps-utils>@metamask/permission-controller>@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>secp256k1": false,
|
99
93
|
"@metamask/rpc-methods>@metamask/permission-controller>@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>keccak": false,
|
100
94
|
"@metamask/rpc-methods>@metamask/permission-controller>@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>secp256k1": false
|
101
95
|
}
|