@metamask/bridge-controller 65.0.0 → 65.0.1
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 +9 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [65.0.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/assets-controllers` from `^98.0.0` to `^99.0.0` ([#7751](https://github.com/MetaMask/core/pull/7751))
|
|
15
|
+
- Bump `@metamask/transaction-controller` from `^62.9.2` to `^62.10.0` ([#7737](https://github.com/MetaMask/core/pull/7737))
|
|
16
|
+
|
|
10
17
|
## [65.0.0]
|
|
11
18
|
|
|
12
19
|
### Changed
|
|
@@ -1058,7 +1065,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1058
1065
|
|
|
1059
1066
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1060
1067
|
|
|
1061
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.0.
|
|
1068
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.0.1...HEAD
|
|
1069
|
+
[65.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.0.0...@metamask/bridge-controller@65.0.1
|
|
1062
1070
|
[65.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.8.2...@metamask/bridge-controller@65.0.0
|
|
1063
1071
|
[64.8.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.8.1...@metamask/bridge-controller@64.8.2
|
|
1064
1072
|
[64.8.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.8.0...@metamask/bridge-controller@64.8.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/bridge-controller",
|
|
3
|
-
"version": "65.0.
|
|
3
|
+
"version": "65.0.1",
|
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@ethersproject/contracts": "^5.7.0",
|
|
55
55
|
"@ethersproject/providers": "^5.7.0",
|
|
56
56
|
"@metamask/accounts-controller": "^35.0.2",
|
|
57
|
-
"@metamask/assets-controllers": "^
|
|
57
|
+
"@metamask/assets-controllers": "^99.0.0",
|
|
58
58
|
"@metamask/base-controller": "^9.0.0",
|
|
59
59
|
"@metamask/controller-utils": "^11.18.0",
|
|
60
60
|
"@metamask/gas-fee-controller": "^26.0.2",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@metamask/polling-controller": "^16.0.2",
|
|
67
67
|
"@metamask/remote-feature-flag-controller": "^4.0.0",
|
|
68
68
|
"@metamask/snaps-controllers": "^17.2.0",
|
|
69
|
-
"@metamask/transaction-controller": "^62.
|
|
69
|
+
"@metamask/transaction-controller": "^62.10.0",
|
|
70
70
|
"@metamask/utils": "^11.9.0",
|
|
71
71
|
"bignumber.js": "^9.1.2",
|
|
72
72
|
"reselect": "^5.1.1",
|