@metamask-previews/accounts-controller 32.0.1-preview-e4e5ca5c → 32.0.1-preview-037d305

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 CHANGED
@@ -7,6 +7,12 @@ 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-api` from `^19.0.0` to `^20.0.0` ([#6248](https://github.com/MetaMask/core/pull/6248))
13
+ - Bump `@metamask/keyring-internal-api` from `^7.0.0` to `^8.0.0` ([#6248](https://github.com/MetaMask/core/pull/6248))
14
+ - Bump `@metamask/eth-snap-keyring` from `^14.0.0` to `^16.0.0` ([#6248](https://github.com/MetaMask/core/pull/6248))
15
+
10
16
  ### Fixed
11
17
 
12
18
  - Stop updating `selectedAccount` unnecesarily ([#6218](https://github.com/MetaMask/core/pull/6218))
@@ -22,7 +22,7 @@ export declare const createMockInternalAccount: ({ id, address, type, name, keyr
22
22
  options?: Record<string, unknown> | undefined;
23
23
  }) => InternalAccount;
24
24
  export declare const createExpectedInternalAccount: (args: Parameters<typeof createMockInternalAccount>[0]) => {
25
- type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account";
25
+ type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "any:account";
26
26
  id: string;
27
27
  options: Record<string, import("@metamask/utils").Json> & {
28
28
  entropy?: {
@@ -22,7 +22,7 @@ export declare const createMockInternalAccount: ({ id, address, type, name, keyr
22
22
  options?: Record<string, unknown> | undefined;
23
23
  }) => InternalAccount;
24
24
  export declare const createExpectedInternalAccount: (args: Parameters<typeof createMockInternalAccount>[0]) => {
25
- type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account";
25
+ type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account" | "any:account";
26
26
  id: string;
27
27
  options: Record<string, import("@metamask/utils").Json> & {
28
28
  entropy?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/accounts-controller",
3
- "version": "32.0.1-preview-e4e5ca5c",
3
+ "version": "32.0.1-preview-037d305",
4
4
  "description": "Manages internal accounts",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -49,9 +49,9 @@
49
49
  "dependencies": {
50
50
  "@ethereumjs/util": "^9.1.0",
51
51
  "@metamask/base-controller": "^8.0.1",
52
- "@metamask/eth-snap-keyring": "^14.0.0",
53
- "@metamask/keyring-api": "^19.0.0",
54
- "@metamask/keyring-internal-api": "^7.0.0",
52
+ "@metamask/eth-snap-keyring": "^16.0.0",
53
+ "@metamask/keyring-api": "^20.0.0",
54
+ "@metamask/keyring-internal-api": "^8.0.0",
55
55
  "@metamask/keyring-utils": "^3.1.0",
56
56
  "@metamask/snaps-sdk": "^9.0.0",
57
57
  "@metamask/snaps-utils": "^11.0.0",