@metamask-previews/keyring-controller 25.2.0-preview-b441b46d7 → 25.2.0-preview-5d0317d14

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 +0 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -966,9 +966,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
966
966
  ### Added
967
967
 
968
968
  - Initial release
969
-
970
969
  - As a result of converting our shared controllers repo into a monorepo ([#831](https://github.com/MetaMask/core/pull/831)), we've created this package from select parts of [`@metamask/controllers` v33.0.0](https://github.com/MetaMask/core/tree/v33.0.0), namely:
971
-
972
970
  - Everything in `src/keyring`
973
971
 
974
972
  All changes listed after this point were applied to this package following the monorepo conversion.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-controller",
3
- "version": "25.2.0-preview-b441b46d7",
3
+ "version": "25.2.0-preview-5d0317d14",
4
4
  "description": "Stores identities seen in the wallet and manages interactions such as signing",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -74,7 +74,7 @@
74
74
  "@ethereumjs/tx": "^5.4.0",
75
75
  "@lavamoat/allow-scripts": "^3.0.4",
76
76
  "@lavamoat/preinstall-always-fail": "^2.1.0",
77
- "@metamask/auto-changelog": "^6.0.0",
77
+ "@metamask/auto-changelog": "^6.1.0",
78
78
  "@metamask/keyring-utils": "^3.1.0",
79
79
  "@metamask/scure-bip39": "^2.1.1",
80
80
  "@ts-bridge/cli": "^0.6.4",