@metamask-previews/bridge-controller 76.1.0-preview-3e8f1945e → 76.1.0-preview-0f314298c
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 +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
18
18
|
- **BREAKING:** Default `location` fallback for Unified SwapBridge events now uses `Unknown` instead of `Main View` when no entry point is set ([#9243](https://github.com/MetaMask/core/pull/9243))
|
|
19
19
|
- Bump `@metamask/assets-controller` from `^9.0.2` to `^9.1.0` ([#9244](https://github.com/MetaMask/core/pull/9244))
|
|
20
20
|
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.3.0` ([#9249](https://github.com/MetaMask/core/pull/9249))
|
|
21
|
+
- Bump `@metamask/transaction-controller` from `^68.1.1` to `^68.2.0` ([#9253](https://github.com/MetaMask/core/pull/9253))
|
|
21
22
|
|
|
22
23
|
## [76.1.0]
|
|
23
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/bridge-controller",
|
|
3
|
-
"version": "76.1.0-preview-
|
|
3
|
+
"version": "76.1.0-preview-0f314298c",
|
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@metamask/profile-sync-controller": "^28.2.0",
|
|
73
73
|
"@metamask/remote-feature-flag-controller": "^4.2.2",
|
|
74
74
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
75
|
-
"@metamask/transaction-controller": "^68.
|
|
75
|
+
"@metamask/transaction-controller": "^68.2.0",
|
|
76
76
|
"@metamask/utils": "^11.11.0",
|
|
77
77
|
"bignumber.js": "^9.1.2",
|
|
78
78
|
"reselect": "^5.1.1",
|