@metamask-previews/bridge-controller 77.3.2-preview-ee508d7c1 → 77.3.2-preview-cab0b56bc
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 +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -11,10 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
|
|
12
12
|
- Split up validators into smaller files to prepare for QuoteResponse V2 migration ([#9413](https://github.com/MetaMask/core/pull/9413))
|
|
13
13
|
- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
|
|
14
|
-
- Bump `@metamask/assets-controller` from `^10.0.1` to `^10.
|
|
14
|
+
- Bump `@metamask/assets-controller` from `^10.0.1` to `^10.2.0` ([#9411](https://github.com/MetaMask/core/pull/9411), [#9450](https://github.com/MetaMask/core/pull/9450))
|
|
15
15
|
- Bump `@metamask/transaction-controller` from `^68.2.2` to `^68.3.0` ([#9421](https://github.com/MetaMask/core/pull/9421))
|
|
16
16
|
- Bump `@metamask/keyring-api` from `^23.3.0` to `^23.5.0` ([#9390](https://github.com/MetaMask/core/pull/9390))
|
|
17
|
-
- Bump `@metamask/assets-controllers` from `^109.3.0` to `^109.
|
|
17
|
+
- Bump `@metamask/assets-controllers` from `^109.3.0` to `^109.4.0` ([#9429](https://github.com/MetaMask/core/pull/9429), [#9450](https://github.com/MetaMask/core/pull/9450))
|
|
18
18
|
|
|
19
19
|
## [77.3.2]
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/bridge-controller",
|
|
3
|
-
"version": "77.3.2-preview-
|
|
3
|
+
"version": "77.3.2-preview-cab0b56bc",
|
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"@ethersproject/contracts": "^5.7.0",
|
|
59
59
|
"@ethersproject/providers": "^5.7.0",
|
|
60
60
|
"@metamask/accounts-controller": "^39.0.4",
|
|
61
|
-
"@metamask/assets-controller": "^10.
|
|
62
|
-
"@metamask/assets-controllers": "^109.
|
|
61
|
+
"@metamask/assets-controller": "^10.2.0",
|
|
62
|
+
"@metamask/assets-controllers": "^109.4.0",
|
|
63
63
|
"@metamask/base-controller": "^9.1.0",
|
|
64
64
|
"@metamask/controller-utils": "^12.3.0",
|
|
65
65
|
"@metamask/gas-fee-controller": "^26.2.4",
|