@metamask/bridge-status-controller 71.1.1 → 71.1.2
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
|
+
## [71.1.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/bridge-controller` from `^72.0.0` to `^72.0.2` ([#8738](https://github.com/MetaMask/core/pull/8738), [#8755](https://github.com/MetaMask/core/pull/8755))
|
|
15
|
+
- Bump `@metamask/accounts-controller` from `^38.0.0` to `^38.1.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
16
|
+
- Bump `@metamask/controller-utils` from `^11.20.0` to `^12.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
17
|
+
- Bump `@metamask/gas-fee-controller` from `^26.2.0` to `^26.2.1` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
18
|
+
- Bump `@metamask/network-controller` from `^30.1.0` to `^31.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
19
|
+
- Bump `@metamask/polling-controller` from `^16.0.4` to `^16.0.5` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
20
|
+
- Bump `@metamask/transaction-controller` from `^65.2.0` to `^65.3.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
21
|
+
|
|
10
22
|
## [71.1.1]
|
|
11
23
|
|
|
12
24
|
### Changed
|
|
@@ -1162,7 +1174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1162
1174
|
|
|
1163
1175
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1164
1176
|
|
|
1165
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@71.1.
|
|
1177
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@71.1.2...HEAD
|
|
1178
|
+
[71.1.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@71.1.1...@metamask/bridge-status-controller@71.1.2
|
|
1166
1179
|
[71.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@71.1.0...@metamask/bridge-status-controller@71.1.1
|
|
1167
1180
|
[71.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@71.0.0...@metamask/bridge-status-controller@71.1.0
|
|
1168
1181
|
[71.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@70.0.5...@metamask/bridge-status-controller@71.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/bridge-status-controller",
|
|
3
|
-
"version": "71.1.
|
|
3
|
+
"version": "71.1.2",
|
|
4
4
|
"description": "Manages bridge-related status fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -52,19 +52,19 @@
|
|
|
52
52
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@metamask/accounts-controller": "^38.
|
|
55
|
+
"@metamask/accounts-controller": "^38.1.0",
|
|
56
56
|
"@metamask/base-controller": "^9.1.0",
|
|
57
|
-
"@metamask/bridge-controller": "^72.0.
|
|
58
|
-
"@metamask/controller-utils": "^
|
|
59
|
-
"@metamask/gas-fee-controller": "^26.2.
|
|
57
|
+
"@metamask/bridge-controller": "^72.0.2",
|
|
58
|
+
"@metamask/controller-utils": "^12.0.0",
|
|
59
|
+
"@metamask/gas-fee-controller": "^26.2.1",
|
|
60
60
|
"@metamask/keyring-controller": "^25.5.0",
|
|
61
61
|
"@metamask/messenger": "^1.2.0",
|
|
62
|
-
"@metamask/network-controller": "^
|
|
63
|
-
"@metamask/polling-controller": "^16.0.
|
|
62
|
+
"@metamask/network-controller": "^31.0.0",
|
|
63
|
+
"@metamask/polling-controller": "^16.0.5",
|
|
64
64
|
"@metamask/profile-sync-controller": "^28.0.2",
|
|
65
65
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
66
66
|
"@metamask/superstruct": "^3.1.0",
|
|
67
|
-
"@metamask/transaction-controller": "^65.
|
|
67
|
+
"@metamask/transaction-controller": "^65.3.0",
|
|
68
68
|
"@metamask/utils": "^11.9.0",
|
|
69
69
|
"bignumber.js": "^9.1.2",
|
|
70
70
|
"uuid": "^8.3.2"
|