@metamask-previews/eth-simple-keyring 12.0.1-7275dbc → 12.0.2-023fc63
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 +18 -5
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.2.0` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#562](https://github.com/MetaMask/accounts/pull/562))
|
|
13
|
+
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.2.0` ([#562](https://github.com/MetaMask/accounts/pull/562))
|
|
14
|
+
|
|
15
|
+
## [12.0.2]
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Bump `@metamask/keyring-api` from `^23.0.1` to `^23.1.0` ([#538](https://github.com/MetaMask/accounts/pull/538))
|
|
20
|
+
- Bump `@metamask/keyring-sdk` from `^2.0.1` to `^2.0.2` ([#538](https://github.com/MetaMask/accounts/pull/538))
|
|
21
|
+
|
|
10
22
|
## [12.0.1]
|
|
11
23
|
|
|
12
24
|
### Changed
|
|
@@ -52,7 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
52
64
|
|
|
53
65
|
### Added
|
|
54
66
|
|
|
55
|
-
- Add `SimpleKeyringV2` class implementing `KeyringV2` interface ([#409](https://github.com/MetaMask/accounts/pull/409)
|
|
67
|
+
- Add `SimpleKeyringV2` class implementing `KeyringV2` interface ([#409](https://github.com/MetaMask/accounts/pull/409), [#410](https://github.com/MetaMask/accounts/pull/410), [#413](https://github.com/MetaMask/accounts/pull/413), [#451](https://github.com/MetaMask/accounts/pull/451), [#478](https://github.com/MetaMask/accounts/pull/478), [#482](https://github.com/MetaMask/accounts/pull/482))
|
|
56
68
|
- Add new dependency `@metamask/keyring-api@22.0.0`.
|
|
57
69
|
- Add new dependency `@metamask/keyring-sdk@1.0.0`.
|
|
58
70
|
- Wraps legacy `SimpleKeyring` to expose accounts via the unified `KeyringV2` API and the `KeyringAccount` type.
|
|
@@ -102,8 +114,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
102
114
|
|
|
103
115
|
### Changed
|
|
104
116
|
|
|
105
|
-
- Bump `@metamask/eth-sig-util` dependency from `^8.0.0` to `8.2.0` ([#177](https://github.com/MetaMask/accounts/pull/177)
|
|
106
|
-
- Bump `@metamask/utils` dependency from `^9.3.1` to `11.1.0` ([#134](https://github.com/MetaMask/accounts/pull/134)
|
|
117
|
+
- Bump `@metamask/eth-sig-util` dependency from `^8.0.0` to `8.2.0` ([#177](https://github.com/MetaMask/accounts/pull/177), [#134](https://github.com/MetaMask/accounts/pull/134))
|
|
118
|
+
- Bump `@metamask/utils` dependency from `^9.3.1` to `11.1.0` ([#134](https://github.com/MetaMask/accounts/pull/134), [#167](https://github.com/MetaMask/accounts/pull/167))
|
|
107
119
|
|
|
108
120
|
## [8.0.1]
|
|
109
121
|
|
|
@@ -132,7 +144,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
132
144
|
### Changed
|
|
133
145
|
|
|
134
146
|
- Bump `sinon` and `@types/sinon` to latest versions ([#51](https://github.com/MetaMask/accounts/pull/51))
|
|
135
|
-
- Add `syncpack` and sync dependencies ([#53](https://github.com/
|
|
147
|
+
- Add `syncpack` and sync dependencies ([#53](https://github.com/MetaMask/accounts/pull/53))
|
|
136
148
|
|
|
137
149
|
## [6.0.4]
|
|
138
150
|
|
|
@@ -205,7 +217,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
205
217
|
- **BREAKING:** Remove redundant `newGethSignMessage` method ([#72](https://github.com/MetaMask/eth-simple-keyring/pull/72))
|
|
206
218
|
- Consumers can use `signPersonalMessage` method as a replacement for `newGethSignMessage`.
|
|
207
219
|
|
|
208
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@12.0.
|
|
220
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@12.0.2...HEAD
|
|
221
|
+
[12.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@12.0.1...@metamask/eth-simple-keyring@12.0.2
|
|
209
222
|
[12.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@12.0.0...@metamask/eth-simple-keyring@12.0.1
|
|
210
223
|
[12.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@11.1.2...@metamask/eth-simple-keyring@12.0.0
|
|
211
224
|
[11.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@11.1.1...@metamask/eth-simple-keyring@11.1.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/eth-simple-keyring",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.2-023fc63",
|
|
4
4
|
"description": "A simple standard interface for a series of Ethereum private keys",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ethereum",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@ethereumjs/util": "^9.1.0",
|
|
71
71
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
72
|
-
"@metamask/keyring-api": "23.0
|
|
73
|
-
"@metamask/keyring-sdk": "2.0
|
|
72
|
+
"@metamask/keyring-api": "23.2.0",
|
|
73
|
+
"@metamask/keyring-sdk": "2.2.0",
|
|
74
74
|
"@metamask/utils": "^11.11.0",
|
|
75
75
|
"ethereum-cryptography": "^2.2.1",
|
|
76
76
|
"randombytes": "^2.1.0"
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@lavamoat/allow-scripts": "^3.2.1",
|
|
81
81
|
"@lavamoat/preinstall-always-fail": "^2.1.0",
|
|
82
82
|
"@metamask/auto-changelog": "^6.1.0",
|
|
83
|
-
"@metamask/keyring-utils": "3.
|
|
83
|
+
"@metamask/keyring-utils": "3.3.1",
|
|
84
84
|
"@ts-bridge/cli": "^0.6.3",
|
|
85
85
|
"@types/ethereumjs-tx": "^1.0.1",
|
|
86
86
|
"@types/jest": "^29.5.12",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"ts-jest": "^29.0.5",
|
|
94
94
|
"ts-node": "^10.9.2",
|
|
95
95
|
"typedoc": "^0.25.13",
|
|
96
|
-
"typescript": "~5.
|
|
96
|
+
"typescript": "~5.3.3"
|
|
97
97
|
},
|
|
98
98
|
"engines": {
|
|
99
99
|
"node": "^18.18 || >=20"
|