@metamask-previews/bridge-controller 78.0.3-preview-ed03d2513 → 78.1.0-preview-abbcfa61d
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 +10 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/transaction-controller` from `^69.4.0` to `^69.5.0` ([#9780](https://github.com/MetaMask/core/pull/9780))
|
|
13
|
+
|
|
14
|
+
## [78.1.0]
|
|
15
|
+
|
|
10
16
|
### Added
|
|
11
17
|
|
|
12
18
|
- Define `QuoteResponse` v2 and `validateQuoteResponse` ([#9724](https://github.com/MetaMask/core/pull/9724))
|
|
@@ -16,7 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
16
22
|
|
|
17
23
|
- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))
|
|
18
24
|
- Bump `@metamask/assets-controller` from `^13.0.0` to `^13.1.0` ([#9743](https://github.com/MetaMask/core/pull/9743))
|
|
19
|
-
- Bump `@metamask/assets-controllers` from `^110.0.3` to `^110.1.
|
|
25
|
+
- Bump `@metamask/assets-controllers` from `^110.0.3` to `^110.1.1` ([#9743](https://github.com/MetaMask/core/pull/9743), [#9779](https://github.com/MetaMask/core/pull/9779))
|
|
26
|
+
- Bump `@metamask/profile-sync-controller` from `^28.3.0` to `^29.0.0` ([#9779](https://github.com/MetaMask/core/pull/9779))
|
|
20
27
|
|
|
21
28
|
## [78.0.3]
|
|
22
29
|
|
|
@@ -1851,7 +1858,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1851
1858
|
|
|
1852
1859
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1853
1860
|
|
|
1854
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@78.0
|
|
1861
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@78.1.0...HEAD
|
|
1862
|
+
[78.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@78.0.3...@metamask/bridge-controller@78.1.0
|
|
1855
1863
|
[78.0.3]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@78.0.2...@metamask/bridge-controller@78.0.3
|
|
1856
1864
|
[78.0.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@78.0.1...@metamask/bridge-controller@78.0.2
|
|
1857
1865
|
[78.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@78.0.0...@metamask/bridge-controller@78.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/bridge-controller",
|
|
3
|
-
"version": "78.0
|
|
3
|
+
"version": "78.1.0-preview-abbcfa61d",
|
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@ethersproject/providers": "^5.7.0",
|
|
62
62
|
"@metamask/accounts-controller": "^39.0.6",
|
|
63
63
|
"@metamask/assets-controller": "^13.1.0",
|
|
64
|
-
"@metamask/assets-controllers": "^110.1.
|
|
64
|
+
"@metamask/assets-controllers": "^110.1.1",
|
|
65
65
|
"@metamask/base-controller": "^9.1.0",
|
|
66
66
|
"@metamask/controller-utils": "^12.3.0",
|
|
67
67
|
"@metamask/gas-fee-controller": "^26.3.1",
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"@metamask/multichain-network-controller": "^3.2.2",
|
|
72
72
|
"@metamask/network-controller": "^35.0.1",
|
|
73
73
|
"@metamask/polling-controller": "^16.0.9",
|
|
74
|
-
"@metamask/profile-sync-controller": "^
|
|
74
|
+
"@metamask/profile-sync-controller": "^29.0.0",
|
|
75
75
|
"@metamask/remote-feature-flag-controller": "^5.0.0",
|
|
76
76
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
77
|
-
"@metamask/transaction-controller": "^69.
|
|
77
|
+
"@metamask/transaction-controller": "^69.5.0",
|
|
78
78
|
"@metamask/utils": "^11.11.0",
|
|
79
79
|
"bignumber.js": "^9.1.2",
|
|
80
80
|
"reselect": "^5.1.1",
|