@metamask/accounts-controller 33.1.0 → 33.1.1
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/utils.d.cts +1 -1
- package/dist/utils.d.mts +1 -1
- package/package.json +6 -6
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
|
+
## [33.1.1]
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
|
14
|
+
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.1` ([#6588](https://github.com/MetaMask/core/pull/6588), [#6708](https://github.com/MetaMask/core/pull/6708))
|
15
|
+
- Bump `@metamask/base-controller` from `^8.3.0` to `^8.4.1` ([#6632](https://github.com/MetaMask/core/pull/6632), [#6807](https://github.com/MetaMask/core/pull/6807))
|
16
|
+
|
10
17
|
## [33.1.0]
|
11
18
|
|
12
19
|
### Added
|
@@ -619,7 +626,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
619
626
|
|
620
627
|
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
|
621
628
|
|
622
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.1.
|
629
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.1.1...HEAD
|
630
|
+
[33.1.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.1.0...@metamask/accounts-controller@33.1.1
|
623
631
|
[33.1.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.0.0...@metamask/accounts-controller@33.1.0
|
624
632
|
[33.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@32.0.2...@metamask/accounts-controller@33.0.0
|
625
633
|
[32.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@32.0.1...@metamask/accounts-controller@32.0.2
|
package/dist/utils.d.cts
CHANGED
@@ -75,9 +75,9 @@ export declare function getEvmGroupIndexFromAddressIndex(keyring: KeyringObject,
|
|
75
75
|
* extra-properties than a Snap might add in its `options`.
|
76
76
|
*/
|
77
77
|
export declare const HdSnapKeyringAccountOptionsStruct: import("@metamask/superstruct").Struct<{
|
78
|
-
derivationPath: string;
|
79
78
|
entropySource: string;
|
80
79
|
index: number;
|
80
|
+
derivationPath: string;
|
81
81
|
}, {
|
82
82
|
entropySource: import("@metamask/superstruct").Struct<string, null>;
|
83
83
|
index: import("@metamask/superstruct").Struct<number, null>;
|
package/dist/utils.d.mts
CHANGED
@@ -75,9 +75,9 @@ export declare function getEvmGroupIndexFromAddressIndex(keyring: KeyringObject,
|
|
75
75
|
* extra-properties than a Snap might add in its `options`.
|
76
76
|
*/
|
77
77
|
export declare const HdSnapKeyringAccountOptionsStruct: import("@metamask/superstruct").Struct<{
|
78
|
-
derivationPath: string;
|
79
78
|
entropySource: string;
|
80
79
|
index: number;
|
80
|
+
derivationPath: string;
|
81
81
|
}, {
|
82
82
|
entropySource: import("@metamask/superstruct").Struct<string, null>;
|
83
83
|
index: import("@metamask/superstruct").Struct<number, null>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask/accounts-controller",
|
3
|
-
"version": "33.1.
|
3
|
+
"version": "33.1.1",
|
4
4
|
"description": "Manages internal accounts",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
50
|
"@ethereumjs/util": "^9.1.0",
|
51
|
-
"@metamask/base-controller": "^8.
|
51
|
+
"@metamask/base-controller": "^8.4.1",
|
52
52
|
"@metamask/eth-snap-keyring": "^17.0.0",
|
53
53
|
"@metamask/keyring-api": "^21.0.0",
|
54
54
|
"@metamask/keyring-internal-api": "^9.0.0",
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"@metamask/snaps-sdk": "^9.0.0",
|
57
57
|
"@metamask/snaps-utils": "^11.0.0",
|
58
58
|
"@metamask/superstruct": "^3.1.0",
|
59
|
-
"@metamask/utils": "^11.
|
59
|
+
"@metamask/utils": "^11.8.1",
|
60
60
|
"deepmerge": "^4.2.2",
|
61
61
|
"ethereum-cryptography": "^2.1.2",
|
62
62
|
"immer": "^9.0.6",
|
@@ -65,9 +65,9 @@
|
|
65
65
|
},
|
66
66
|
"devDependencies": {
|
67
67
|
"@metamask/auto-changelog": "^3.4.4",
|
68
|
-
"@metamask/controller-utils": "^11.
|
69
|
-
"@metamask/keyring-controller": "^23.
|
70
|
-
"@metamask/network-controller": "^24.1
|
68
|
+
"@metamask/controller-utils": "^11.14.1",
|
69
|
+
"@metamask/keyring-controller": "^23.1.1",
|
70
|
+
"@metamask/network-controller": "^24.2.1",
|
71
71
|
"@metamask/providers": "^22.1.0",
|
72
72
|
"@metamask/snaps-controllers": "^14.0.1",
|
73
73
|
"@types/jest": "^27.4.1",
|