@metamask/bridge-status-controller 64.4.3 → 64.4.4
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
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
|
+
## [64.4.4]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/bridge-controller` from `^64.5.1` to `^64.8.1` ([#7667](https://github.com/MetaMask/core/pull/7667), [#7672](https://github.com/MetaMask/core/pull/7672), [#7694](https://github.com/MetaMask/core/pull/7694), [#7700](https://github.com/MetaMask/core/pull/7700), [#7704](https://github.com/MetaMask/core/pull/7704))
|
|
15
|
+
|
|
10
16
|
## [64.4.3]
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -881,7 +887,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
881
887
|
|
|
882
888
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
883
889
|
|
|
884
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.4.
|
|
890
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.4.4...HEAD
|
|
891
|
+
[64.4.4]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.4.3...@metamask/bridge-status-controller@64.4.4
|
|
885
892
|
[64.4.3]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.4.2...@metamask/bridge-status-controller@64.4.3
|
|
886
893
|
[64.4.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.4.1...@metamask/bridge-status-controller@64.4.2
|
|
887
894
|
[64.4.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.4.0...@metamask/bridge-status-controller@64.4.1
|
|
@@ -12,8 +12,8 @@ export type FetchBridgeTxStatusArgs = {
|
|
|
12
12
|
bridgeTxMetaId: string;
|
|
13
13
|
};
|
|
14
14
|
declare const BridgeStatusController_base: (abstract new (...args: any[]) => {
|
|
15
|
-
readonly "__#
|
|
16
|
-
"__#
|
|
15
|
+
readonly "__#15@#intervalIds": Record<string, NodeJS.Timeout>;
|
|
16
|
+
"__#15@#intervalLength": number | undefined;
|
|
17
17
|
setIntervalLength(intervalLength: number): void;
|
|
18
18
|
getIntervalLength(): number | undefined;
|
|
19
19
|
_startPolling(input: FetchBridgeTxStatusArgs): void;
|
|
@@ -12,8 +12,8 @@ export type FetchBridgeTxStatusArgs = {
|
|
|
12
12
|
bridgeTxMetaId: string;
|
|
13
13
|
};
|
|
14
14
|
declare const BridgeStatusController_base: (abstract new (...args: any[]) => {
|
|
15
|
-
readonly "__#
|
|
16
|
-
"__#
|
|
15
|
+
readonly "__#15@#intervalIds": Record<string, NodeJS.Timeout>;
|
|
16
|
+
"__#15@#intervalLength": number | undefined;
|
|
17
17
|
setIntervalLength(intervalLength: number): void;
|
|
18
18
|
getIntervalLength(): number | undefined;
|
|
19
19
|
_startPolling(input: FetchBridgeTxStatusArgs): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/bridge-status-controller",
|
|
3
|
-
"version": "64.4.
|
|
3
|
+
"version": "64.4.4",
|
|
4
4
|
"description": "Manages bridge-related status fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@metamask/accounts-controller": "^35.0.2",
|
|
52
52
|
"@metamask/base-controller": "^9.0.0",
|
|
53
|
-
"@metamask/bridge-controller": "^64.
|
|
53
|
+
"@metamask/bridge-controller": "^64.8.1",
|
|
54
54
|
"@metamask/controller-utils": "^11.18.0",
|
|
55
55
|
"@metamask/gas-fee-controller": "^26.0.2",
|
|
56
56
|
"@metamask/network-controller": "^29.0.0",
|