@metamask/bridge-controller 60.1.0 → 61.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 +7 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,12 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [
|
|
10
|
+
## [61.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
11
13
|
|
|
12
|
-
|
|
14
|
+
- **BREAKING:** Bump `@metamask/assets-controller` from `^88.0.0` to `^89.0.0` ([#7179](https://github.com/MetaMask/core/pull/7179))
|
|
13
15
|
|
|
14
|
-
|
|
15
|
-
- chore: Fix all auto-fixable ESLint warnings ([#7105](https://github.com/MetaMask/core/pull/7105))
|
|
16
|
+
## [60.1.0]
|
|
16
17
|
|
|
17
18
|
### Added
|
|
18
19
|
|
|
@@ -846,7 +847,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
846
847
|
|
|
847
848
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
848
849
|
|
|
849
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@
|
|
850
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@61.0.0...HEAD
|
|
851
|
+
[61.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@60.1.0...@metamask/bridge-controller@61.0.0
|
|
850
852
|
[60.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@60.0.0...@metamask/bridge-controller@60.1.0
|
|
851
853
|
[60.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@59.0.0...@metamask/bridge-controller@60.0.0
|
|
852
854
|
[59.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@58.0.0...@metamask/bridge-controller@59.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/bridge-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "61.0.0",
|
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -68,14 +68,14 @@
|
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@metamask/accounts-controller": "^34.0.0",
|
|
71
|
-
"@metamask/assets-controllers": "^
|
|
71
|
+
"@metamask/assets-controllers": "^89.0.0",
|
|
72
72
|
"@metamask/auto-changelog": "^3.4.4",
|
|
73
73
|
"@metamask/eth-json-rpc-provider": "^5.0.1",
|
|
74
74
|
"@metamask/network-controller": "^25.0.0",
|
|
75
75
|
"@metamask/remote-feature-flag-controller": "^2.0.0",
|
|
76
76
|
"@metamask/snaps-controllers": "^14.0.1",
|
|
77
77
|
"@metamask/superstruct": "^3.1.0",
|
|
78
|
-
"@metamask/transaction-controller": "^61.
|
|
78
|
+
"@metamask/transaction-controller": "^61.3.0",
|
|
79
79
|
"@ts-bridge/cli": "^0.6.4",
|
|
80
80
|
"@types/jest": "^27.4.1",
|
|
81
81
|
"deepmerge": "^4.2.2",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"@metamask/accounts-controller": "^34.0.0",
|
|
93
|
-
"@metamask/assets-controllers": "^
|
|
93
|
+
"@metamask/assets-controllers": "^89.0.0",
|
|
94
94
|
"@metamask/network-controller": "^25.0.0",
|
|
95
95
|
"@metamask/remote-feature-flag-controller": "^2.0.0",
|
|
96
96
|
"@metamask/snaps-controllers": "^14.0.0",
|