@metamask/bridge-status-controller 49.0.1 → 50.1.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/dist/utils/transaction.d.cts +1 -1
- package/dist/utils/transaction.d.mts +1 -1
- package/package.json +3 -3
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
|
+
## [50.1.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump peer dependency `@metamask/bridge-controller` from `^50.0.0` to `^51.0.0` ([#6824](https://github.com/MetaMask/core/pull/6824))
|
|
15
|
+
|
|
16
|
+
## [50.0.0]
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- **BREAKING:** Bump peer dependency `@metamask/bridge-controller` from `^49.0.0` to `^50.0.0` ([#6818](https://github.com/MetaMask/core/pull/6818))
|
|
21
|
+
|
|
10
22
|
## [49.0.1]
|
|
11
23
|
|
|
12
24
|
### Changed
|
|
@@ -648,7 +660,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
648
660
|
|
|
649
661
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
650
662
|
|
|
651
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@
|
|
663
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@50.1.0...HEAD
|
|
664
|
+
[50.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@50.0.0...@metamask/bridge-status-controller@50.1.0
|
|
665
|
+
[50.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@49.0.1...@metamask/bridge-status-controller@50.0.0
|
|
652
666
|
[49.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@49.0.0...@metamask/bridge-status-controller@49.0.1
|
|
653
667
|
[49.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@48.0.0...@metamask/bridge-status-controller@49.0.0
|
|
654
668
|
[48.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@47.2.0...@metamask/bridge-status-controller@48.0.0
|
|
@@ -20,6 +20,7 @@ export declare const getStatusRequestParams: (quoteResponse: QuoteResponse<strin
|
|
|
20
20
|
srcChainId: number;
|
|
21
21
|
destChainId: number;
|
|
22
22
|
quote: {
|
|
23
|
+
requestId: string;
|
|
23
24
|
srcChainId: number;
|
|
24
25
|
destChainId: number;
|
|
25
26
|
srcAsset: {
|
|
@@ -42,7 +43,6 @@ export declare const getStatusRequestParams: (quoteResponse: QuoteResponse<strin
|
|
|
42
43
|
iconUrl?: string | null | undefined;
|
|
43
44
|
icon?: string | null | undefined;
|
|
44
45
|
};
|
|
45
|
-
requestId: string;
|
|
46
46
|
srcTokenAmount: string;
|
|
47
47
|
destTokenAmount: string;
|
|
48
48
|
minDestTokenAmount: string;
|
|
@@ -20,6 +20,7 @@ export declare const getStatusRequestParams: (quoteResponse: QuoteResponse<strin
|
|
|
20
20
|
srcChainId: number;
|
|
21
21
|
destChainId: number;
|
|
22
22
|
quote: {
|
|
23
|
+
requestId: string;
|
|
23
24
|
srcChainId: number;
|
|
24
25
|
destChainId: number;
|
|
25
26
|
srcAsset: {
|
|
@@ -42,7 +43,6 @@ export declare const getStatusRequestParams: (quoteResponse: QuoteResponse<strin
|
|
|
42
43
|
iconUrl?: string | null | undefined;
|
|
43
44
|
icon?: string | null | undefined;
|
|
44
45
|
};
|
|
45
|
-
requestId: string;
|
|
46
46
|
srcTokenAmount: string;
|
|
47
47
|
destTokenAmount: string;
|
|
48
48
|
minDestTokenAmount: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/bridge-status-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "50.1.0",
|
|
4
4
|
"description": "Manages bridge-related status fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@metamask/accounts-controller": "^33.1.1",
|
|
60
60
|
"@metamask/auto-changelog": "^3.4.4",
|
|
61
|
-
"@metamask/bridge-controller": "^
|
|
61
|
+
"@metamask/bridge-controller": "^51.0.0",
|
|
62
62
|
"@metamask/gas-fee-controller": "^24.1.0",
|
|
63
63
|
"@metamask/network-controller": "^24.2.1",
|
|
64
64
|
"@metamask/snaps-controllers": "^14.0.1",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"@metamask/accounts-controller": "^33.0.0",
|
|
79
|
-
"@metamask/bridge-controller": "^
|
|
79
|
+
"@metamask/bridge-controller": "^51.0.0",
|
|
80
80
|
"@metamask/gas-fee-controller": "^24.0.0",
|
|
81
81
|
"@metamask/network-controller": "^24.0.0",
|
|
82
82
|
"@metamask/snaps-controllers": "^14.0.0",
|