@metamask-previews/bridge-controller 79.0.0-preview-1e3d5211d → 79.0.1-preview-98d77bc2a
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 +14 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ 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/accounts-controller` from `^39.0.6` to `^39.0.7` ([#9791](https://github.com/MetaMask/core/pull/9791))
|
|
13
|
+
- Bump `@metamask/multichain-network-controller` from `^3.2.2` to `^3.2.3` ([#9791](https://github.com/MetaMask/core/pull/9791))
|
|
14
|
+
|
|
15
|
+
## [79.0.1]
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Bump `@metamask/assets-controller` from `^13.1.0` to `^13.1.1` ([#9788](https://github.com/MetaMask/core/pull/9788))
|
|
20
|
+
- Bump `@metamask/assets-controllers` from `^110.1.1` to `^111.0.0` ([#9788](https://github.com/MetaMask/core/pull/9788))
|
|
21
|
+
|
|
10
22
|
## [79.0.0]
|
|
11
23
|
|
|
12
24
|
### Added
|
|
@@ -1877,7 +1889,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1877
1889
|
|
|
1878
1890
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1879
1891
|
|
|
1880
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@79.0.
|
|
1892
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@79.0.1...HEAD
|
|
1893
|
+
[79.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@79.0.0...@metamask/bridge-controller@79.0.1
|
|
1881
1894
|
[79.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@78.1.0...@metamask/bridge-controller@79.0.0
|
|
1882
1895
|
[78.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@78.0.3...@metamask/bridge-controller@78.1.0
|
|
1883
1896
|
[78.0.3]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@78.0.2...@metamask/bridge-controller@78.0.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/bridge-controller",
|
|
3
|
-
"version": "79.0.
|
|
3
|
+
"version": "79.0.1-preview-98d77bc2a",
|
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -59,16 +59,16 @@
|
|
|
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": "^13.1.
|
|
64
|
-
"@metamask/assets-controllers": "^
|
|
62
|
+
"@metamask/accounts-controller": "^39.0.7",
|
|
63
|
+
"@metamask/assets-controller": "^13.1.1",
|
|
64
|
+
"@metamask/assets-controllers": "^111.0.0",
|
|
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",
|
|
68
68
|
"@metamask/keyring-api": "^24.0.0",
|
|
69
69
|
"@metamask/messenger": "^2.0.0",
|
|
70
70
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
71
|
-
"@metamask/multichain-network-controller": "^3.2.
|
|
71
|
+
"@metamask/multichain-network-controller": "^3.2.3",
|
|
72
72
|
"@metamask/network-controller": "^35.0.1",
|
|
73
73
|
"@metamask/polling-controller": "^16.0.9",
|
|
74
74
|
"@metamask/profile-sync-controller": "^29.0.0",
|