@metamask-previews/bridge-status-controller 8.0.0-preview-f15cb863 → 9.0.0-preview-29fe07c
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,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [9.0.0]
|
11
|
+
|
12
|
+
### Changed
|
13
|
+
|
14
|
+
- **BREAKING:** Bump peer dependency `@metamask/accounts-controller` to `^27.0.0` ([#5507](https://github.com/MetaMask/core/pull/5507))
|
15
|
+
- **BREAKING:** Bump peer dependency `@metamask/network-controller` to `^23.0.0` ([#5507](https://github.com/MetaMask/core/pull/5507))
|
16
|
+
- **BREAKING:** Bump peer dependency `@metamask/transaction-controller` to `^51.0.0` ([#5507](https://github.com/MetaMask/core/pull/5507))
|
17
|
+
- Bump `@metamask/bridge-controller` to `^9.0.0` ([#5507](https://github.com/MetaMask/core/pull/5507))
|
18
|
+
- Bump `@metamask/polling-controller` to `^13.0.0` ([#5507](https://github.com/MetaMask/core/pull/5507))
|
19
|
+
|
10
20
|
## [8.0.0]
|
11
21
|
|
12
22
|
### Changed
|
@@ -66,7 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
66
76
|
|
67
77
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
68
78
|
|
69
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@
|
79
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@9.0.0...HEAD
|
80
|
+
[9.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@8.0.0...@metamask/bridge-status-controller@9.0.0
|
70
81
|
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@7.0.0...@metamask/bridge-status-controller@8.0.0
|
71
82
|
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@6.0.0...@metamask/bridge-status-controller@7.0.0
|
72
83
|
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@5.0.0...@metamask/bridge-status-controller@6.0.0
|
@@ -8,8 +8,8 @@ export type FetchBridgeTxStatusArgs = {
|
|
8
8
|
bridgeTxMetaId: string;
|
9
9
|
};
|
10
10
|
declare const BridgeStatusController_base: (abstract new (...args: any[]) => {
|
11
|
-
readonly "__#
|
12
|
-
"__#
|
11
|
+
readonly "__#14@#intervalIds": Record<string, NodeJS.Timeout>;
|
12
|
+
"__#14@#intervalLength": number | undefined;
|
13
13
|
setIntervalLength(intervalLength: number): void;
|
14
14
|
getIntervalLength(): number | undefined;
|
15
15
|
_startPolling(input: FetchBridgeTxStatusArgs): void;
|
@@ -8,8 +8,8 @@ export type FetchBridgeTxStatusArgs = {
|
|
8
8
|
bridgeTxMetaId: string;
|
9
9
|
};
|
10
10
|
declare const BridgeStatusController_base: (abstract new (...args: any[]) => {
|
11
|
-
readonly "__#
|
12
|
-
"__#
|
11
|
+
readonly "__#14@#intervalIds": Record<string, NodeJS.Timeout>;
|
12
|
+
"__#14@#intervalLength": number | undefined;
|
13
13
|
setIntervalLength(intervalLength: number): void;
|
14
14
|
getIntervalLength(): number | undefined;
|
15
15
|
_startPolling(input: FetchBridgeTxStatusArgs): void;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@metamask-previews/bridge-status-controller",
|
3
|
-
"version": "
|
3
|
+
"version": "9.0.0-preview-29fe07c",
|
4
4
|
"description": "Manages bridge-related status fetching functionality for MetaMask",
|
5
5
|
"keywords": [
|
6
6
|
"MetaMask",
|
@@ -48,17 +48,17 @@
|
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
50
|
"@metamask/base-controller": "^8.0.0",
|
51
|
-
"@metamask/bridge-controller": "^
|
51
|
+
"@metamask/bridge-controller": "^9.0.0",
|
52
52
|
"@metamask/controller-utils": "^11.6.0",
|
53
|
-
"@metamask/polling-controller": "^
|
53
|
+
"@metamask/polling-controller": "^13.0.0",
|
54
54
|
"@metamask/superstruct": "^3.1.0",
|
55
55
|
"@metamask/utils": "^11.2.0"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
|
-
"@metamask/accounts-controller": "^
|
58
|
+
"@metamask/accounts-controller": "^27.0.0",
|
59
59
|
"@metamask/auto-changelog": "^3.4.4",
|
60
|
-
"@metamask/network-controller": "^
|
61
|
-
"@metamask/transaction-controller": "^
|
60
|
+
"@metamask/network-controller": "^23.0.0",
|
61
|
+
"@metamask/transaction-controller": "^51.0.0",
|
62
62
|
"@types/jest": "^27.4.1",
|
63
63
|
"deepmerge": "^4.2.2",
|
64
64
|
"jest": "^27.5.1",
|
@@ -71,9 +71,9 @@
|
|
71
71
|
"typescript": "~5.2.2"
|
72
72
|
},
|
73
73
|
"peerDependencies": {
|
74
|
-
"@metamask/accounts-controller": "^
|
75
|
-
"@metamask/network-controller": "^
|
76
|
-
"@metamask/transaction-controller": "^
|
74
|
+
"@metamask/accounts-controller": "^27.0.0",
|
75
|
+
"@metamask/network-controller": "^23.0.0",
|
76
|
+
"@metamask/transaction-controller": "^51.0.0"
|
77
77
|
},
|
78
78
|
"engines": {
|
79
79
|
"node": "^18.18 || >=20"
|