@metamask-previews/bridge-status-controller 74.0.0-preview-48e768b22 → 74.0.1-preview-29a675b
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 +13 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [74.0.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/bridge-controller` from `^77.1.0` to `^77.3.1` ([#9318](https://github.com/MetaMask/core/pull/9318), [#9326](https://github.com/MetaMask/core/pull/9326), [#9349](https://github.com/MetaMask/core/pull/9349))
|
|
15
|
+
- Bump `@metamask/transaction-controller` from `^68.2.0` to `^68.2.2` ([#9337](https://github.com/MetaMask/core/pull/9337), [#9349](https://github.com/MetaMask/core/pull/9349))
|
|
16
|
+
- Bump `@metamask/accounts-controller` from `^39.0.3` to `^39.0.4` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
17
|
+
- Bump `@metamask/gas-fee-controller` from `^26.2.3` to `^26.2.4` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
18
|
+
- Bump `@metamask/network-controller` from `^33.0.0` to `^34.0.0` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
19
|
+
- Bump `@metamask/polling-controller` from `^16.0.7` to `^16.0.8` ([#9349](https://github.com/MetaMask/core/pull/9349))
|
|
20
|
+
|
|
10
21
|
## [74.0.0]
|
|
11
22
|
|
|
12
23
|
### Added
|
|
@@ -1347,7 +1358,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1347
1358
|
|
|
1348
1359
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1349
1360
|
|
|
1350
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@74.0.
|
|
1361
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@74.0.1...HEAD
|
|
1362
|
+
[74.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@74.0.0...@metamask/bridge-status-controller@74.0.1
|
|
1351
1363
|
[74.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@73.1.0...@metamask/bridge-status-controller@74.0.0
|
|
1352
1364
|
[73.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@73.0.0...@metamask/bridge-status-controller@73.1.0
|
|
1353
1365
|
[73.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.3.0...@metamask/bridge-status-controller@73.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/bridge-status-controller",
|
|
3
|
-
"version": "74.0.
|
|
3
|
+
"version": "74.0.1-preview-29a675b",
|
|
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": "^39.0.
|
|
55
|
+
"@metamask/accounts-controller": "^39.0.4",
|
|
56
56
|
"@metamask/base-controller": "^9.1.0",
|
|
57
|
-
"@metamask/bridge-controller": "^77.1
|
|
57
|
+
"@metamask/bridge-controller": "^77.3.1",
|
|
58
58
|
"@metamask/controller-utils": "^12.3.0",
|
|
59
|
-
"@metamask/gas-fee-controller": "^26.2.
|
|
59
|
+
"@metamask/gas-fee-controller": "^26.2.4",
|
|
60
60
|
"@metamask/keyring-controller": "^27.1.0",
|
|
61
61
|
"@metamask/messenger": "^1.2.0",
|
|
62
|
-
"@metamask/network-controller": "^
|
|
63
|
-
"@metamask/polling-controller": "^16.0.
|
|
62
|
+
"@metamask/network-controller": "^34.0.0",
|
|
63
|
+
"@metamask/polling-controller": "^16.0.8",
|
|
64
64
|
"@metamask/profile-sync-controller": "^28.2.0",
|
|
65
65
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
66
66
|
"@metamask/superstruct": "^3.1.0",
|
|
67
|
-
"@metamask/transaction-controller": "^68.2.
|
|
67
|
+
"@metamask/transaction-controller": "^68.2.2",
|
|
68
68
|
"@metamask/utils": "^11.11.0",
|
|
69
69
|
"bignumber.js": "^9.1.2",
|
|
70
70
|
"uuid": "^8.3.2"
|