@metamask-previews/eth-simple-keyring 12.0.1-7275dbc → 12.0.2-bc99865
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 +14 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ 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.1.1` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546))
|
|
13
|
+
|
|
14
|
+
## [12.0.2]
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Bump `@metamask/keyring-api` from `^23.0.1` to `^23.1.0` ([#538](https://github.com/MetaMask/accounts/pull/538))
|
|
19
|
+
- Bump `@metamask/keyring-sdk` from `^2.0.1` to `^2.0.2` ([#538](https://github.com/MetaMask/accounts/pull/538))
|
|
20
|
+
|
|
10
21
|
## [12.0.1]
|
|
11
22
|
|
|
12
23
|
### Changed
|
|
@@ -132,7 +143,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
132
143
|
### Changed
|
|
133
144
|
|
|
134
145
|
- 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/
|
|
146
|
+
- Add `syncpack` and sync dependencies ([#53](https://github.com/MetaMask/accounts/pull/53))
|
|
136
147
|
|
|
137
148
|
## [6.0.4]
|
|
138
149
|
|
|
@@ -205,7 +216,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
205
216
|
- **BREAKING:** Remove redundant `newGethSignMessage` method ([#72](https://github.com/MetaMask/eth-simple-keyring/pull/72))
|
|
206
217
|
- Consumers can use `signPersonalMessage` method as a replacement for `newGethSignMessage`.
|
|
207
218
|
|
|
208
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@12.0.
|
|
219
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@12.0.2...HEAD
|
|
220
|
+
[12.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@12.0.1...@metamask/eth-simple-keyring@12.0.2
|
|
209
221
|
[12.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@12.0.0...@metamask/eth-simple-keyring@12.0.1
|
|
210
222
|
[12.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@11.1.2...@metamask/eth-simple-keyring@12.0.0
|
|
211
223
|
[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-bc99865",
|
|
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.
|
|
72
|
+
"@metamask/keyring-api": "23.1.0",
|
|
73
|
+
"@metamask/keyring-sdk": "2.1.1",
|
|
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"
|