@metamask-previews/keyring-api 23.7.0-dc5df25 → 24.0.0-914f87e

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [24.0.0]
11
+
10
12
  ### Changed
11
13
 
12
14
  - **BREAKING:** Drop support for Node.js v18 and v20; minimum version is now v22 ([#593](https://github.com/MetaMask/accounts/pull/593))
15
+ - Bump `@metamask/keyring-utils` from `^4.0.0` to `^5.0.0` ([#611](https://github.com/MetaMask/accounts/pull/611))
13
16
 
14
17
  ## [23.7.0]
15
18
 
@@ -30,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
33
 
31
34
  - Use `sensitive` struct for `privateKey` in `PrivateKeyExportedAccountStruct` ([#577](https://github.com/MetaMask/accounts/pull/577))
32
35
  - This ensures the private key value is always redacted in case of validation errors.
33
- - Bump `@metamask/superstruct` from `^3.1.0` to `^3.4.1` ([#580](https://github.com/MetaMask/accounts/pull/580)), ([#577](https://github.com/MetaMask/accounts/pull/577))
36
+ - Bump `@metamask/superstruct` from `^3.1.0` to `^3.4.1` ([#580](https://github.com/MetaMask/accounts/pull/580), [#577](https://github.com/MetaMask/accounts/pull/577))
34
37
  - Bump `@metamask/keyring-utils` from `^3.3.1` to `^4.0.0` ([#600](https://github.com/MetaMask/accounts/pull/600))
35
38
 
36
39
  ## [23.5.0]
@@ -818,7 +821,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
818
821
  - SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
819
822
  - Helper functions to create keyring handler in the snap.
820
823
 
821
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.7.0...HEAD
824
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@24.0.0...HEAD
825
+ [24.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.7.0...@metamask/keyring-api@24.0.0
822
826
  [23.7.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.6.0...@metamask/keyring-api@23.7.0
823
827
  [23.6.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.5.0...@metamask/keyring-api@23.6.0
824
828
  [23.5.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.4.0...@metamask/keyring-api@23.5.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-api",
3
- "version": "23.7.0-dc5df25",
3
+ "version": "24.0.0-914f87e",
4
4
  "description": "MetaMask Keyring API",
5
5
  "keywords": [
6
6
  "keyring",
@@ -67,7 +67,7 @@
67
67
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
68
68
  },
69
69
  "dependencies": {
70
- "@metamask/keyring-utils": "4.0.0",
70
+ "@metamask/keyring-utils": "5.0.0",
71
71
  "@metamask/superstruct": "^3.4.1",
72
72
  "@metamask/utils": "^11.11.0",
73
73
  "bitcoin-address-validation": "^2.2.3"