@metamask/bridge-status-controller 67.0.0 → 67.0.1
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 +14 -1
- package/package.json +8 -8
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
|
+
## [67.0.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/accounts-controller` from `^36.0.0` to `^36.0.1` ([#7996](https://github.com/MetaMask/core/pull/7996))
|
|
15
|
+
- Bump `@metamask/gas-fee-controller` from `^26.0.2` to `^26.0.3` ([#7996](https://github.com/MetaMask/core/pull/7996))
|
|
16
|
+
- Bump `@metamask/network-controller` from `^29.0.0` to `^30.0.0` ([#7996](https://github.com/MetaMask/core/pull/7996))
|
|
17
|
+
- Bump `@metamask/polling-controller` from `^16.0.2` to `^16.0.3` ([#7996](https://github.com/MetaMask/core/pull/7996))
|
|
18
|
+
- Bump `@metamask/transaction-controller` from `^62.17.0` to `^62.17.1` ([#7996](https://github.com/MetaMask/core/pull/7996))
|
|
19
|
+
- Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
|
|
20
|
+
- Bump `@metamask/bridge-controller` from `^67.0.0` to `^67.1.1` ([#7995](https://github.com/MetaMask/core/pull/7995), [#7996](https://github.com/MetaMask/core/pull/7996))
|
|
21
|
+
|
|
10
22
|
## [67.0.0]
|
|
11
23
|
|
|
12
24
|
### Added
|
|
@@ -968,7 +980,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
968
980
|
|
|
969
981
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
970
982
|
|
|
971
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@67.0.
|
|
983
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@67.0.1...HEAD
|
|
984
|
+
[67.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@67.0.0...@metamask/bridge-status-controller@67.0.1
|
|
972
985
|
[67.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@66.1.0...@metamask/bridge-status-controller@67.0.0
|
|
973
986
|
[66.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@66.0.2...@metamask/bridge-status-controller@66.1.0
|
|
974
987
|
[66.0.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@66.0.1...@metamask/bridge-status-controller@66.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/bridge-status-controller",
|
|
3
|
-
"version": "67.0.
|
|
3
|
+
"version": "67.0.1",
|
|
4
4
|
"description": "Manages bridge-related status fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@metamask/accounts-controller": "^36.0.
|
|
51
|
+
"@metamask/accounts-controller": "^36.0.1",
|
|
52
52
|
"@metamask/base-controller": "^9.0.0",
|
|
53
|
-
"@metamask/bridge-controller": "^67.
|
|
54
|
-
"@metamask/controller-utils": "^11.
|
|
55
|
-
"@metamask/gas-fee-controller": "^26.0.
|
|
56
|
-
"@metamask/network-controller": "^
|
|
57
|
-
"@metamask/polling-controller": "^16.0.
|
|
53
|
+
"@metamask/bridge-controller": "^67.1.1",
|
|
54
|
+
"@metamask/controller-utils": "^11.19.0",
|
|
55
|
+
"@metamask/gas-fee-controller": "^26.0.3",
|
|
56
|
+
"@metamask/network-controller": "^30.0.0",
|
|
57
|
+
"@metamask/polling-controller": "^16.0.3",
|
|
58
58
|
"@metamask/profile-sync-controller": "^27.1.0",
|
|
59
59
|
"@metamask/snaps-controllers": "^17.2.0",
|
|
60
60
|
"@metamask/superstruct": "^3.1.0",
|
|
61
|
-
"@metamask/transaction-controller": "^62.17.
|
|
61
|
+
"@metamask/transaction-controller": "^62.17.1",
|
|
62
62
|
"@metamask/utils": "^11.9.0",
|
|
63
63
|
"bignumber.js": "^9.1.2",
|
|
64
64
|
"uuid": "^8.3.2"
|