@metamask-previews/bridge-status-controller 71.1.1-preview-2fdaa18 → 71.1.2-preview-f3d53de3e
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 +11 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,17 @@ 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
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/bridge-controller` from `^72.0.0` to `^72.0.
|
|
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))
|
|
13
21
|
|
|
14
22
|
## [71.1.1]
|
|
15
23
|
|
|
@@ -1166,7 +1174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1166
1174
|
|
|
1167
1175
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1168
1176
|
|
|
1169
|
-
[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
|
|
1170
1179
|
[71.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@71.1.0...@metamask/bridge-status-controller@71.1.1
|
|
1171
1180
|
[71.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@71.0.0...@metamask/bridge-status-controller@71.1.0
|
|
1172
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-previews/bridge-status-controller",
|
|
3
|
-
"version": "71.1.
|
|
3
|
+
"version": "71.1.2-preview-f3d53de3e",
|
|
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"
|