@metamask-previews/bridge-controller 65.0.0-preview-e09bf49f → 65.0.1-preview-2d06693a
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
|
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Bump `@metamask/transaction-controller` from `^62.10.0` to `^62.11.0` ([#7760](https://github.com/MetaMask/core/pull/7760))
|
|
13
|
+
|
|
14
|
+
## [65.0.1]
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Bump `@metamask/assets-controllers` from `^98.0.0` to `^99.0.0` ([#7751](https://github.com/MetaMask/core/pull/7751))
|
|
12
19
|
- Bump `@metamask/transaction-controller` from `^62.9.2` to `^62.10.0` ([#7737](https://github.com/MetaMask/core/pull/7737))
|
|
13
20
|
|
|
14
21
|
## [65.0.0]
|
|
@@ -1062,7 +1069,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1062
1069
|
|
|
1063
1070
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1064
1071
|
|
|
1065
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.0.
|
|
1072
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.0.1...HEAD
|
|
1073
|
+
[65.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@65.0.0...@metamask/bridge-controller@65.0.1
|
|
1066
1074
|
[65.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.8.2...@metamask/bridge-controller@65.0.0
|
|
1067
1075
|
[64.8.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.8.1...@metamask/bridge-controller@64.8.2
|
|
1068
1076
|
[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-previews/bridge-controller",
|
|
3
|
-
"version": "65.0.
|
|
3
|
+
"version": "65.0.1-preview-2d06693a",
|
|
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.11.0",
|
|
70
70
|
"@metamask/utils": "^11.9.0",
|
|
71
71
|
"bignumber.js": "^9.1.2",
|
|
72
72
|
"reselect": "^5.1.1",
|