@metamask/bridge-controller 17.0.0 → 19.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 +15 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [19.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** Bump `@metamask/assets-controllers` peer dependency to `^60.0.0` ([#5717](https://github.com/MetaMask/core/pull/5717))
|
|
15
|
+
|
|
16
|
+
## [18.0.0]
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- **BREAKING:** Bump `@metamask/assets-controllers` peer dependency to `^59.0.0` ([#5712](https://github.com/MetaMask/core/pull/5712))
|
|
21
|
+
|
|
10
22
|
## [17.0.0]
|
|
11
23
|
|
|
12
24
|
### Added
|
|
@@ -170,7 +182,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
170
182
|
|
|
171
183
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
172
184
|
|
|
173
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@
|
|
185
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@19.0.0...HEAD
|
|
186
|
+
[19.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@18.0.0...@metamask/bridge-controller@19.0.0
|
|
187
|
+
[18.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@17.0.0...@metamask/bridge-controller@18.0.0
|
|
174
188
|
[17.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@16.0.0...@metamask/bridge-controller@17.0.0
|
|
175
189
|
[16.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@15.0.0...@metamask/bridge-controller@16.0.0
|
|
176
190
|
[15.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@14.0.0...@metamask/bridge-controller@15.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/bridge-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "19.0.0",
|
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -65,13 +65,13 @@
|
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@metamask/accounts-controller": "^27.0.0",
|
|
68
|
-
"@metamask/assets-controllers": "^
|
|
68
|
+
"@metamask/assets-controllers": "^60.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",
|
|
72
72
|
"@metamask/snaps-controllers": "^11.2.1",
|
|
73
73
|
"@metamask/superstruct": "^3.1.0",
|
|
74
|
-
"@metamask/transaction-controller": "^54.
|
|
74
|
+
"@metamask/transaction-controller": "^54.2.0",
|
|
75
75
|
"@types/jest": "^27.4.1",
|
|
76
76
|
"deepmerge": "^4.2.2",
|
|
77
77
|
"jest": "^27.5.1",
|
|
@@ -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": "^60.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"
|