@metamask-previews/assets-controllers 91.0.0-preview-7334bbce → 91.0.0-preview-e0d310b4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
 
19
19
  ### Changed
20
20
 
21
- - Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7220](https://github.com/MetaMask/core/pull/7220), [#7236](https://github.com/MetaMask/core/pull/7236))
21
+ - Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7220](https://github.com/MetaMask/core/pull/7220))
22
22
  - The dependencies moved are:
23
23
  - `@metamask/account-tree-controller` (^4.0.0)
24
24
  - `@metamask/accounts-controller` (^35.0.0)
@@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
32
  - `@metamask/preferences-controller` (^22.0.0)
33
33
  - `@metamask/profile-sync-controller` (^27.0.0)
34
34
  - `@metamask/snaps-controllers` (^14.0.1)
35
- - `@metamask/transaction-controller` (^62.3.0)
35
+ - `@metamask/transaction-controller` (^62.2.0)
36
36
  - In clients, it is now possible for multiple versions of these packages to exist in the dependency tree.
37
37
  - For example, this scenario would be valid: a client relies on `@metamask/controller-a` 1.0.0 and `@metamask/controller-b` 1.0.0, and `@metamask/controller-b` depends on `@metamask/controller-a` 1.1.0.
38
38
  - Note, however, that the versions specified in the client's `package.json` always "win", and you are expected to keep them up to date so as not to break controller and service intercommunication.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/assets-controllers",
3
- "version": "91.0.0-preview-7334bbce",
3
+ "version": "91.0.0-preview-e0d310b4",
4
4
  "description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -78,7 +78,7 @@
78
78
  "@metamask/snaps-controllers": "^14.0.1",
79
79
  "@metamask/snaps-sdk": "^9.0.0",
80
80
  "@metamask/snaps-utils": "^11.0.0",
81
- "@metamask/transaction-controller": "^62.3.0",
81
+ "@metamask/transaction-controller": "^62.2.0",
82
82
  "@metamask/utils": "^11.8.1",
83
83
  "@types/bn.js": "^5.1.5",
84
84
  "@types/uuid": "^8.3.0",