@metamask-previews/bridge-controller 70.0.0-preview-ce9be8b82 → 70.0.1-preview-373edc9
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 +11 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -9,9 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Bump `@metamask/accounts-controller` from `^37.1.1` to `^37.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
|
|
13
|
+
|
|
14
|
+
## [70.0.1]
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8359](https://github.com/MetaMask/core/pull/8359))
|
|
12
19
|
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
|
|
13
|
-
- Bump `@metamask/assets-controller` from `^3.2.1` to `^
|
|
14
|
-
- Bump `@metamask/assets-controllers` from `^103.0.0` to `^103.1.
|
|
20
|
+
- Bump `@metamask/assets-controller` from `^3.2.1` to `^4.0.0` ([#8355](https://github.com/MetaMask/core/pull/8355), [#8359](https://github.com/MetaMask/core/pull/8359))
|
|
21
|
+
- Bump `@metamask/assets-controllers` from `^103.0.0` to `^103.1.1` ([#8355](https://github.com/MetaMask/core/pull/8355), [#8359](https://github.com/MetaMask/core/pull/8359))
|
|
15
22
|
|
|
16
23
|
## [70.0.0]
|
|
17
24
|
|
|
@@ -1319,7 +1326,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1319
1326
|
|
|
1320
1327
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1321
1328
|
|
|
1322
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.0.
|
|
1329
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.0.1...HEAD
|
|
1330
|
+
[70.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.0.0...@metamask/bridge-controller@70.0.1
|
|
1323
1331
|
[70.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.2.3...@metamask/bridge-controller@70.0.0
|
|
1324
1332
|
[69.2.3]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.2.2...@metamask/bridge-controller@69.2.3
|
|
1325
1333
|
[69.2.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@69.2.1...@metamask/bridge-controller@69.2.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/bridge-controller",
|
|
3
|
-
"version": "70.0.
|
|
3
|
+
"version": "70.0.1-preview-373edc9",
|
|
4
4
|
"description": "Manages bridge-related quote fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"@ethersproject/constants": "^5.7.0",
|
|
53
53
|
"@ethersproject/contracts": "^5.7.0",
|
|
54
54
|
"@ethersproject/providers": "^5.7.0",
|
|
55
|
-
"@metamask/accounts-controller": "^37.
|
|
56
|
-
"@metamask/assets-controller": "^
|
|
57
|
-
"@metamask/assets-controllers": "^103.1.
|
|
55
|
+
"@metamask/accounts-controller": "^37.2.0",
|
|
56
|
+
"@metamask/assets-controller": "^4.0.0",
|
|
57
|
+
"@metamask/assets-controllers": "^103.1.1",
|
|
58
58
|
"@metamask/base-controller": "^9.0.1",
|
|
59
59
|
"@metamask/controller-utils": "^11.20.0",
|
|
60
60
|
"@metamask/gas-fee-controller": "^26.1.1",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@metamask/profile-sync-controller": "^28.0.2",
|
|
68
68
|
"@metamask/remote-feature-flag-controller": "^4.2.0",
|
|
69
69
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
70
|
-
"@metamask/transaction-controller": "^
|
|
70
|
+
"@metamask/transaction-controller": "^64.0.0",
|
|
71
71
|
"@metamask/utils": "^11.9.0",
|
|
72
72
|
"bignumber.js": "^9.1.2",
|
|
73
73
|
"reselect": "^5.1.1",
|