@metamask-previews/transaction-controller 46.0.0-preview-4b0cb25d → 46.0.0-preview-e951f896

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -25,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
25
 
26
26
  ### Changed
27
27
 
28
- - Bump `@ethereumjs/util` from `^8.1.0` to `^9.1.0` ([#5347](https://github.com/MetaMask/core/pull/5347))
29
28
  - Throw if `addTransactionBatch` is called with any nested transaction with `to` matching internal account ([#5369](https://github.com/MetaMask/core/pull/5369))
30
29
  - **BREAKING:** Support atomic batch transactions ([#5306](https://github.com/MetaMask/core/pull/5306))
31
30
  - Require `AccountsController:getState` action permission in messenger.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-controller",
3
- "version": "46.0.0-preview-4b0cb25d",
3
+ "version": "46.0.0-preview-e951f896",
4
4
  "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -49,7 +49,7 @@
49
49
  "dependencies": {
50
50
  "@ethereumjs/common": "^4.4.0",
51
51
  "@ethereumjs/tx": "^5.4.0",
52
- "@ethereumjs/util": "^9.1.0",
52
+ "@ethereumjs/util": "^8.1.0",
53
53
  "@ethersproject/abi": "^5.7.0",
54
54
  "@ethersproject/contracts": "^5.7.0",
55
55
  "@ethersproject/providers": "^5.7.0",