@metamask-previews/transaction-controller 67.1.0-preview-2fc626b → 68.0.0-preview-fe651cdb3
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 +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [68.0.0]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
14
|
+
- Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
|
|
12
15
|
- Bump `@metamask/controller-utils` from `^12.1.1` to `^12.2.0` ([#9083](https://github.com/MetaMask/core/pull/9083))
|
|
13
16
|
- `TransactionController` can now be constructed before `NetworkController` is registered on the messenger ([#9012](https://github.com/MetaMask/core/pull/9012))
|
|
14
17
|
- Network client tracking initializes automatically once `NetworkController` becomes available; no explicit call required from the consumer.
|
|
@@ -2497,7 +2500,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2497
2500
|
|
|
2498
2501
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
2499
2502
|
|
|
2500
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@
|
|
2503
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.0.0...HEAD
|
|
2504
|
+
[68.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@67.1.0...@metamask/transaction-controller@68.0.0
|
|
2501
2505
|
[67.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@67.0.0...@metamask/transaction-controller@67.1.0
|
|
2502
2506
|
[67.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@66.0.1...@metamask/transaction-controller@67.0.0
|
|
2503
2507
|
[66.0.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@66.0.0...@metamask/transaction-controller@66.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "68.0.0-preview-fe651cdb3",
|
|
4
4
|
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@metamask/nonce-tracker": "^6.0.0",
|
|
73
73
|
"@metamask/remote-feature-flag-controller": "^4.2.2",
|
|
74
74
|
"@metamask/rpc-errors": "^7.0.2",
|
|
75
|
-
"@metamask/utils": "^11.
|
|
75
|
+
"@metamask/utils": "^11.11.0",
|
|
76
76
|
"async-mutex": "^0.5.0",
|
|
77
77
|
"bignumber.js": "^9.1.2",
|
|
78
78
|
"bn.js": "^5.2.1",
|