@metamask-previews/bridge-status-controller 72.0.3-preview-afaf415 → 72.1.0-preview-86a6309
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 +13 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/bridge-controller` from `^75.0.0` to `^75.1.0` ([#9072](https://github.com/MetaMask/core/pull/9072))
|
|
13
|
+
|
|
14
|
+
## [72.1.0]
|
|
15
|
+
|
|
10
16
|
### Added
|
|
11
17
|
|
|
12
18
|
- Add `batch_id` property to BatchSell events ([#8964](https://github.com/MetaMask/core/pull/8964))
|
|
@@ -15,6 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
15
21
|
- provide batchId to the `TransactionController:addTransactionBatch` to propagate it the TransactionMeta
|
|
16
22
|
- Publish tx submission metrics for `BatchSell`, `QuickBuy` and `UnifiedSwapBridge` actions ([#8964](https://github.com/MetaMask/core/pull/8964))
|
|
17
23
|
|
|
24
|
+
### Changed
|
|
25
|
+
|
|
26
|
+
- Bump `@metamask/bridge-controller` from `^74.0.0` to `^75.0.0` ([#9066](https://github.com/MetaMask/core/pull/9066))
|
|
27
|
+
- Bump `@metamask/transaction-controller` from `^67.0.0` to `^67.1.0` ([#9066](https://github.com/MetaMask/core/pull/9066))
|
|
28
|
+
|
|
18
29
|
## [72.0.3]
|
|
19
30
|
|
|
20
31
|
### Changed
|
|
@@ -1273,7 +1284,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1273
1284
|
|
|
1274
1285
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1275
1286
|
|
|
1276
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0
|
|
1287
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.1.0...HEAD
|
|
1288
|
+
[72.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.3...@metamask/bridge-status-controller@72.1.0
|
|
1277
1289
|
[72.0.3]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.2...@metamask/bridge-status-controller@72.0.3
|
|
1278
1290
|
[72.0.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.1...@metamask/bridge-status-controller@72.0.2
|
|
1279
1291
|
[72.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.0...@metamask/bridge-status-controller@72.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/bridge-status-controller",
|
|
3
|
-
"version": "72.0
|
|
3
|
+
"version": "72.1.0-preview-86a6309",
|
|
4
4
|
"description": "Manages bridge-related status fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@metamask/accounts-controller": "^39.0.1",
|
|
56
56
|
"@metamask/base-controller": "^9.1.0",
|
|
57
|
-
"@metamask/bridge-controller": "^
|
|
57
|
+
"@metamask/bridge-controller": "^75.1.0",
|
|
58
58
|
"@metamask/controller-utils": "^12.1.1",
|
|
59
59
|
"@metamask/gas-fee-controller": "^26.2.2",
|
|
60
60
|
"@metamask/keyring-controller": "^27.0.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@metamask/profile-sync-controller": "^28.1.1",
|
|
65
65
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
66
66
|
"@metamask/superstruct": "^3.1.0",
|
|
67
|
-
"@metamask/transaction-controller": "^67.
|
|
67
|
+
"@metamask/transaction-controller": "^67.1.0",
|
|
68
68
|
"@metamask/utils": "^11.9.0",
|
|
69
69
|
"bignumber.js": "^9.1.2",
|
|
70
70
|
"uuid": "^8.3.2"
|