@metamask-previews/bridge-controller 15.0.0-preview-ca400074 → 16.0.0-preview-d11c4815
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 +4 -4
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/multichain-network-controller` dependency to `^0.5.1` ([#5678](https://github.com/MetaMask/core/pull/5678))
|
13
|
+
|
14
|
+
## [16.0.0]
|
15
|
+
|
16
|
+
### Changed
|
17
|
+
|
18
|
+
- **BREAKING** Bump `@metamask/assets-controllers` peer dependency to `^58.0.0` ([#5672](https://github.com/MetaMask/core/pull/5672))
|
12
19
|
- **BREAKING** Bump `@metamask/snaps-controllers` peer dependency from ^9.19.0 to ^11.0.0 ([#5639](https://github.com/MetaMask/core/pull/5639))
|
13
20
|
- Bump `@metamask/multichain-network-controller` dependency to `^0.5.0` ([#5669](https://github.com/MetaMask/core/pull/5669))
|
14
21
|
|
@@ -151,7 +158,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
151
158
|
|
152
159
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
153
160
|
|
154
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@
|
161
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@16.0.0...HEAD
|
162
|
+
[16.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@15.0.0...@metamask/bridge-controller@16.0.0
|
155
163
|
[15.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@14.0.0...@metamask/bridge-controller@15.0.0
|
156
164
|
[14.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@13.0.0...@metamask/bridge-controller@14.0.0
|
157
165
|
[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-d11c4815",
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"@metamask/gas-fee-controller": "^23.0.0",
|
58
58
|
"@metamask/keyring-api": "^17.4.0",
|
59
59
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
60
|
-
"@metamask/multichain-network-controller": "^0.5.
|
60
|
+
"@metamask/multichain-network-controller": "^0.5.1",
|
61
61
|
"@metamask/polling-controller": "^13.0.0",
|
62
62
|
"@metamask/utils": "^11.2.0",
|
63
63
|
"bignumber.js": "^9.1.2",
|
@@ -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"
|