@metamask-previews/bridge-controller 78.0.1-preview-a42e8d0d2 → 78.0.3-preview-5a03e1b92
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 +25 -4
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -9,9 +9,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
-
- Bump `@metamask/assets-
|
|
13
|
-
- Bump `@metamask/
|
|
14
|
-
|
|
12
|
+
- Bump `@metamask/assets-controller` from `^13.0.0` to `^13.1.0` ([#9743](https://github.com/MetaMask/core/pull/9743))
|
|
13
|
+
- Bump `@metamask/assets-controllers` from `^110.0.3` to `^110.1.0` ([#9743](https://github.com/MetaMask/core/pull/9743))
|
|
14
|
+
|
|
15
|
+
## [78.0.3]
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Bump `@metamask/assets-controller` from `^12.0.0` to `^13.0.0` ([#9740](https://github.com/MetaMask/core/pull/9740))
|
|
20
|
+
|
|
21
|
+
## [78.0.2]
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
|
|
25
|
+
- Bump `@metamask/assets-controllers` from `^110.0.0` to `^110.0.3` ([#9693](https://github.com/MetaMask/core/pull/9693), [#9706](https://github.com/MetaMask/core/pull/9706), [#9735](https://github.com/MetaMask/core/pull/9735))
|
|
26
|
+
- Bump `@metamask/transaction-controller` from `^69.2.1` to `^69.4.0` ([#9693](https://github.com/MetaMask/core/pull/9693), [#9735](https://github.com/MetaMask/core/pull/9735))
|
|
27
|
+
- Bump `@metamask/assets-controller` from `^11.2.1` to `^12.0.0` ([#9693](https://github.com/MetaMask/core/pull/9693), [#9706](https://github.com/MetaMask/core/pull/9706), [#9735](https://github.com/MetaMask/core/pull/9735))
|
|
28
|
+
- Bump `@metamask/accounts-controller` from `^39.0.5` to `^39.0.6` ([#9735](https://github.com/MetaMask/core/pull/9735))
|
|
29
|
+
- Bump `@metamask/gas-fee-controller` from `^26.3.0` to `^26.3.1` ([#9735](https://github.com/MetaMask/core/pull/9735))
|
|
30
|
+
- Bump `@metamask/multichain-network-controller` from `^3.2.1` to `^3.2.2` ([#9735](https://github.com/MetaMask/core/pull/9735))
|
|
31
|
+
- Bump `@metamask/network-controller` from `^34.0.0` to `^35.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735))
|
|
32
|
+
- Bump `@metamask/polling-controller` from `^16.0.8` to `^16.0.9` ([#9735](https://github.com/MetaMask/core/pull/9735))
|
|
33
|
+
- Bump `@metamask/remote-feature-flag-controller` from `^4.2.2` to `^5.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735))
|
|
15
34
|
|
|
16
35
|
## [78.0.1]
|
|
17
36
|
|
|
@@ -1826,7 +1845,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1826
1845
|
|
|
1827
1846
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1828
1847
|
|
|
1829
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@78.0.
|
|
1848
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@78.0.3...HEAD
|
|
1849
|
+
[78.0.3]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@78.0.2...@metamask/bridge-controller@78.0.3
|
|
1850
|
+
[78.0.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@78.0.1...@metamask/bridge-controller@78.0.2
|
|
1830
1851
|
[78.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@78.0.0...@metamask/bridge-controller@78.0.1
|
|
1831
1852
|
[78.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.8.0...@metamask/bridge-controller@78.0.0
|
|
1832
1853
|
[77.8.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.7.0...@metamask/bridge-controller@77.8.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/bridge-controller",
|
|
3
|
-
"version": "78.0.
|
|
3
|
+
"version": "78.0.3-preview-5a03e1b92",
|
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -59,22 +59,22 @@
|
|
|
59
59
|
"@ethersproject/constants": "^5.7.0",
|
|
60
60
|
"@ethersproject/contracts": "^5.7.0",
|
|
61
61
|
"@ethersproject/providers": "^5.7.0",
|
|
62
|
-
"@metamask/accounts-controller": "^39.0.
|
|
63
|
-
"@metamask/assets-controller": "^
|
|
64
|
-
"@metamask/assets-controllers": "^110.0
|
|
62
|
+
"@metamask/accounts-controller": "^39.0.6",
|
|
63
|
+
"@metamask/assets-controller": "^13.1.0",
|
|
64
|
+
"@metamask/assets-controllers": "^110.1.0",
|
|
65
65
|
"@metamask/base-controller": "^9.1.0",
|
|
66
66
|
"@metamask/controller-utils": "^12.3.0",
|
|
67
|
-
"@metamask/gas-fee-controller": "^26.3.
|
|
67
|
+
"@metamask/gas-fee-controller": "^26.3.1",
|
|
68
68
|
"@metamask/keyring-api": "^23.7.0",
|
|
69
69
|
"@metamask/messenger": "^2.0.0",
|
|
70
70
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
71
|
-
"@metamask/multichain-network-controller": "^3.2.
|
|
72
|
-
"@metamask/network-controller": "^
|
|
73
|
-
"@metamask/polling-controller": "^16.0.
|
|
71
|
+
"@metamask/multichain-network-controller": "^3.2.2",
|
|
72
|
+
"@metamask/network-controller": "^35.0.0",
|
|
73
|
+
"@metamask/polling-controller": "^16.0.9",
|
|
74
74
|
"@metamask/profile-sync-controller": "^28.3.0",
|
|
75
|
-
"@metamask/remote-feature-flag-controller": "^
|
|
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.4.0",
|
|
78
78
|
"@metamask/utils": "^11.11.0",
|
|
79
79
|
"bignumber.js": "^9.1.2",
|
|
80
80
|
"reselect": "^5.1.1",
|