@metamask-previews/keyring-controller 17.1.1-preview-5492a3a → 17.1.2-preview-ea7e75d5
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 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [17.1.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Upgrade TypeScript version to `~5.0.4` and set `moduleResolution` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645))
|
|
15
|
+
- Bump `@metamask/base-controller` from `^6.0.0` to `^6.0.2` ([#4517](https://github.com/MetaMask/core/pull/4517), [#4544](https://github.com/MetaMask/core/pull/4544))
|
|
16
|
+
- Bump `@metamask/keyring-api` from `^8.0.0` to `^8.0.1` ([#3645](https://github.com/MetaMask/core/pull/3645))
|
|
17
|
+
- Bump `@metamask/utils` from `^9.0.0` to `^9.1.0` ([#4529](https://github.com/MetaMask/core/pull/4529))
|
|
18
|
+
- Bump `@metamask/message-manager` from `^10.0.1` to `^10.0.2` ([#4548](https://github.com/MetaMask/core/pull/4548))
|
|
19
|
+
|
|
10
20
|
## [17.1.1]
|
|
11
21
|
|
|
12
22
|
### Changed
|
|
@@ -507,7 +517,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
507
517
|
|
|
508
518
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
509
519
|
|
|
510
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.1.
|
|
520
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.1.2...HEAD
|
|
521
|
+
[17.1.2]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.1.1...@metamask/keyring-controller@17.1.2
|
|
511
522
|
[17.1.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.1.0...@metamask/keyring-controller@17.1.1
|
|
512
523
|
[17.1.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@17.0.0...@metamask/keyring-controller@17.1.0
|
|
513
524
|
[17.0.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@16.1.0...@metamask/keyring-controller@17.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-controller",
|
|
3
|
-
"version": "17.1.
|
|
3
|
+
"version": "17.1.2-preview-ea7e75d5",
|
|
4
4
|
"description": "Stores identities seen in the wallet and manages interactions such as signing",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@metamask/eth-sig-util": "^7.0.1",
|
|
50
50
|
"@metamask/eth-simple-keyring": "^6.0.1",
|
|
51
51
|
"@metamask/keyring-api": "^8.0.1",
|
|
52
|
-
"@metamask/message-manager": "^10.0.
|
|
52
|
+
"@metamask/message-manager": "^10.0.2",
|
|
53
53
|
"@metamask/utils": "^9.1.0",
|
|
54
54
|
"async-mutex": "^0.5.0",
|
|
55
55
|
"ethereumjs-wallet": "^1.0.1",
|