@metamask-previews/bridge-controller 15.0.0-preview-ca400074 → 16.0.0-preview-3d7a30d
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 +3 -3
package/CHANGELOG.md
CHANGED
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [16.0.0]
|
11
|
+
|
10
12
|
### Changed
|
11
13
|
|
14
|
+
- **BREAKING** Bump `@metamask/assets-controllers` peer dependency to `^58.0.0` ([#5672](https://github.com/MetaMask/core/pull/5672))
|
12
15
|
- **BREAKING** Bump `@metamask/snaps-controllers` peer dependency from ^9.19.0 to ^11.0.0 ([#5639](https://github.com/MetaMask/core/pull/5639))
|
13
16
|
- Bump `@metamask/multichain-network-controller` dependency to `^0.5.0` ([#5669](https://github.com/MetaMask/core/pull/5669))
|
14
17
|
|
@@ -151,7 +154,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
151
154
|
|
152
155
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
153
156
|
|
154
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@
|
157
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@16.0.0...HEAD
|
158
|
+
[16.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@15.0.0...@metamask/bridge-controller@16.0.0
|
155
159
|
[15.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@14.0.0...@metamask/bridge-controller@15.0.0
|
156
160
|
[14.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@13.0.0...@metamask/bridge-controller@14.0.0
|
157
161
|
[13.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@12.0.0...@metamask/bridge-controller@13.0.0
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/bridge-controller",
|
3
|
-
"version": "
|
3
|
+
"version": "16.0.0-preview-3d7a30d",
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -65,7 +65,7 @@
|
|
65
65
|
},
|
66
66
|
"devDependencies": {
|
67
67
|
"@metamask/accounts-controller": "^27.0.0",
|
68
|
-
"@metamask/assets-controllers": "^
|
68
|
+
"@metamask/assets-controllers": "^58.0.0",
|
69
69
|
"@metamask/auto-changelog": "^3.4.4",
|
70
70
|
"@metamask/eth-json-rpc-provider": "^4.1.8",
|
71
71
|
"@metamask/network-controller": "^23.2.0",
|
@@ -85,7 +85,7 @@
|
|
85
85
|
},
|
86
86
|
"peerDependencies": {
|
87
87
|
"@metamask/accounts-controller": "^27.0.0",
|
88
|
-
"@metamask/assets-controllers": "^
|
88
|
+
"@metamask/assets-controllers": "^58.0.0",
|
89
89
|
"@metamask/network-controller": "^23.0.0",
|
90
90
|
"@metamask/snaps-controllers": "^11.0.0",
|
91
91
|
"@metamask/transaction-controller": "^54.0.0"
|