@metamask/bridge-controller 47.2.0 → 48.0.0
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 +8 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [48.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** Bump peer dependency `@metamask/assets-controllers` from `^77.0.0` to `^78.0.0` ([#6780](https://github.com/MetaMask/core/pull/6780))
|
|
15
|
+
|
|
10
16
|
## [47.2.0]
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -667,7 +673,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
667
673
|
|
|
668
674
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
669
675
|
|
|
670
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@
|
|
676
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@48.0.0...HEAD
|
|
677
|
+
[48.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@47.2.0...@metamask/bridge-controller@48.0.0
|
|
671
678
|
[47.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@47.1.0...@metamask/bridge-controller@47.2.0
|
|
672
679
|
[47.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@47.0.0...@metamask/bridge-controller@47.1.0
|
|
673
680
|
[47.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@46.0.0...@metamask/bridge-controller@47.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/bridge-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "48.0.0",
|
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -66,14 +66,14 @@
|
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@metamask/accounts-controller": "^33.1.0",
|
|
69
|
-
"@metamask/assets-controllers": "^
|
|
69
|
+
"@metamask/assets-controllers": "^78.0.0",
|
|
70
70
|
"@metamask/auto-changelog": "^3.4.4",
|
|
71
71
|
"@metamask/eth-json-rpc-provider": "^5.0.0",
|
|
72
72
|
"@metamask/network-controller": "^24.2.0",
|
|
73
73
|
"@metamask/remote-feature-flag-controller": "^1.7.0",
|
|
74
74
|
"@metamask/snaps-controllers": "^14.0.1",
|
|
75
75
|
"@metamask/superstruct": "^3.1.0",
|
|
76
|
-
"@metamask/transaction-controller": "^60.
|
|
76
|
+
"@metamask/transaction-controller": "^60.6.0",
|
|
77
77
|
"@types/jest": "^27.4.1",
|
|
78
78
|
"deepmerge": "^4.2.2",
|
|
79
79
|
"jest": "^27.5.1",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
89
|
"@metamask/accounts-controller": "^33.0.0",
|
|
90
|
-
"@metamask/assets-controllers": "^
|
|
90
|
+
"@metamask/assets-controllers": "^78.0.0",
|
|
91
91
|
"@metamask/network-controller": "^24.0.0",
|
|
92
92
|
"@metamask/remote-feature-flag-controller": "^1.6.0",
|
|
93
93
|
"@metamask/snaps-controllers": "^14.0.0",
|