@metamask-previews/accounts-controller 33.1.0-preview-73b4d57 → 33.1.0-preview-b896289e

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
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Changed
11
11
 
12
- - 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))
12
+ - Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
13
13
  - Bump `@metamask/base-controller` from `^8.3.0` to `^8.4.0` ([#6632](https://github.com/MetaMask/core/pull/6632))
14
14
 
15
15
  ## [33.1.0]
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;
78
79
  entropySource: string;
79
80
  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;
78
79
  entropySource: string;
79
80
  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-previews/accounts-controller",
3
- "version": "33.1.0-preview-73b4d57",
3
+ "version": "33.1.0-preview-b896289e",
4
4
  "description": "Manages internal accounts",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -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.8.1",
59
+ "@metamask/utils": "^11.8.0",
60
60
  "deepmerge": "^4.2.2",
61
61
  "ethereum-cryptography": "^2.1.2",
62
62
  "immer": "^9.0.6",