@metamask-previews/bridge-controller 64.3.0-preview-cb897e9 → 64.4.0-preview-6a568504
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 +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [64.4.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add intent based transaction support ([#6547](https://github.com/MetaMask/core/pull/6547))
|
|
13
15
|
|
|
14
16
|
### Changed
|
|
15
17
|
|
|
18
|
+
- Bump `@metamask/transaction-controller` from `^62.7.0` to `^62.8.0` ([#7596](https://github.com/MetaMask/core/pull/7596))
|
|
16
19
|
- Bump `@metamask/controller-utils` from `^11.17.0` to `^11.18.0` ([#7583](https://github.com/MetaMask/core/pull/7583))
|
|
17
20
|
- Bump `@metamask/network-controller` from `^27.1.0` to `^27.2.0` ([#7583](https://github.com/MetaMask/core/pull/7583))
|
|
18
21
|
- Bump `@metamask/assets-controllers` from `^94.0.0` to `^95.0.0` ([#7584](https://github.com/MetaMask/core/pull/7584))
|
|
@@ -973,7 +976,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
973
976
|
|
|
974
977
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
975
978
|
|
|
976
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.
|
|
979
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.4.0...HEAD
|
|
980
|
+
[64.4.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.3.0...@metamask/bridge-controller@64.4.0
|
|
977
981
|
[64.3.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.2.0...@metamask/bridge-controller@64.3.0
|
|
978
982
|
[64.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.1.0...@metamask/bridge-controller@64.2.0
|
|
979
983
|
[64.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.0.0...@metamask/bridge-controller@64.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/bridge-controller",
|
|
3
|
-
"version": "64.
|
|
3
|
+
"version": "64.4.0-preview-6a568504",
|
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@metamask/polling-controller": "^16.0.0",
|
|
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.8.0",
|
|
70
70
|
"@metamask/utils": "^11.9.0",
|
|
71
71
|
"bignumber.js": "^9.1.2",
|
|
72
72
|
"reselect": "^5.1.1",
|