@metamask/accounts-controller 29.0.1 → 31.0.0

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,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [31.0.0]
11
+
12
+ ### Changed
13
+
14
+ - **BREAKING:** Bump peer dependency `@metamask/network-controller` to `^24.0.0` ([#5999](https://github.com/MetaMask/core/pull/5999))
15
+
16
+ ## [30.0.0]
17
+
18
+ ### Changed
19
+
20
+ - **BREAKING:** Bump `@metamask/providers` peer dependency from `^21.0.0` to `^22.0.0` ([#5871](https://github.com/MetaMask/core/pull/5871))
21
+ - **BREAKING:** Bump `@metamask/snaps-controllers` peer dependency from `^11.0.0` to `^12.0.0` ([#5871](https://github.com/MetaMask/core/pull/5871))
22
+
10
23
  ## [29.0.1]
11
24
 
12
25
  ### Fixed
@@ -542,7 +555,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
542
555
 
543
556
  - Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
544
557
 
545
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@29.0.1...HEAD
558
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@31.0.0...HEAD
559
+ [31.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@30.0.0...@metamask/accounts-controller@31.0.0
560
+ [30.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@29.0.1...@metamask/accounts-controller@30.0.0
546
561
  [29.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@29.0.0...@metamask/accounts-controller@29.0.1
547
562
  [29.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@28.0.0...@metamask/accounts-controller@29.0.0
548
563
  [28.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@27.0.0...@metamask/accounts-controller@28.0.0
@@ -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:p2wpkh" | "solana:data-account";
25
+ type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account";
26
26
  id: string;
27
27
  options: Record<string, import("@metamask/utils").Json>;
28
28
  metadata: {
@@ -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:p2wpkh" | "solana:data-account";
25
+ type: "eip155:eoa" | "eip155:erc4337" | "bip122:p2pkh" | "bip122:p2sh" | "bip122:p2wpkh" | "bip122:p2tr" | "solana:data-account";
26
26
  id: string;
27
27
  options: Record<string, import("@metamask/utils").Json>;
28
28
  metadata: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/accounts-controller",
3
- "version": "29.0.1",
3
+ "version": "31.0.0",
4
4
  "description": "Manages internal accounts",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -49,12 +49,12 @@
49
49
  "dependencies": {
50
50
  "@ethereumjs/util": "^9.1.0",
51
51
  "@metamask/base-controller": "^8.0.1",
52
- "@metamask/eth-snap-keyring": "^12.1.1",
53
- "@metamask/keyring-api": "^17.4.0",
54
- "@metamask/keyring-internal-api": "^6.0.1",
52
+ "@metamask/eth-snap-keyring": "^13.0.0",
53
+ "@metamask/keyring-api": "^18.0.0",
54
+ "@metamask/keyring-internal-api": "^6.2.0",
55
55
  "@metamask/keyring-utils": "^3.0.0",
56
- "@metamask/snaps-sdk": "^6.22.0",
57
- "@metamask/snaps-utils": "^9.2.0",
56
+ "@metamask/snaps-sdk": "^7.1.0",
57
+ "@metamask/snaps-utils": "^9.4.0",
58
58
  "@metamask/utils": "^11.2.0",
59
59
  "deepmerge": "^4.2.2",
60
60
  "ethereum-cryptography": "^2.1.2",
@@ -63,10 +63,10 @@
63
63
  },
64
64
  "devDependencies": {
65
65
  "@metamask/auto-changelog": "^3.4.4",
66
- "@metamask/keyring-controller": "^22.0.0",
67
- "@metamask/network-controller": "^23.5.1",
68
- "@metamask/providers": "^21.0.0",
69
- "@metamask/snaps-controllers": "^11.2.1",
66
+ "@metamask/keyring-controller": "^22.0.2",
67
+ "@metamask/network-controller": "^24.0.0",
68
+ "@metamask/providers": "^22.1.0",
69
+ "@metamask/snaps-controllers": "^12.3.1",
70
70
  "@types/jest": "^27.4.1",
71
71
  "@types/readable-stream": "^2.3.0",
72
72
  "jest": "^27.5.1",
@@ -78,9 +78,9 @@
78
78
  },
79
79
  "peerDependencies": {
80
80
  "@metamask/keyring-controller": "^22.0.0",
81
- "@metamask/network-controller": "^23.0.0",
82
- "@metamask/providers": "^21.0.0",
83
- "@metamask/snaps-controllers": "^11.0.0",
81
+ "@metamask/network-controller": "^24.0.0",
82
+ "@metamask/providers": "^22.0.0",
83
+ "@metamask/snaps-controllers": "^12.0.0",
84
84
  "webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0"
85
85
  },
86
86
  "engines": {