@metamask-previews/transaction-controller 42.1.0-preview-62a75dc → 43.0.0-preview-ca1f35f
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 +9 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [43.0.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add `gasLimitNoBuffer` property to `TransactionMeta` type ([#5113](https://github.com/MetaMask/core/pull/5113))
|
|
13
15
|
- `gasLimitNoBuffer` is the estimated gas for the transaction without any buffer applied.
|
|
14
16
|
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^20.0.0` to `^21.0.0` ([#5140](https://github.com/MetaMask/core/pull/5140))
|
|
20
|
+
- Bump `@metamask/base-controller` from `7.1.0` to `^7.1.1` ([#5135](https://github.com/MetaMask/core/pull/5135))
|
|
21
|
+
|
|
15
22
|
## [42.1.0]
|
|
16
23
|
|
|
17
24
|
### Added
|
|
@@ -1231,7 +1238,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1231
1238
|
|
|
1232
1239
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
1233
1240
|
|
|
1234
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@
|
|
1241
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@43.0.0...HEAD
|
|
1242
|
+
[43.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@42.1.0...@metamask/transaction-controller@43.0.0
|
|
1235
1243
|
[42.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@42.0.0...@metamask/transaction-controller@42.1.0
|
|
1236
1244
|
[42.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@41.1.0...@metamask/transaction-controller@42.0.0
|
|
1237
1245
|
[41.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@41.0.0...@metamask/transaction-controller@41.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "43.0.0-preview-ca1f35f",
|
|
4
4
|
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@babel/runtime": "^7.23.9",
|
|
72
|
-
"@metamask/accounts-controller": "^
|
|
72
|
+
"@metamask/accounts-controller": "^21.0.0",
|
|
73
73
|
"@metamask/approval-controller": "^7.1.2",
|
|
74
74
|
"@metamask/auto-changelog": "^3.4.4",
|
|
75
75
|
"@metamask/eth-block-tracker": "^11.0.3",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
},
|
|
93
93
|
"peerDependencies": {
|
|
94
94
|
"@babel/runtime": "^7.0.0",
|
|
95
|
-
"@metamask/accounts-controller": "^
|
|
95
|
+
"@metamask/accounts-controller": "^21.0.0",
|
|
96
96
|
"@metamask/approval-controller": "^7.0.0",
|
|
97
97
|
"@metamask/eth-block-tracker": ">=9",
|
|
98
98
|
"@metamask/gas-fee-controller": "^22.0.0",
|