@metamask-previews/transaction-pay-controller 19.3.0-preview-f3d7baae5 → 19.3.0-preview-495c91e

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 +5 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Changed
11
+
12
+ - Bump `@metamask/transaction-controller` from `^64.3.0` to `^64.4.0` ([#8585](https://github.com/MetaMask/core/pull/8585))
13
+ - Bump `@metamask/assets-controller` from `^6.1.0` to `^6.2.0` ([#8590](https://github.com/MetaMask/core/pull/8590))
14
+
10
15
  ### Fixed
11
16
 
12
17
  - Fall back from Across to later pay strategies when Across quotes would require a first-time EIP-7702 authorization list ([#8577](https://github.com/MetaMask/core/pull/8577))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-pay-controller",
3
- "version": "19.3.0-preview-f3d7baae5",
3
+ "version": "19.3.0-preview-495c91e",
4
4
  "description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -57,7 +57,7 @@
57
57
  "@ethersproject/abi": "^5.7.0",
58
58
  "@ethersproject/contracts": "^5.7.0",
59
59
  "@ethersproject/providers": "^5.7.0",
60
- "@metamask/assets-controller": "^6.1.0",
60
+ "@metamask/assets-controller": "^6.2.0",
61
61
  "@metamask/assets-controllers": "^104.3.0",
62
62
  "@metamask/base-controller": "^9.1.0",
63
63
  "@metamask/bridge-controller": "^70.2.0",
@@ -69,7 +69,7 @@
69
69
  "@metamask/network-controller": "^30.0.1",
70
70
  "@metamask/ramps-controller": "^13.2.0",
71
71
  "@metamask/remote-feature-flag-controller": "^4.2.0",
72
- "@metamask/transaction-controller": "^64.3.0",
72
+ "@metamask/transaction-controller": "^64.4.0",
73
73
  "@metamask/utils": "^11.9.0",
74
74
  "bignumber.js": "^9.1.2",
75
75
  "bn.js": "^5.2.1",