@metamask-previews/bridge-status-controller 72.1.0-preview-6da9f2b → 72.1.1-preview-2a256aff2
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 -4
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -7,16 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [72.1.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/bridge-controller` from `^75.1.1` to `^75.2.
|
|
14
|
+
- Bump `@metamask/bridge-controller` from `^75.1.1` to `^75.2.1` ([#9214](https://github.com/MetaMask/core/pull/9214), [#9218](https://github.com/MetaMask/core/pull/9218))
|
|
13
15
|
- Rename `solanaFeesInLamports` to `nonEvmFeesInNative` in unit test mocks ([#9098](https://github.com/MetaMask/core/pull/9098))
|
|
14
16
|
- Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
|
|
15
|
-
- Bump `@metamask/controller-utils` from `^12.1.1` to `^12.
|
|
17
|
+
- Bump `@metamask/controller-utils` from `^12.1.1` to `^12.3.0` ([#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218))
|
|
16
18
|
- Bump `@metamask/bridge-controller` from `^75.0.0` to `^75.1.1` ([#9078](https://github.com/MetaMask/core/pull/9078))
|
|
17
|
-
- Bump `@metamask/transaction-controller` from `^67.1.0` to `^68.1.
|
|
19
|
+
- Bump `@metamask/transaction-controller` from `^67.1.0` to `^68.1.1` ([#9089](https://github.com/MetaMask/core/pull/9089), [#9177](https://github.com/MetaMask/core/pull/9177), [#9203](https://github.com/MetaMask/core/pull/9203), [#9218](https://github.com/MetaMask/core/pull/9218))
|
|
18
20
|
- Bump `@metamask/profile-sync-controller` from `^28.1.1` to `^28.2.0` ([#9119](https://github.com/MetaMask/core/pull/9119))
|
|
19
21
|
- Bump `@metamask/keyring-controller` from `^27.0.0` to `^27.1.0` ([#9129](https://github.com/MetaMask/core/pull/9129))
|
|
22
|
+
- Bump `@metamask/accounts-controller` from `^39.0.1` to `^39.0.2` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
23
|
+
- Bump `@metamask/gas-fee-controller` from `^26.2.2` to `^26.2.3` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
24
|
+
- Bump `@metamask/network-controller` from `^32.0.0` to `^33.0.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
25
|
+
- Bump `@metamask/polling-controller` from `^16.0.6` to `^16.0.7` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
20
26
|
|
|
21
27
|
## [72.1.0]
|
|
22
28
|
|
|
@@ -1291,7 +1297,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1291
1297
|
|
|
1292
1298
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
1293
1299
|
|
|
1294
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.1.
|
|
1300
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.1.1...HEAD
|
|
1301
|
+
[72.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.1.0...@metamask/bridge-status-controller@72.1.1
|
|
1295
1302
|
[72.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.3...@metamask/bridge-status-controller@72.1.0
|
|
1296
1303
|
[72.0.3]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.2...@metamask/bridge-status-controller@72.0.3
|
|
1297
1304
|
[72.0.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@72.0.1...@metamask/bridge-status-controller@72.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/bridge-status-controller",
|
|
3
|
-
"version": "72.1.
|
|
3
|
+
"version": "72.1.1-preview-2a256aff2",
|
|
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.2",
|
|
56
56
|
"@metamask/base-controller": "^9.1.0",
|
|
57
|
-
"@metamask/bridge-controller": "^75.2.
|
|
58
|
-
"@metamask/controller-utils": "^12.
|
|
59
|
-
"@metamask/gas-fee-controller": "^26.2.
|
|
57
|
+
"@metamask/bridge-controller": "^75.2.1",
|
|
58
|
+
"@metamask/controller-utils": "^12.3.0",
|
|
59
|
+
"@metamask/gas-fee-controller": "^26.2.3",
|
|
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": "^33.0.0",
|
|
63
|
+
"@metamask/polling-controller": "^16.0.7",
|
|
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.1.
|
|
67
|
+
"@metamask/transaction-controller": "^68.1.1",
|
|
68
68
|
"@metamask/utils": "^11.11.0",
|
|
69
69
|
"bignumber.js": "^9.1.2",
|
|
70
70
|
"uuid": "^8.3.2"
|