@metamask/transaction-controller 56.3.0 → 57.0.0
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 +8 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [57.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** bump `@metamask/accounts-controller` peer dependency to `^30.0.0` ([#5888](https://github.com/MetaMask/core/pull/5888))
|
|
15
|
+
|
|
10
16
|
## [56.3.0]
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -1628,7 +1634,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1628
1634
|
|
|
1629
1635
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
1630
1636
|
|
|
1631
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@
|
|
1637
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@57.0.0...HEAD
|
|
1638
|
+
[57.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@56.3.0...@metamask/transaction-controller@57.0.0
|
|
1632
1639
|
[56.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@56.2.0...@metamask/transaction-controller@56.3.0
|
|
1633
1640
|
[56.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@56.1.0...@metamask/transaction-controller@56.2.0
|
|
1634
1641
|
[56.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@56.0.0...@metamask/transaction-controller@56.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/transaction-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "57.0.0",
|
|
4
4
|
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -70,14 +70,14 @@
|
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@babel/runtime": "^7.23.9",
|
|
73
|
-
"@metamask/accounts-controller": "^
|
|
73
|
+
"@metamask/accounts-controller": "^30.0.0",
|
|
74
74
|
"@metamask/approval-controller": "^7.1.3",
|
|
75
75
|
"@metamask/auto-changelog": "^3.4.4",
|
|
76
76
|
"@metamask/eth-block-tracker": "^12.0.1",
|
|
77
77
|
"@metamask/eth-json-rpc-provider": "^4.1.8",
|
|
78
78
|
"@metamask/ethjs-provider-http": "^0.3.0",
|
|
79
79
|
"@metamask/gas-fee-controller": "^23.0.0",
|
|
80
|
-
"@metamask/network-controller": "^23.5.
|
|
80
|
+
"@metamask/network-controller": "^23.5.1",
|
|
81
81
|
"@metamask/remote-feature-flag-controller": "^1.6.0",
|
|
82
82
|
"@types/bn.js": "^5.1.5",
|
|
83
83
|
"@types/jest": "^27.4.1",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
96
|
"@babel/runtime": "^7.0.0",
|
|
97
|
-
"@metamask/accounts-controller": "^
|
|
97
|
+
"@metamask/accounts-controller": "^30.0.0",
|
|
98
98
|
"@metamask/approval-controller": "^7.0.0",
|
|
99
99
|
"@metamask/eth-block-tracker": ">=9",
|
|
100
100
|
"@metamask/gas-fee-controller": "^23.0.0",
|