@metamask/bridge-status-controller 64.1.0 → 64.3.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
CHANGED
|
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [64.3.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/snaps-controllers` from `^14.0.1` to `^17.2.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
|
|
15
|
+
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
|
|
16
|
+
- Bump `@metamask/network-controller` from `^27.0.0` to `^27.1.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
|
|
17
|
+
- Bump `@metamask/controller-utils` from `^11.16.0` to `^11.17.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
|
|
18
|
+
- Bump `@metamask/bridge-controller` from `^64.2.0` to `^64.3.0` ([#7574](https://github.com/MetaMask/core/pull/7574))
|
|
19
|
+
|
|
20
|
+
## [64.2.0]
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
|
|
24
|
+
- Bump `@metamask/transaction-controller` from `^62.5.0` to `^62.7.0` ([#7430](https://github.com/MetaMask/core/pull/7430), [#7494](https://github.com/MetaMask/core/pull/7494))
|
|
25
|
+
- Bump `@metamask/bridge-controller` from `^64.1.0` to `^64.2.0` ([#7509](https://github.com/MetaMask/core/pull/7509))
|
|
26
|
+
|
|
10
27
|
## [64.1.0]
|
|
11
28
|
|
|
12
29
|
### Changed
|
|
@@ -822,7 +839,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
822
839
|
|
|
823
840
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
824
841
|
|
|
825
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.
|
|
842
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.3.0...HEAD
|
|
843
|
+
[64.3.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.2.0...@metamask/bridge-status-controller@64.3.0
|
|
844
|
+
[64.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.1.0...@metamask/bridge-status-controller@64.2.0
|
|
826
845
|
[64.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.0.1...@metamask/bridge-status-controller@64.1.0
|
|
827
846
|
[64.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.0.0...@metamask/bridge-status-controller@64.0.1
|
|
828
847
|
[64.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@63.1.0...@metamask/bridge-status-controller@64.0.0
|
|
@@ -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 "__#14@#intervalIds": Record<string, NodeJS.Timeout>;
|
|
16
|
+
"__#14@#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 "__#14@#intervalIds": Record<string, NodeJS.Timeout>;
|
|
16
|
+
"__#14@#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.
|
|
3
|
+
"version": "64.3.0",
|
|
4
4
|
"description": "Manages bridge-related status fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@metamask/accounts-controller": "^35.0.0",
|
|
52
52
|
"@metamask/base-controller": "^9.0.0",
|
|
53
|
-
"@metamask/bridge-controller": "^64.
|
|
54
|
-
"@metamask/controller-utils": "^11.
|
|
53
|
+
"@metamask/bridge-controller": "^64.3.0",
|
|
54
|
+
"@metamask/controller-utils": "^11.17.0",
|
|
55
55
|
"@metamask/gas-fee-controller": "^26.0.0",
|
|
56
|
-
"@metamask/network-controller": "^27.
|
|
56
|
+
"@metamask/network-controller": "^27.1.0",
|
|
57
57
|
"@metamask/polling-controller": "^16.0.0",
|
|
58
|
-
"@metamask/snaps-controllers": "^
|
|
58
|
+
"@metamask/snaps-controllers": "^17.2.0",
|
|
59
59
|
"@metamask/superstruct": "^3.1.0",
|
|
60
|
-
"@metamask/transaction-controller": "^62.
|
|
61
|
-
"@metamask/utils": "^11.
|
|
60
|
+
"@metamask/transaction-controller": "^62.7.0",
|
|
61
|
+
"@metamask/utils": "^11.9.0",
|
|
62
62
|
"bignumber.js": "^9.1.2",
|
|
63
63
|
"uuid": "^8.3.2"
|
|
64
64
|
},
|