@metamask/bridge-controller 72.0.3 → 72.0.4
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 +12 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [72.0.4]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/accounts-controller` from `^38.1.0` to `^38.1.1` ([#8774](https://github.com/MetaMask/core/pull/8774))
|
|
15
|
+
- Bump `@metamask/assets-controller` from `^7.1.0` to `^7.1.1` ([#8774](https://github.com/MetaMask/core/pull/8774))
|
|
16
|
+
- Bump `@metamask/assets-controllers` from `^107.0.0` to `^108.0.0` ([#8774](https://github.com/MetaMask/core/pull/8774))
|
|
17
|
+
- Bump `@metamask/network-controller` from `^31.1.0` to `^32.0.0` ([#8774](https://github.com/MetaMask/core/pull/8774))
|
|
18
|
+
- Bump `@metamask/controller-utils` from `^12.0.0` to `^12.1.0` ([#8774](https://github.com/MetaMask/core/pull/8774))
|
|
19
|
+
|
|
10
20
|
## [72.0.3]
|
|
11
21
|
|
|
12
22
|
### Changed
|
|
@@ -1462,7 +1472,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1462
1472
|
|
|
1463
1473
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1464
1474
|
|
|
1465
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@72.0.
|
|
1475
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@72.0.4...HEAD
|
|
1476
|
+
[72.0.4]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@72.0.3...@metamask/bridge-controller@72.0.4
|
|
1466
1477
|
[72.0.3]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@72.0.2...@metamask/bridge-controller@72.0.3
|
|
1467
1478
|
[72.0.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@72.0.1...@metamask/bridge-controller@72.0.2
|
|
1468
1479
|
[72.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@72.0.0...@metamask/bridge-controller@72.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/bridge-controller",
|
|
3
|
-
"version": "72.0.
|
|
3
|
+
"version": "72.0.4",
|
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -57,17 +57,17 @@
|
|
|
57
57
|
"@ethersproject/constants": "^5.7.0",
|
|
58
58
|
"@ethersproject/contracts": "^5.7.0",
|
|
59
59
|
"@ethersproject/providers": "^5.7.0",
|
|
60
|
-
"@metamask/accounts-controller": "^38.1.
|
|
61
|
-
"@metamask/assets-controller": "^7.1.
|
|
62
|
-
"@metamask/assets-controllers": "^
|
|
60
|
+
"@metamask/accounts-controller": "^38.1.1",
|
|
61
|
+
"@metamask/assets-controller": "^7.1.1",
|
|
62
|
+
"@metamask/assets-controllers": "^108.0.0",
|
|
63
63
|
"@metamask/base-controller": "^9.1.0",
|
|
64
|
-
"@metamask/controller-utils": "^12.
|
|
64
|
+
"@metamask/controller-utils": "^12.1.0",
|
|
65
65
|
"@metamask/gas-fee-controller": "^26.2.1",
|
|
66
66
|
"@metamask/keyring-api": "^23.1.0",
|
|
67
67
|
"@metamask/messenger": "^1.2.0",
|
|
68
68
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
69
69
|
"@metamask/multichain-network-controller": "^3.1.1",
|
|
70
|
-
"@metamask/network-controller": "^
|
|
70
|
+
"@metamask/network-controller": "^32.0.0",
|
|
71
71
|
"@metamask/polling-controller": "^16.0.5",
|
|
72
72
|
"@metamask/profile-sync-controller": "^28.0.2",
|
|
73
73
|
"@metamask/remote-feature-flag-controller": "^4.2.1",
|