@metamask/accounts-controller 29.0.1 → 30.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 +9 -1
- package/dist/tests/mocks.d.cts +1 -1
- package/dist/tests/mocks.d.mts +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [30.0.0]
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
|
14
|
+
- **BREAKING:** Bump `@metamask/providers` peer dependency from `^21.0.0` to `^22.0.0` ([#5871](https://github.com/MetaMask/core/pull/5871))
|
15
|
+
- **BREAKING:** Bump `@metamask/snaps-controllers` peer dependency from `^11.0.0` to `^12.0.0` ([#5871](https://github.com/MetaMask/core/pull/5871))
|
16
|
+
|
10
17
|
## [29.0.1]
|
11
18
|
|
12
19
|
### Fixed
|
@@ -542,7 +549,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
542
549
|
|
543
550
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
544
551
|
|
545
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@
|
552
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@30.0.0...HEAD
|
553
|
+
[30.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@29.0.1...@metamask/accounts-controller@30.0.0
|
546
554
|
[29.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@29.0.0...@metamask/accounts-controller@29.0.1
|
547
555
|
[29.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@28.0.0...@metamask/accounts-controller@29.0.0
|
548
556
|
[28.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@27.0.0...@metamask/accounts-controller@28.0.0
|
package/dist/tests/mocks.d.cts
CHANGED
@@ -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/dist/tests/mocks.d.mts
CHANGED
@@ -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": "
|
3
|
+
"version": "30.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": "^
|
53
|
-
"@metamask/keyring-api": "^
|
54
|
-
"@metamask/keyring-internal-api": "^6.0
|
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": "^
|
57
|
-
"@metamask/snaps-utils": "^9.
|
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.
|
66
|
+
"@metamask/keyring-controller": "^22.0.1",
|
67
67
|
"@metamask/network-controller": "^23.5.1",
|
68
|
-
"@metamask/providers": "^
|
69
|
-
"@metamask/snaps-controllers": "^
|
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",
|
@@ -79,8 +79,8 @@
|
|
79
79
|
"peerDependencies": {
|
80
80
|
"@metamask/keyring-controller": "^22.0.0",
|
81
81
|
"@metamask/network-controller": "^23.0.0",
|
82
|
-
"@metamask/providers": "^
|
83
|
-
"@metamask/snaps-controllers": "^
|
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": {
|